Merge "Turn libraries/pom.xml into an aggregator"
[openflowplugin.git] / samples / sample-consumer / pom.xml
index b40a328d412715f6debefc1716d73c82efa2cbca..f5df755c0ddde5d6d19c59eae1ea8c44fe522380 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.10.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
@@ -38,8 +38,8 @@
             <groupId>org.opendaylight.controller.model</groupId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-api</artifactId>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
@@ -47,4 +47,3 @@
         </dependency>
     </dependencies>
 </project>
-