Squashed commit of the following:
[ovsdb.git] / southbound / southbound-it / pom.xml
index e0cd6d3ad6d5d6b445c410ca7acb589965d47946..33dbc7a7bf9b370559310fbcbdec9596ef9a828b 100644 (file)
@@ -41,7 +41,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
   </scm>
   <properties>
-      <skip.integrationtest>true</skip.integrationtest>
+    <skip.integrationtest>true</skip.integrationtest>
   </properties>
   <dependencyManagement>
     <dependencies>
@@ -135,6 +135,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>slf4j-simple</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.ovsdb</groupId>
+      <artifactId>openstack.net-virt</artifactId>
+      <version>1.1.0-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>