added arputil module
[vpnservice.git] / features / pom.xml
index 72b6f763b1ebb67b403cb6346c7f100593871de0..4fae2518ad0fcb45fc2d99c48ba4bc89d46bd3a4 100644 (file)
@@ -28,6 +28,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
     <vpnservices.version>0.2.0-SNAPSHOT</vpnservices.version>
     <ovsdb.version>1.2.1-SNAPSHOT</ovsdb.version>
+    <arputil.version>${vpnservices.version}</arputil.version>
     <mdsalutil.version>${vpnservices.version}</mdsalutil.version>
     <vpnmanager.version>${vpnservices.version}</vpnmanager.version>
     <interfacemgr.version>${vpnservices.version}</interfacemgr.version>
@@ -116,11 +117,29 @@ 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>
+    </dependency>
+    <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>mdsalutil-impl</artifactId>
       <version>${mdsalutil.version}</version>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>arputil-api</artifactId>
+      <version>${arputil.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>arputil-impl</artifactId>
+      <version>${arputil.version}</version>
+      <classifier>config</classifier>
+      <type>xml</type>
+    </dependency>
+     <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>arputil-impl</artifactId>
+      <version>${arputil.version}</version>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>mdsalutil-impl</artifactId>