Remove config-parent derivation
[groupbasedpolicy.git] / sxp-integration / pom.xml
index dc4cfa5705e2c5270a55628d104e4781529cfd58..1db687d6b9bb21069145f41d3a1c97df531341c1 100644 (file)
@@ -8,9 +8,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.opendaylight.controller</groupId>
-        <artifactId>config-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <groupId>org.opendaylight.mdsal</groupId>
+        <artifactId>binding-parent</artifactId>
+        <version>0.11.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
 
     <dependencyManagement>
         <dependencies>
+            <dependency>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>mdsal-artifacts</artifactId>
+                <version>1.6.0-SNAPSHOT</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
             <dependency>
                 <groupId>org.opendaylight.groupbasedpolicy</groupId>
                 <artifactId>groupbasedpolicy-artifacts</artifactId>
             <artifactId>mdsal-binding-dom-codec</artifactId>
             <version>${mdsalmodel.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+             <artifactId>sal-binding-broker-impl</artifactId>
+             <type>test-jar</type>
+             <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>