diff options
Diffstat (limited to 'appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml')
-rw-r--r-- | appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml b/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml index ecfbee6a6..e33a644a5 100644 --- a/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml @@ -68,18 +68,19 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>1.10.19</version> <scope>test</scope> - </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> + <version>1.6.4</version> <scope>test</scope> - </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> + <version>1.6.4</version> <scope>test</scope> </dependency> |