diff options
Diffstat (limited to 'dcaedt_tools/pom.xml')
-rw-r--r-- | dcaedt_tools/pom.xml | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/dcaedt_tools/pom.xml b/dcaedt_tools/pom.xml index 9817335..6acbd1f 100644 --- a/dcaedt_tools/pom.xml +++ b/dcaedt_tools/pom.xml @@ -215,24 +215,18 @@ <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>org.powermock</groupId> - <artifactId>powermock-module-junit4</artifactId> - <version>1.6.4</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.testng</groupId> <artifactId>testng</artifactId> <version>6.9.10</version> <scope>test</scope> </dependency> <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>2.18.3</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> |