Remove dependency on sal-common-util
[openflowplugin.git] / model / model-flow-base / pom.xml
index 9ed1619afe64daf1ebd6a5b828c118fc8b3b36d6..ea3cebf199eaeaff43a5b2fc59de5db656cc1e4d 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.opendaylight.openflowplugin.model</groupId>
     <artifactId>model-parent</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>model-flow-base</artifactId>
   <packaging>bundle</packaging>
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>opendaylight-l2-types</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
+      <artifactId>openflow-protocol-api</artifactId>
+    </dependency>
   </dependencies>
 
   <scm>