From: Tomas Cere Date: Mon, 7 Sep 2015 11:41:13 +0000 (+0200) Subject: Migrate archetypes restconf dependencies X-Git-Tag: release/beryllium~324 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=4bdeed4c20fbfc19486fe980caa80b510895b9db;ds=sidebyside Migrate archetypes restconf dependencies Change-Id: I4fd783f77c12616add7aace1d5c4e8e71d6bebed Signed-off-by: Tomas Cere --- diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml index 3f1abbc136..60a91383c4 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml @@ -25,6 +25,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 etc/opendaylight/karaf @@ -39,6 +40,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 + @@ -59,10 +67,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/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/src/main/features/features.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/src/main/features/features.xml index 1e3115d531..69d7b4c807 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/src/main/features/features.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/src/main/features/features.xml @@ -15,7 +15,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/${symbol_dollar}{yangtools.version}/xml/features mvn:org.opendaylight.controller/features-mdsal/${symbol_dollar}{mdsal.version}/xml/features - mvn:org.opendaylight.controller/features-restconf/${symbol_dollar}{mdsal.version}/xml/features + mvn:org.opendaylight.netconf/features-restconf/${symbol_dollar}{restconf.version}/xml/features mvn:org.opendaylight.dlux/features-dlux/${symbol_dollar}{dlux.version}/xml/features odl-yangtools-models @@ -29,11 +29,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html odl-${artifactId} - odl-restconf + odl-restconf odl-${artifactId}-rest - odl-mdsal-apidocs + odl-mdsal-apidocs odl-mdsal-xsql odl-dlux-yangui