Merge remote-tracking branch 'origin/master' into merge-branch
[netvirt.git] / commons / parent / pom.xml
index a752b6e7e7f641205ceb1685eaec7431b0f71e10..853afb8227d64e13f10e1cb335f9983815bb80ba 100755 (executable)
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.opendaylight.ovsdb</groupId>
+        <artifactId>ovsdb</artifactId>
+        <version>0.5.1-SNAPSHOT</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
   <build>
     <pluginManagement>
       <plugins>