Bumbped ovsdb version and fixed compile error when running locally. 04/27604/1
authorgrmontpetit <grmontpetit@inocybe.com>
Tue, 29 Sep 2015 17:29:47 +0000 (13:29 -0400)
committergrmontpetit <grmontpetit@inocybe.com>
Tue, 29 Sep 2015 17:30:22 +0000 (13:30 -0400)
Change-Id: Id4872d04fdd3cc11d85bf47521e1511bf39b279d
Signed-off-by: grmontpetit <grmontpetit@inocybe.com>
api/pom.xml
features/pom.xml
impl/pom.xml

index 7f3d52b3810aaeeec82152bf22647b97d8330c38..c334df34627212ae5d8b993b98005a4680421f88 100755 (executable)
@@ -37,10 +37,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>ietf-yang-types-20130715</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.mdsal.model</groupId>
-      <artifactId>ietf-inet-types</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>ietf-topology</artifactId>
index a7fd924a501a40753d018a1f0659e12f41549b9c..b974e934e9b481fde492e6764c96d83733694ab4 100755 (executable)
@@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <restconf.version>1.3.0-SNAPSHOT</restconf.version>
     <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
     <dlux.version>0.3.0-SNAPSHOT</dlux.version>
-    <ovsdb.version>1.2.0-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.2.1-SNAPSHOT</ovsdb.version>
     <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
index 7cae3c21e3eb1189d393ac1fc578a45f4e10bd16..e33580c3aa94968e744348a36beceb204b04accc 100755 (executable)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   </parent>
 
   <properties>
-  <ovsdb.version>1.2.0-SNAPSHOT</ovsdb.version>
+  <ovsdb.version>1.2.1-SNAPSHOT</ovsdb.version>
   <powermock.version>1.5.2</powermock.version>
   </properties>