Lisp processing additional fixes
[groupbasedpolicy.git] / sxp-integration / pom.xml
index 1db687d6b9bb21069145f41d3a1c97df531341c1..2da6f2a431516b38fd7bb97bd52344e169b02e44 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.11.0-SNAPSHOT</version>
+        <version>0.12.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>sxp-integration</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <sxp.version>1.5.0-SNAPSHOT</sxp.version>
+        <sxp.version>1.6.0-SNAPSHOT</sxp.version>
     </properties>
 
     <modules>
@@ -37,7 +37,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.6.0-SNAPSHOT</version>
+                <version>1.7.0-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
                 <artifactId>sxp-core</artifactId>
                 <version>${sxp.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.sxp</groupId>
+                <artifactId>sxp-controller</artifactId>
+                <version>${sxp.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
@@ -75,9 +80,8 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
-             <artifactId>sal-binding-broker-impl</artifactId>
-             <type>test-jar</type>
-             <scope>test</scope>
+            <artifactId>sal-binding-broker-impl</artifactId>
+            <scope>test</scope>
         </dependency>
     </dependencies>
 </project>