Remove Reservation from Boron 93/37293/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 7 Apr 2016 19:30:25 +0000 (15:30 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 7 Apr 2016 19:30:28 +0000 (15:30 -0400)
Project has declined to participate in Boron.

See:
https://lists.opendaylight.org/pipermail/reservation-dev/2016-March/000020.html

Change-Id: Ice6542642218ad035b60a773da72719287cd9ab6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
features-index/pom.xml
features-index/src/main/resources/features.xml
features-test/src/main/resources/features.xml
pom.xml

index cc58043a0d5998ad7ba96a63757dbd64f8d177eb..41427a22a32559e34ee91ccbf92c4cbe8da33b3d 100644 (file)
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.reservation</groupId>
-      <artifactId>features-reservation</artifactId>
-      <version>${feature.reservation.version}</version>
-      <classifier>features</classifier>
-      <type>xml</type>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.sdninterfaceapp</groupId>
       <artifactId>features-sdninterfaceapp</artifactId>
index 55d6a8cf5138dba63950548cc6307442a2eac9b9..74bbb4c5b2cc6b1298f1089dfe610c1aa7591e28 100644 (file)
@@ -79,7 +79,6 @@
     <repository>mvn:org.opendaylight.ovsdb/openstack.net-virt-sfc-features/${feature.ovsdb.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.ovsdb/southbound-features/${feature.ovsdb.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.packetcable/features-packetcable-policy/${feature.packetcable.version}/xml/features</repository>
-    <repository>mvn:org.opendaylight.reservation/features-reservation/${feature.reservation.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.sdninterfaceapp/features-sdninterfaceapp/${feature.sdninterfaceapp.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.sfc/features-sfc/${feature.sfc.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.snbi/features-snbi/${feature.snbi.version}/xml/features</repository>
index 08a4fc0d4f7a6fc00c9fe7de36e70d8cfe30e559..0faee16f6ed81adfbb26fb29d086ef083b4473f5 100644 (file)
         <feature version='${feature.ovsdb.version}'>odl-ovsdb-library</feature>
         <feature version='${feature.ovsdb.version}'>odl-ovsdb-southbound-impl</feature>
         <feature version='${feature.packetcable.version}'>odl-packetcable-policy-server-all</feature>
-        <feature version='${feature.reservation.version}'>odl-reservation-models</feature>
         <feature version='${feature.restconf.version}'>odl-restconf-noauth</feature>
 <!--
         <feature version="${feature.sdninterfaceapp.version}">odl-sdninterfaceapp-all</feature>
diff --git a/pom.xml b/pom.xml
index 5385997e9b9f279517b7805500bbe281f8346474..8b1aa8461d746c50715daffae02e402d85699b2b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,6 @@
     <feature.openflowplugin.version>0.3.0-SNAPSHOT</feature.openflowplugin.version>
     <feature.ovsdb.version>1.3.0-SNAPSHOT</feature.ovsdb.version>
     <feature.packetcable.version>1.4.0-SNAPSHOT</feature.packetcable.version>
-    <feature.reservation.version>1.2.0-SNAPSHOT</feature.reservation.version>
     <feature.restconf.version>1.4.0-SNAPSHOT</feature.restconf.version>
     <feature.sdninterfaceapp.version>1.7.0-SNAPSHOT</feature.sdninterfaceapp.version>
     <feature.sfc.version>0.3.0-SNAPSHOT</feature.sfc.version>