MD SAL Util API exposed as a Service
[vpnservice.git] / features / pom.xml
index 995a768ee3638d6ff380a52e121150a88b4c1d86..e4405cb3df3acb779829957ee5b5b56f80b7a7c1 100644 (file)
@@ -24,6 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
     <openflowplugin.version>0.1.0-SNAPSHOT</openflowplugin.version>
     <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
+    <mdsalutil.version>0.0.1-SNAPSHOT</mdsalutil.version>
     <vpnmanager.version>0.0.1-SNAPSHOT</vpnmanager.version>
     <interfacemgr.version>0.0.1-SNAPSHOT</interfacemgr.version>
     <nexthopmgr.version>0.0.1-SNAPSHOT</nexthopmgr.version>
@@ -86,6 +87,22 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <version>${vpnmanager.version}</version>
       <classifier>config</classifier>
       <type>xml</type>
+    </dependency><dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mdsalutil-impl</artifactId>
+      <version>${mdsalutil.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mdsalutil-impl</artifactId>
+      <version>${mdsalutil.version}</version>
+      <classifier>config</classifier>
+      <type>xml</type>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mdsalutil-api</artifactId>
+      <version>${mdsalutil.version}</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>