Bug 8660: use southbound-artifacts 15/58715/2
authorStephen Kitt <skitt@redhat.com>
Mon, 12 Jun 2017 09:26:23 +0000 (11:26 +0200)
committerIsaku Yamahata <isaku.yamahata@gmail.com>
Mon, 12 Jun 2017 23:10:31 +0000 (23:10 +0000)
Instead of pulling in odl-ovsdb-southbound-api as an artifact POM, use
southbound-artifacts.

Change-Id: I6ca7f82b66fa4e2680393afc3efbac0ce151cd20
Signed-off-by: Stephen Kitt <skitt@redhat.com>
features/production/odl-neutron-hostconfig-ovs/pom.xml

index fc31b0313264d7776701d837bcd73fe599fe1029..5130cbafb6f66a4fdb1932d8206916d79a72bffb 100644 (file)
@@ -29,7 +29,7 @@
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.ovsdb</groupId>
-                <artifactId>odl-ovsdb-southbound-api</artifactId>
+                <artifactId>southbound-artifacts</artifactId>
                 <version>1.5.0-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
@@ -47,7 +47,6 @@
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-southbound-api</artifactId>
-            <version>1.5.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>