From: Tomas Cere Date: Thu, 3 Sep 2015 14:51:08 +0000 (+0200) Subject: Migrate netconf/restconf dependencies X-Git-Tag: release/beryllium~63 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=3cc5366ecf0724fe132b93f31309a460928b9619;p=unimgr.git Migrate netconf/restconf dependencies Change-Id: I49d185f6c6450444d140626369cf78f7c9e16a38 Signed-off-by: Tomas Cere --- diff --git a/features/pom.xml b/features/pom.xml index 8e8c043c..f510d1e9 100755 --- 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 + 1.3.0-SNAPSHOT 0.8.0-SNAPSHOT 0.3.0-SNAPSHOT 1.2.0-SNAPSHOT @@ -38,6 +39,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 + @@ -58,10 +66,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 @@ -102,5 +110,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL unimgr-cli ${project.version} + + org.opendaylight.netconf + sal-rest-docgen + diff --git a/features/src/main/features/features.xml b/features/src/main/features/features.xml index db588344..cd6a2e66 100755 --- a/features/src/main/features/features.xml +++ b/features/src/main/features/features.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features - mvn:org.opendaylight.controller/features-restconf/${mdsal.version}/xml/features + mvn:org.opendaylight.netconf/features-restconf/${restconf.version}/xml/features mvn:org.opendaylight.ovsdb/southbound-features/${ovsdb.version}/xml/features mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features @@ -36,13 +36,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html odl-unimgr - odl-restconf + odl-restconf odl-unimgr-rest odl-unimgr-console - odl-mdsal-apidocs + odl-mdsal-apidocs odl-mdsal-xsql odl-dlux-all