Use a utility function for key-value to map conversions
[ovsdb.git] / southbound / southbound-impl / pom.xml
index ac63bf2c1cb4c6580adac1b3d3aaa357f39364c3..062bf28e41655e6f3cb694d6fc7d1abbbc316ddd 100644 (file)
@@ -63,6 +63,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>schema.openvswitch</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.ovsdb</groupId>
+      <artifactId>utils.yang-utils</artifactId>
+      <version>${project.version}</version>
+    </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>