Merge "Adding IdManager/LockManager and related Changes"
[vpnservice.git] / features / pom.xml
index 298fc804de3533d9a234e3b63e626be72983e760..72b6f763b1ebb67b403cb6346c7f100593871de0 100644 (file)
@@ -33,7 +33,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <interfacemgr.version>${vpnservices.version}</interfacemgr.version>
     <nexthopmgr.version>${vpnservices.version}</nexthopmgr.version>
     <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>
@@ -209,6 +211,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <artifactId>fibmanager-api</artifactId>
       <version>${fibmanager.version}</version>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>lockmanager-impl</artifactId>
+      <version>${lockmanager.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>lockmanager-impl</artifactId>
+      <version>${lockmanager.version}</version>
+      <classifier>config</classifier>
+      <type>xml</type>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>lockmanager-api</artifactId>
+      <version>${lockmanager.version}</version>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>idmanager-impl</artifactId>
@@ -225,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>