Make model/pom.xml inherit from odlparent-lite
[openflowplugin.git] / model / model-flow-base / pom.xml
index 9ed1619afe64daf1ebd6a5b828c118fc8b3b36d6..31910ceb05b6bb5c0bd19f1098425813125d16b7 100644 (file)
@@ -4,10 +4,13 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.openflowplugin.model</groupId>
-    <artifactId>model-parent</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.openflowplugin</groupId>
+    <artifactId>openflowplugin-parent</artifactId>
+    <version>0.10.0-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
+
+  <groupId>org.opendaylight.openflowplugin.model</groupId>
   <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>