Merge dev/fluorine work across to master
[unimgr.git] / ovs-driver / pom.xml
index 2b01c5eccc3e3edf00a9b3b176ea2c3ba7174576..bcae3f441150b564a7568f8a36dd30cd39e93815 100644 (file)
@@ -6,15 +6,17 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.13.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <properties>
         <checkstyle.skip>true</checkstyle.skip>
         <powermock.version>1.6.4</powermock.version>
-        <openflow.version>0.6.0-SNAPSHOT</openflow.version>
-        <ovsdb.version>1.6.0-SNAPSHOT</ovsdb.version>
+        <openflow.version>0.7.0-SNAPSHOT</openflow.version>
+        <ovsdb.version>1.7.0-SNAPSHOT</ovsdb.version>
+        <controller.version>0.13.3</controller.version>
+        <mdsal.version>1.8.0-SNAPSHOT</mdsal.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
@@ -44,7 +46,7 @@
         <dependency>
           <groupId>org.opendaylight.controller</groupId>
           <artifactId>mdsal-artifacts</artifactId>
-          <version>1.7.0-SNAPSHOT</version>
+          <version>${mdsal.version}</version>
           <type>pom</type>
           <scope>import</scope>
         </dependency>
             <version>${project.version}</version>
         </dependency>
 
-       <dependency>
-               <groupId>org.opendaylight.ovsdb</groupId>
-               <artifactId>utils.mdsal-utils</artifactId>
-               <version>${ovsdb.version}</version>
-       </dependency>
+        <dependency>
+            <groupId>org.opendaylight.ovsdb</groupId>
+            <artifactId>utils.mdsal-utils</artifactId>
+            <version>${ovsdb.version}</version>
+        </dependency>
+
+        <!--     OVSDB dependency -->
+        <dependency>
+            <groupId>org.opendaylight.ovsdb</groupId>
+            <artifactId>southbound-impl</artifactId>
+            <version>${ovsdb.version}</version>
+        </dependency>
 
         <!-- Testing Dependencies -->
         <dependency>
             <artifactId>model-flow-statistics</artifactId>
             <version>${openflow.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>liblldp</artifactId>
+            <version>${controller.version}</version>
+        </dependency>
     </dependencies>
 </project>