From 5318c8852754976d284ec7c7b873c16db161bdb6 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Mon, 26 Jan 2015 09:48:03 -0700 Subject: [PATCH] Fix missing dependencies in opendaylight-startup archetype Change-Id: I3ebc2240f89ae0bb4baddb658b0942200d4e7c20 Signed-off-by: Ed Warnicke --- .../__artifactId__-features/pom.xml | 24 +++++++++++++++++++ opendaylight/config/config-parent/pom.xml | 12 ++++++++++ 2 files changed, 36 insertions(+) diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-features/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-features/pom.xml index 880e2dc9d5..1ee28b8d5a 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-features/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-features/pom.xml @@ -39,6 +39,30 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL + + org.opendaylight.yangtools + features-yangtools + features + ${yangtools.version} + xml + runtime + + + org.opendaylight.controller + features-mdsal + features + ${mdsal.version} + xml + runtime + + + org.opendaylight.controller + features-restconf + features + ${mdsal.version} + xml + runtime + ${symbol_dollar}{groupId} ${artifactId}-impl diff --git a/opendaylight/config/config-parent/pom.xml b/opendaylight/config/config-parent/pom.xml index 10c1824ebe..af39b63447 100644 --- a/opendaylight/config/config-parent/pom.xml +++ b/opendaylight/config/config-parent/pom.xml @@ -24,6 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 0.3.0-SNAPSHOT 1.2.0-SNAPSHOT + 0.7.0-SNAPSHOT src/main/yang-gen-config src/main/config/default-config.xml @@ -45,10 +46,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html pom import + + org.opendaylight.yangtools + yangtools-artifacts + ${yangtools.version} + pom + import + + + org.opendaylight.yangtools + yang-common + org.opendaylight.controller config-api -- 2.36.6