Merge "Adding IdManager/LockManager and related Changes"
[vpnservice.git] / features / pom.xml
index 8433fba5543c5eb36d588f17cebbb029ff7baeb7..72b6f763b1ebb67b403cb6346c7f100593871de0 100644 (file)
@@ -35,6 +35,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <fibmanager.version>${vpnservices.version}</fibmanager.version>
     <lockmanager.version>${vpnservices.version}</lockmanager.version>
     <idmanager.version>${vpnservices.version}</idmanager.version>
+       <itm.version>${vpnservices.version}</itm.version>
   </properties>
   <dependencyManagement>
     <dependencies>
@@ -243,6 +244,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <groupId>${project.groupId}</groupId>
       <artifactId>idmanager-api</artifactId>
       <version>${idmanager.version}</version>
+    </dependency>
+       <dependency>
+      <groupId>org.opendaylight.vpnservice</groupId>
+      <artifactId>itm-impl</artifactId>
+      <version>${itm.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.vpnservice</groupId>
+      <artifactId>itm-impl</artifactId>
+      <version>${itm.version}</version>
+      <classifier>config</classifier>
+      <type>xml</type>
     </dependency>
     <dependency>
       <groupId>org.apache.thrift</groupId>