aboutsummaryrefslogtreecommitdiffstats
path: root/vnfapi/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfapi/provider/pom.xml')
-rw-r--r--vnfapi/provider/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/vnfapi/provider/pom.xml b/vnfapi/provider/pom.xml
index 50ceb45e..e373b69f 100644
--- a/vnfapi/provider/pom.xml
+++ b/vnfapi/provider/pom.xml
@@ -66,5 +66,20 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>