Remove derivation from controller config-parent
[netvirt.git] / vpnservice / bgpmanager / bgpmanager-impl / pom.xml
index 4b849f1e9536f08f3a87d007f17b66f4a8492639..21144799ffcb9bd90dd86b923d589672a5738db2 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>config-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.5.0-SNAPSHOT</version>
-        <relativePath>../../commons/config-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -59,7 +59,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-binding-broker-impl</artifactId>
-            <version>${mdsal.version}</version>
+            <version>${controller.mdsal.version}</version>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>