Retructuring the utils folder to make it a broader toolkit beyond just
[ovsdb.git] / commons / parent / pom.xml
index 57ab9a9a4dbb3c1f711b07c36a446812541fa1c1..58dd813936be212df177842e664459b4ec1e4322 100755 (executable)
@@ -33,7 +33,7 @@
     <schema.openvswitch.version>1.1.0-SNAPSHOT</schema.openvswitch.version>
     <schema.hardwarevtep.version>1.1.0-SNAPSHOT</schema.hardwarevtep.version>
     <ovsdb.ofextension.version>1.1.0-SNAPSHOT</ovsdb.ofextension.version>
-    <utils.mdsal.openflow>1.1.0-SNAPSHOT</utils.mdsal.openflow>
+    <ovsdb.utils.version>1.1.0-SNAPSHOT</ovsdb.utils.version>
     <ovsdb.ovssfc.version>0.1.0-SNAPSHOT</ovsdb.ovssfc.version>
     <!-- Skip Coverage and IT by default -->
     <skip.coverage>true</skip.coverage>
         <artifactId>of-extension.nx-sal</artifactId>
         <version>${ovsdb.ofextension.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.opendaylight.ovsdb</groupId>
+        <artifactId>utils</artifactId>
+        <version>${ovsdb.utils.version}</version>
+      </dependency>
       <dependency>
         <groupId>org.opendaylight.sfc</groupId>
         <artifactId>sfc-model</artifactId>