split it-utils: ovsdb-it-utils + netvirt-it-utils
[netvirt.git] / openstack / net-virt-it / pom.xml
index 4b1aedce0f9a2f63b39b09c8aa501b3a14ccb6bf..c3c00adf45d5629ad2d5291061752ac764aed503 100644 (file)
@@ -77,10 +77,28 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>utils.it-utils</artifactId>
+      <artifactId>utils.mdsal-openflow</artifactId>
       <version>${project.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.ovsdb</groupId>
+      <artifactId>utils.mdsal-utils</artifactId>
+      <version>${ovsdb.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>utils.netvirt-it-utils</artifactId>
+      <version>${project.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.ovsdb</groupId>
+      <artifactId>utils.ovsdb-it-utils</artifactId>
+      <version>${ovsdb.version}</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>