diff --git a/pom.xml b/pom.xml
index d2e91cc0..708dbb6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,8 @@
1.66
3.8.1
3.4.1
+ 3.1.1
+ 1.6.14
@@ -433,18 +435,45 @@
none
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.7
- true
-
- ossrh
- https://oss.sonatype.org/
- false
-
-
-
+
+ maven-deploy-plugin
+ ${maven.deploy.plugin.version}
+
+ true
+
+
+
+ default-deploy
+ none
+
+ deploy
+
+
+ true
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ ${nexus.staging.maven.plugin.version}
+ true
+
+
+ default-deploy
+ none
+
+ deploy
+
+
+
+
+ ossrh
+ https://oss.sonatype.org/
+ false
+
+
org.apache.maven.plugins
maven-source-plugin