diff --git a/integration/pom.xml b/integration/pom.xml
index 5ba9cf5b..e47c96de 100755
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -124,9 +124,19 @@
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+
+ true
+
+
+
+
-
\ No newline at end of file
+
diff --git a/pom.xml b/pom.xml
index a6fa87e3..44cd20a0 100755
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,7 @@
3.8.0
3.1.0
3.0.1
+ 2.8.2
@@ -148,6 +149,13 @@
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ ${maven-deploy-plugin.version}
+
+
diff --git a/slf4j-site/pom.xml b/slf4j-site/pom.xml
index d7043698..00ced620 100755
--- a/slf4j-site/pom.xml
+++ b/slf4j-site/pom.xml
@@ -39,6 +39,14 @@
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+
+ true
+
+
+
org.apache.maven.plugins
maven-source-plugin