Initial checkin for Interface Manager
[netvirt.git] / features / pom.xml
index 1acacbf92b9e4f796029a8767e9c944adf7555c8..8605559f0cbac3fcbb7ff4a13afe1dafa927e0b5 100644 (file)
@@ -23,6 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <properties>
     <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
     <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
+    <interfacemgr.version>0.0.1-SNAPSHOT</interfacemgr.version>
   </properties>
   <dependencyManagement>
     <dependencies>
@@ -80,6 +81,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <classifier>config</classifier>
       <type>xml</type>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>interfacemgr-impl</artifactId>
+      <version>${interfacemgr.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>interfacemgr-impl</artifactId>
+      <version>${interfacemgr.version}</version>
+      <classifier>config</classifier>
+      <type>xml</type>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>vpnmanager-api</artifactId>