diff options
Diffstat (limited to 'appc-oam/appc-oam-bundle/pom.xml')
-rw-r--r-- | appc-oam/appc-oam-bundle/pom.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/appc-oam/appc-oam-bundle/pom.xml b/appc-oam/appc-oam-bundle/pom.xml index 950af7677..5970f79e6 100644 --- a/appc-oam/appc-oam-bundle/pom.xml +++ b/appc-oam/appc-oam-bundle/pom.xml @@ -160,19 +160,7 @@ <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-reflect</artifactId> - <version>1.6.4</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.powermock</groupId> - <artifactId>powermock-core</artifactId> - <version>1.6.4</version> + <version>1.6.2</version> <scope>test</scope> </dependency> <dependency> |