remove dependency on neutron dummy provider 69/41369/1
authorIsaku Yamahata <isaku.yamahata@intel.com>
Wed, 6 Jul 2016 03:30:35 +0000 (20:30 -0700)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Wed, 6 Jul 2016 03:31:44 +0000 (20:31 -0700)
Now neutron dummyprovider does nothing and about to be removed.
So this patch removes dependency on neutorn dummy provider.

Change-Id: I41ee734ecdd18a46d4ada6c632f6b8dfc655282f
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
features/pom.xml
features/src/main/features/features.xml

index dff7cecd96dccbdcfce70a34d7fdb78fc6974cfc..63c1512565b207401873d826cea0a52a9bf28dc0 100644 (file)
@@ -137,11 +137,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.neutron</groupId>
-      <artifactId>dummyprovider</artifactId>
-      <version>${neutron.version}</version>
-    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>vpnmanager-impl</artifactId>
index ead3c81814dd458bde9a2f0ab5416196e7776f49..55e2f225a3e1b00b81f880716aba6a6e2edb57f9 100644 (file)
@@ -104,12 +104,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </feature>
   <feature name='odl-vpnservice-core' version='${project.version}' description='OpenDaylight :: vpnservice :: core'>
     <feature version="${neutron.version}">odl-neutron-service</feature>
-    <bundle>mvn:org.opendaylight.neutron/dummyprovider/{{VERSION}}</bundle>
     <feature version="${project.version}">odl-vpnservice-impl-ui</feature>
   </feature>
   <feature name='odl-vpnservice-openstack' version='${project.version}' description='OpenDaylight :: vpnservice :: openstack'>
     <feature version="${neutron.version}">odl-neutron-service</feature>
-    <bundle>mvn:org.opendaylight.neutron/dummyprovider/{{VERSION}}</bundle>
     <feature version="${project.version}">odl-vpnservice-impl-rest</feature>
   </feature>
   <feature name='odl-vpnservice-intent' version='${project.version}' description='OpenDaylight :: vpnservice :: intent'>