summaryrefslogtreecommitdiffstats
path: root/v3po/impl/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'v3po/impl/pom.xml')
-rw-r--r--v3po/impl/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/v3po/impl/pom.xml b/v3po/impl/pom.xml
index ff27d1202..778d81484 100644
--- a/v3po/impl/pom.xml
+++ b/v3po/impl/pom.xml
@@ -58,5 +58,18 @@
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
+ <!--Needed due to final vppAPI, TODO remove once vppAPi refactored-->
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ <version>1.5.6</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4</artifactId>
+ <version>1.5.6</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>