From 8dcf4aa474d58a003791bb77357d35e904f56d87 Mon Sep 17 00:00:00 2001 From: Tomas Cere Date: Thu, 3 Sep 2015 14:48:49 +0200 Subject: [PATCH] Migrate netconf/restconf dependencies Change-Id: If2ce94f15e77a4af45bc2e96639f5727897386aa Signed-off-by: Tomas Cere --- features/pom.xml | 12 ++++++++++-- features/src/main/features/features.xml | 6 +++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/features/pom.xml b/features/pom.xml index 59998075..1eb18629 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,6 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 1.3.0-SNAPSHOT 0.2.0-SNAPSHOT + 1.3.0-SNAPSHOT 0.8.0-SNAPSHOT 0.2.0-SNAPSHOT ${vpnservices.version} @@ -42,6 +43,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL pom import + + org.opendaylight.netconf + restconf-artifacts + ${restconf.version} + pom + import + @@ -70,10 +78,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL runtime - org.opendaylight.controller + org.opendaylight.netconf features-restconf features - ${mdsal.version} + ${restconf.version} xml runtime diff --git a/features/src/main/features/features.xml b/features/src/main/features/features.xml index 38b6f759..7b5d8d2d 100644 --- a/features/src/main/features/features.xml +++ b/features/src/main/features/features.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflowplugin.version}/xml/features - mvn:org.opendaylight.controller/features-restconf/${mdsal.version}/xml/features + mvn:org.opendaylight.controller/features-restconf/${restconf.version}/xml/features odl-mdsal-broker odl-yangtools-models @@ -55,11 +55,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html odl-vpnservice-impl - odl-restconf + odl-restconf odl-vpnservice-impl-rest - odl-mdsal-apidocs + odl-mdsal-apidocs odl-mdsal-xsql -- 2.36.6