Interfacemgr: Added APIs
[vpnservice.git] / interfacemgr / interfacemgr-api / pom.xml
index 84f0c09cbd06d7d8f6e957f4b0c5d3f50a55a58c..4cfdfcf6919de45a345c3371e1ab999adb0061d0 100644 (file)
@@ -27,6 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <yang.ext.version>2013.09.07.7-SNAPSHOT</yang.ext.version>
     <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
     <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
+    <vpns.mdsalutil.version>0.0.1-SNAPSHOT</vpns.mdsalutil.version>
   </properties>
   <dependencies>
     <dependency>
@@ -69,5 +70,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>model-inventory</artifactId>
       <version>${mdsal.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.vpnservice</groupId>
+      <artifactId>mdsalutil-api</artifactId>
+      <version>${vpns.mdsalutil.version}</version>
+    </dependency>
   </dependencies>
 </project>
\ No newline at end of file