JUnit Test - DataStoreBackEnd
[lispflowmapping.git] / mappingservice / implementation / pom.xml
index f30b16b89c1c82ef0c35cc21df64a366551537a3..53d77126a7897b7ec9a42d82234fd073b56aa968 100644 (file)
       <artifactId>mockito-all</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>
     <!-- needed for osgi console -->
     <dependency>
       <groupId>org.eclipse.tycho</groupId>