Cleanup sb it
[netvirt.git] / ovsdb-plugin-compatibility-layer / pom.xml
index 5debf86328d1bd51c8de7efc812442b1970aac82..32d625fd77662b11f84a45a015b3f7e1f4e3f8ee 100755 (executable)
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.powermock</groupId>
+      <artifactId>powermock-module-junit4</artifactId>
+      <version>1.5.4</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>