Adding yang files for ethernet packet.
[l2switch.git] / packethandler / model / pom.xml
index e0bb0857599586fa6608d351983f19281a22a90a..b7774e8e7bdfe266d62c36124177f7cbb12a2d3b 100644 (file)
   <artifactId>packethandler-model</artifactId>
   <packaging>bundle</packaging>
 
-  <!--build>
+  <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.controller.model</groupId>
+      <artifactId>model-flow-service</artifactId>
+      <version>${mdsal.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.yangtools.model</groupId>
+      <artifactId>ietf-yang-types</artifactId>
+      <version>${ietf-yang-types.version}</version>
+    </dependency>
+  </dependencies>
+
+  <build>
     <plugins>
       <plugin>
         <groupId>org.apache.felix</groupId>
@@ -71,5 +84,5 @@
 
       </plugin>
     </plugins>
-  </build-->
+  </build>
 </project>