diff --git a/pom.xml b/pom.xml
index ab389ed..b2e1435 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,7 @@
${java.build.version}
${java.build.vendor}
3.11.2
+ 3.1.4
3.5.2
3.5.2
3.0.5
@@ -199,14 +200,14 @@
{{ARTIFACTORY_DEPLOY_USERNAME}}
{{ARTIFACTORY_DEPLOY_PASSWORD}}
${artifactory-deploy-exclude-patterns}
- ${artifactory-deploy-include-patterns}
+ ${artifactory-deploy-include-patterns}
${artifactory-repokey-releases}
${artifactory-repokey-snapshots}
true
true
- ${artifactory-deploy-filter-excluded}
+ ${artifactory-deploy-filter-excluded}
true
@@ -252,7 +253,7 @@
org.apache.maven.plugins
maven-deploy-plugin
- 3.0.0
+ ${deploy-plugin.version}
${skipDeploy}
@@ -477,6 +478,17 @@
findbugs-maven-plugin
${findbugs-plugin.version}
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ ${deploy-plugin.version}
+
+
+ org.apache.maven.plugins
+ maven-install-plugin
+ ${deploy-plugin.version}
+