Updating the Base and Virtualization editions with the latest OVSDB Neutron and North...
authorMadhu Venugopal <mavenugo@gmail.com>
Thu, 12 Dec 2013 02:56:10 +0000 (18:56 -0800)
committerMadhu Venugopal <mavenugo@gmail.com>
Thu, 12 Dec 2013 02:56:10 +0000 (18:56 -0800)
Change-Id: Idd68daf10d1fe3125148084578441bca21d5ac09
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
distributions/base/pom.xml
distributions/virtualization/pom.xml

index b5b6a2ba16ccec144adbe85e487619014e02ff88..4d68bfba7ccde4559a23c3b5ce659f8a1e499594 100644 (file)
@@ -33,6 +33,11 @@ http://maven.apache.org/maven-v4_0_0.xsd">
       <artifactId>ovsdb</artifactId>
       <version>0.5.0-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.ovsdb</groupId>
+      <artifactId>ovsdb.northbound</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
   </dependencies>
   <build>
     <resources>
index e50263aa29c95badf64ad44cc0213f7d4200f025..9f7c190853bbfd03ba7f86217fad9d531617ca2a 100644 (file)
@@ -35,8 +35,8 @@ http://maven.apache.org/maven-v4_0_0.xsd">
     <!-- ovsdb --> 
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>
-      <artifactId>ovsdb</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <artifactId>ovsdb.neutron</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
     </dependency>
 
     <!-- vtn -->