Tests for neutron-ovsdb
[groupbasedpolicy.git] / neutron-ovsdb / pom.xml
index 11a3d310f4e2cd370c62fc17022fa86f0b20fb2d..a8e2fddb69cb3323a16b05a33efcc0ef5a6d2e8b 100644 (file)
       <artifactId>mockito-all</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-binding-broker-impl</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.groupbasedpolicy</groupId>
+      <artifactId>groupbasedpolicy</artifactId>
+      <version>${project.version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>
@@ -79,4 +92,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>