Use features-restconf from netconf project repository 44/27344/4
authorVratko Polak <vrpolak@cisco.com>
Wed, 23 Sep 2015 12:22:16 +0000 (14:22 +0200)
committerVratko Polak <vrpolak@cisco.com>
Wed, 23 Sep 2015 12:22:16 +0000 (14:22 +0200)
This edit was omitted from Change 26456.

The previous controller feature repository is still present in Nexus,
but it should not be used, and it is not defined as dependency.

Since Change 26348, this omission is causing failures
in merge and distribution jobs across all ODL projects,
because SingleFeatureTest tries and fails to see the controller repository.

Change-Id: I23a4e326eaa280c659226a0a2b20c13c72d67e0b
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
features/src/main/features/features.xml

index 0948fc813dd01413cfb687459b79b67b7b71daca..ed3d3963029e51cf03a47c328d32bda348fb2d1e 100644 (file)
@@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
   <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/${mdsal.model.version}/xml/features</repository>
   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflowplugin.version}/xml/features</repository>
-  <repository>mvn:org.opendaylight.controller/features-restconf/${restconf.version}/xml/features</repository>
+  <repository>mvn:org.opendaylight.netconf/features-restconf/${restconf.version}/xml/features</repository>
   <feature name='odl-vpnservice-api' version='${project.version}' description='OpenDaylight :: vpnservice :: api '>
     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>