diff options
Diffstat (limited to 'appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml')
-rw-r--r-- | appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml b/appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml index aed8ef21b..15374f154 100644 --- a/appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml @@ -61,6 +61,12 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>1.10.19</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-ssh-adapter-tests</artifactId> |