net-virt.providers: Add Mockito and PowerMockito dependencies for unit test purposes... 15/18215/6
authorAlexis de Talhouët <adetalhouet@inocybe.com>
Mon, 13 Apr 2015 19:30:29 +0000 (15:30 -0400)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Tue, 14 Apr 2015 17:38:15 +0000 (17:38 +0000)
Change-Id: I67c10c83a339bfc61ca11273a96b7c6beec3bc84
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
openstack/net-virt-providers/pom.xml

index cb137e9aabb75f757794599a65039738557e3b12..943da3948d3d068a563211e8477c1b39eb4a67f1 100644 (file)
@@ -114,6 +114,27 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.powermock</groupId>
+      <artifactId>powermock-core</artifactId>
+      <version>${powermock.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.powermock</groupId>
+      <artifactId>powermock-module-junit4</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.powermock</groupId>
+      <artifactId>powermock-api-mockito</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>