Boron: remove dependencies for neutron::dummyprovider
authorFlavio Fernandes <ffernand@redhat.com>
Tue, 26 Jan 2016 18:53:04 +0000 (13:53 -0500)
committerFlavio Fernandes <ffernand@redhat.com>
Tue, 26 Jan 2016 18:53:10 +0000 (13:53 -0500)
Now that neutron northbound project is no longer
requiring a neutron provider to exist [1], there is no
need to depend on that dummy feature. :)

[1]: https://git.opendaylight.org/gerrit/#/c/27291

Change-Id: Iedbb7253183f1830b64a2aa6ff0c5c5f498135f8
Signed-off-by: Flavio Fernandes <ffernand@redhat.com>
features/pom.xml
features/src/main/features/features.xml

index b0cee6abe6b7fae67717a6f8d87f7f24bf6c61a9..f643c5e41b6ee0a5f4c88dddb26102922bd5e7d2 100644 (file)
@@ -216,11 +216,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <version>${neutron.version}</version>
       <classifier>features</classifier>
       <type>xml</type>
-    </dependency>
-     <dependency>
-      <groupId>org.opendaylight.neutron</groupId>
-      <artifactId>dummyprovider</artifactId>
-      <version>${neutron.version}</version>
     </dependency>
     <!-- openflowplugin dependencies -->
     <dependency>
index 53eb50a32a2ce3f214e7038636b8b14dd0235454..649a4a968dee39612942950e2c3124311c4a01b2 100644 (file)
@@ -46,7 +46,6 @@
     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt/{{VERSION}}</bundle>
     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/{{VERSION}}</bundle>
-    <bundle>mvn:org.opendaylight.neutron/dummyprovider/{{VERSION}}</bundle>
     <configfile finalname="etc/opendaylight/karaf/netvirt-impl-default-config.xml">mvn:org.opendaylight.ovsdb/openstack.net-virt/{{VERSION}}/xml/config</configfile>
     <configfile finalname="etc/opendaylight/karaf/netvirt-providers-impl-default-config.xml">mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/{{VERSION}}/xml/config</configfile>
   </feature>
@@ -65,7 +64,6 @@
     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt/{{VERSION}}</bundle>
     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/{{VERSION}}</bundle>
-    <bundle>mvn:org.opendaylight.neutron/dummyprovider/{{VERSION}}</bundle>
     <configfile finalname="etc/opendaylight/karaf/netvirt-impl-default-config.xml">mvn:org.opendaylight.ovsdb/openstack.net-virt/{{VERSION}}/xml/config</configfile>
     <configfile finalname="etc/opendaylight/karaf/netvirt-providers-impl-default-config.xml">mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/{{VERSION}}/xml/config</configfile>
   </feature>