Merge "Fix for bug 3357, handled update on vpn interface"
[vpnservice.git] / fibmanager / fibmanager-api / pom.xml
index aa25305ae6322865a444c5ce414d6f82552fad8f..a8d70b21ef35f80681eab1e69d51aa9315f21e25 100644 (file)
@@ -9,9 +9,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
-    <artifactId>binding-parent</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
-    <relativePath>../../commons/binding-parent</relativePath>
+    <artifactId>config-parent</artifactId>
+    <version>0.1.0-SNAPSHOT</version>
+    <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -56,5 +56,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>model-inventory</artifactId>
       <version>${mdsal.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>config-api</artifactId>
+    </dependency>
   </dependencies>
 </project>