X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Farchetypes%2Fopendaylight-karaf-features%2Fsrc%2Fmain%2Fresources%2Farchetype-resources%2Fsrc%2Fmain%2Fresources%2Ffeatures.xml;h=5c2f2a86e9a38096ced4f7d6ddbb5223fd93132d;hb=832d93c10ef42feec0674d4d4e2b9e0e8eb55561;hp=5834cb7cd9c02fac0f0fbeae6b12a6d7f6712afd;hpb=79788bdd3a9319e5dd625a374438e5e2ef02480f;p=controller.git diff --git a/opendaylight/archetypes/opendaylight-karaf-features/src/main/resources/archetype-resources/src/main/resources/features.xml b/opendaylight/archetypes/opendaylight-karaf-features/src/main/resources/archetype-resources/src/main/resources/features.xml index 5834cb7cd9..5c2f2a86e9 100644 --- a/opendaylight/archetypes/opendaylight-karaf-features/src/main/resources/archetype-resources/src/main/resources/features.xml +++ b/opendaylight/archetypes/opendaylight-karaf-features/src/main/resources/archetype-resources/src/main/resources/features.xml @@ -64,7 +64,7 @@ * Basic MD-SAL Provider - odl-mdsal-broker + odl-mdsal-broker odl-${repoName}-model mvn:${groupId}/${repoName}-provider/{{VERSION}} ... whatever other bundles you need @@ -72,15 +72,15 @@ * Basic MD-SAL Model feature - odl-yangtools-binding - odl-yangtools-models + odl-yangtools-binding + odl-yangtools-models mvn:${groupId}/${repoName}-model/{{VERSION}} ... whatever other bundles you need * Config Subsystem example - the config file is your config subsystem configuration - odl-mdsal-broker + odl-mdsal-broker mvn:${groupId}/${repoName}-provider/{{VERSION}} mvn:${groupId}/${repoName}-config/{{VERSION}}/xml/config ... whatever other bundles you need @@ -88,7 +88,7 @@ * Basic MD-SAL Provider that uses openflowplugin-flow-services (which brings along odl-mdsal-broker) - odl-openflowplugin-flow-services + odl-openflowplugin-flow-services mvn:${groupId}/${repoName}-provider/{{VERSION}} ... whatever other bundles you need