X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Farchetypes%2Fopendaylight-startup%2Fsrc%2Fmain%2Fresources%2Farchetype-resources%2F__artifactId__-features%2Fpom.xml;h=49b43f442edba2810196bf470a146df77ba83a71;hp=880e2dc9d59543db777e11c76af628b1adef7fbe;hb=1e25f44b70aab9998f33b2136a0cf628821cd2dc;hpb=5dae3ebb0b0560c7552fe835abbce8772285d7e0 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..49b43f442e 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 @@ -13,6 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent features-parent 1.5.0-SNAPSHOT + ${groupId} ${artifactId}-features @@ -40,12 +41,36 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL - ${symbol_dollar}{groupId} + 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}{project.groupId} ${artifactId}-impl ${symbol_dollar}{project.version} - ${symbol_dollar}{groupId} + ${symbol_dollar}{project.groupId} ${artifactId}-api ${symbol_dollar}{project.version}