diff --git a/pom.xml b/pom.xml
index b186e79..ef54469 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.antonzhdanov
sshd-cloud-agent
- 1.0.0
+ 1.0.1
pom
SSHD Cloud Agent
diff --git a/sshd-cloud-agent-aws/pom.xml b/sshd-cloud-agent-aws/pom.xml
index 66ad0aa..b35b8e9 100644
--- a/sshd-cloud-agent-aws/pom.xml
+++ b/sshd-cloud-agent-aws/pom.xml
@@ -5,7 +5,7 @@
com.antonzhdanov
sshd-cloud-agent
- 1.0.0
+ 1.0.1
../pom.xml
@@ -30,5 +30,16 @@
kms
provided
+
+
+ org.testng
+ testng
+ test
+
+
+ org.mockito
+ mockito-core
+ test
+
diff --git a/sshd-cloud-agent-azure/pom.xml b/sshd-cloud-agent-azure/pom.xml
index aa63a2c..d343dd0 100644
--- a/sshd-cloud-agent-azure/pom.xml
+++ b/sshd-cloud-agent-azure/pom.xml
@@ -5,7 +5,7 @@
com.antonzhdanov
sshd-cloud-agent
- 1.0.0
+ 1.0.1
../pom.xml
@@ -30,6 +30,17 @@
sshd-core
provided
+
+
+ org.testng
+ testng
+ test
+
+
+ org.mockito
+ mockito-core
+ test
+
diff --git a/sshd-cloud-agent-core/pom.xml b/sshd-cloud-agent-core/pom.xml
index 1121c13..e38ac7b 100644
--- a/sshd-cloud-agent-core/pom.xml
+++ b/sshd-cloud-agent-core/pom.xml
@@ -5,7 +5,7 @@
com.antonzhdanov
sshd-cloud-agent
- 1.0.0
+ 1.0.1
../pom.xml
@@ -24,10 +24,12 @@
org.testng
testng
+ test
org.mockito
mockito-core
+ test
diff --git a/sshd-cloud-agent-google/pom.xml b/sshd-cloud-agent-google/pom.xml
index fea753f..a1338fc 100644
--- a/sshd-cloud-agent-google/pom.xml
+++ b/sshd-cloud-agent-google/pom.xml
@@ -5,7 +5,7 @@
com.antonzhdanov
sshd-cloud-agent
- 1.0.0
+ 1.0.1
../pom.xml
@@ -30,6 +30,17 @@
google-cloud-kms
provided
+
+
+ org.testng
+ testng
+ test
+
+
+ org.mockito
+ mockito-core
+ test
+
diff --git a/sshd-cloud-agent-test/pom.xml b/sshd-cloud-agent-test/pom.xml
index e687147..839283d 100644
--- a/sshd-cloud-agent-test/pom.xml
+++ b/sshd-cloud-agent-test/pom.xml
@@ -5,7 +5,7 @@
com.antonzhdanov
sshd-cloud-agent
- 1.0.0
+ 1.0.1
../pom.xml