From 7ec4889fed2fb7339fc3ecfd918ca38becde2a5b Mon Sep 17 00:00:00 2001 From: adetalhouet Date: Mon, 21 Sep 2015 21:41:31 -0400 Subject: [PATCH] Bug 4202 - Migrate archetypes to use MD-SAL Project Change-Id: Ic5fa0913c3332a20cbe97bc4c6ea64edc7549a1d Signed-off-by: adetalhouet --- .../src/main/resources/archetype-resources/api/pom.xml | 2 +- .../main/resources/archetype-resources/features/pom.xml | 9 +++++++++ .../features/src/main/features/features.xml | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/api/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/api/pom.xml index 82ed223a55..60abbb79e9 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/api/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/api/pom.xml @@ -8,7 +8,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - org.opendaylight.yangtools + org.opendaylight.mdsal binding-parent 0.8.0-SNAPSHOT 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 9c4d453a1c..91f818cb4c 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 3.1.1 + 0.8.0-SNAPSHOT 1.3.0-SNAPSHOT 1.3.0-SNAPSHOT 0.8.0-SNAPSHOT @@ -59,6 +60,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL xml runtime + + org.opendaylight.mdsal.model + features-mdsal-model + ${mdsal.model.version} + features + xml + runtime + org.opendaylight.controller features-mdsal 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 6ded59854e..0446ec6bae 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,11 +15,11 @@ 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.mdsal.model/features-mdsal-model/${symbol_dollar}{mdsal.model.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 + odl-mdsal-models mvn:${groupId}/${artifactId}-api/${symbol_dollar}{project.version} -- 2.36.6