From 078ae023c9cceb14aaadea10c81a5f1d90f47789 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 23 Sep 2015 14:22:16 +0200 Subject: [PATCH] Use features-restconf from netconf project repository 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 --- features/src/main/features/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/src/main/features/features.xml b/features/src/main/features/features.xml index 0948fc81..ed3d3963 100644 --- a/features/src/main/features/features.xml +++ b/features/src/main/features/features.xml @@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features mvn:org.opendaylight.mdsal.model/features-mdsal-model/${mdsal.model.version}/xml/features mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflowplugin.version}/xml/features - mvn:org.opendaylight.controller/features-restconf/${restconf.version}/xml/features + mvn:org.opendaylight.netconf/features-restconf/${restconf.version}/xml/features odl-mdsal-broker odl-mdsal-models -- 2.36.6