Refactor IT code for re-use...
[netvirt.git] / utils / mdsal-utils / pom.xml
index f0c0610db1a26846ab95c7053ebf29d9f99b9612..ef5b52c89e3199057b33a6df69951d27fd506674 100644 (file)
   </scm>
 
   <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-binding-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.ovsdb</groupId>
+      <artifactId>southbound-api</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+
     <!-- testing dependencies -->
     <dependency>
       <groupId>junit</groupId>
@@ -59,4 +69,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>