Merge "Use DataTreeChangeListener instead of DataChangeListener"
[ovsdb.git] / southbound / southbound-impl / pom.xml
index 6a229912efad5b895a0b92e5f401d327ac261e18..a704681cc56b57fc2ac59f276abe37e2037b3ddb 100644 (file)
@@ -105,6 +105,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.ovsdb</groupId>
+      <artifactId>utils.southbound-utils</artifactId>
+      <version>1.3.0-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>