aboutsummaryrefslogtreecommitdiffstats
path: root/appc-dispatcher/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-dispatcher/pom.xml')
-rw-r--r--appc-dispatcher/pom.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/appc-dispatcher/pom.xml b/appc-dispatcher/pom.xml
index a813a668b..1ccd7b862 100644
--- a/appc-dispatcher/pom.xml
+++ b/appc-dispatcher/pom.xml
@@ -22,19 +22,13 @@
</dependency>
<dependency>
<groupId>org.powermock</groupId>
- <artifactId>powermock-api-mockito</artifactId>
- <version>1.6.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>powermock-api-mockito</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
- <version>1.6.2</version>
+ <version>1.6.4</version>
<scope>test</scope>
</dependency>
<dependency>