Merge "Terminaing service table fix in fibmanager"
[vpnservice.git] / dhcpservice / dhcpservice-api / pom.xml
index f40230dcfd04266f51b189f9c96999b2d74ba488..e725c3d36c0902689d2cedc798791235664efc99 100644 (file)
@@ -19,5 +19,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>dhcpservice-api</artifactId>
   <version>${vpnservices.version}</version>
   <packaging>bundle</packaging>
-
+  <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>yang-binding</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal.model</groupId>
+      <artifactId>yang-ext</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal.model</groupId>
+      <artifactId>iana-if-type-2014-05-08</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mdsalutil-api</artifactId>
+      <version>${vpnservices.version}</version>
+    </dependency>
+  </dependencies>
 </project>