Remove net-virt dependency from it poms 17/20517/1
authorSam Hague <shague@redhat.com>
Fri, 15 May 2015 14:14:32 +0000 (10:14 -0400)
committerSam Hague <shague@redhat.com>
Fri, 15 May 2015 14:14:32 +0000 (10:14 -0400)
Change-Id: I8cf3dd36007ff9af40820d8cd41f61eb4b3602ea
Signed-off-by: Sam Hague <shague@redhat.com>
openstack/net-virt-it/pom.xml
southbound/southbound-it/pom.xml

index 05b543d0966b5ad8500d3571d0088179f3b34a1a..369b42951d6b344446ea7463bf8ebdacdbd93858 100644 (file)
@@ -77,6 +77,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-common-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>features-ovsdb</artifactId>
+      <version>1.1.0-SNAPSHOT</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>config-util</artifactId>
@@ -124,23 +131,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>junit</artifactId>
       <scope>compile</scope>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <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>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>features-ovsdb</artifactId>
-      <classifier>features</classifier>
-      <type>xml</type>
-    </dependency>
   </dependencies>
   <build>
     <plugins>
index 33dbc7a7bf9b370559310fbcbdec9596ef9a828b..05ab0be2dfaa2e0d02a9d3134d41507184d7d93a 100644 (file)
@@ -135,12 +135,6 @@ 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>