Merge "Adding IdManager/LockManager and related Changes"
[vpnservice.git] / features / pom.xml
index 4b109efef00aba75c018f683c749296273b8de12..72b6f763b1ebb67b403cb6346c7f100593871de0 100644 (file)
@@ -33,6 +33,7 @@ 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>
     <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>
     <idmanager.version>${vpnservices.version}</idmanager.version>
        <itm.version>${vpnservices.version}</itm.version>
   </properties>
@@ -210,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>
       <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>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>idmanager-impl</artifactId>