X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=features%2Fnetconf-connector%2Fsrc%2Fmain%2Fresources%2Ffeatures.xml;h=d7825555cdd04ae8be19b714f5ee2be73bd5bf87;hp=7cabbb492910502c8e0ebe2818414a65604e959e;hb=071a641d7c12c0e6112d5ce0afe806b54f116ed2;hpb=a8efbf6623ba1f9ffbb0278672f32e9cfe73a014 diff --git a/features/netconf-connector/src/main/resources/features.xml b/features/netconf-connector/src/main/resources/features.xml index 7cabbb4929..d7825555cd 100644 --- a/features/netconf-connector/src/main/resources/features.xml +++ b/features/netconf-connector/src/main/resources/features.xml @@ -18,9 +18,9 @@ Necessary TODO: Add repo entries for the repositories of features you refer to in this feature file but do not define here. Examples: - mvn:org.opendaylight.yangtools/features-yangtools/0.7.0-SNAPSHOT/xml/features - mvn:org.opendaylight.controller/features-mdsal/1.2.0-SNAPSHOT/xml/features - mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.0-SNAPSHOT/xml/features + mvn:org.opendaylight.yangtools/features-yangtools/0.8.0-SNAPSHOT/xml/features + mvn:org.opendaylight.controller/features-mdsal/1.3.0-SNAPSHOT/xml/features + mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.2.0-SNAPSHOT/xml/features --> mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features @@ -59,7 +59,7 @@ * Basic MD-SAL Provider - odl-mdsal-broker + odl-mdsal-broker odl-controller-model mvn:org.opendaylight.controller/controller-provider/${project.version} ... whatever other bundles you need @@ -67,15 +67,15 @@ * Basic MD-SAL Model feature - odl-yangtools-binding - odl-yangtools-models + odl-yangtools-binding + odl-yangtools-models mvn:org.opendaylight.controller/controller-model/${project.version} ... whatever other bundles you need * Config Subsystem example - the config file is your config subsystem configuration - odl-mdsal-broker + odl-mdsal-broker mvn:org.opendaylight.controller/controller-provider/${project.version} mvn:org.opendaylight.controller/controller-config/${project.version}/xml/config ... whatever other bundles you need @@ -83,7 +83,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:org.opendaylight.controller/controller-provider/${project.version} ... whatever other bundles you need @@ -112,11 +112,20 @@ odl-aaa-netconf-plugin mvn:org.opendaylight.controller/netconf-ssh/${netconf.version} - + odl-netconf-impl + odl-config-netty mvn:org.opendaylight.controller/netconf-tcp/${netconf.version} - + + + odl-netconf-connector + odl-mdsal-broker + mvn:org.opendaylight.controller/messagebus-api/${project.version} + mvn:org.opendaylight.controller/messagebus-spi/${project.version} + mvn:org.opendaylight.controller/messagebus-impl/${project.version} + mvn:org.opendaylight.controller/messagebus-config/${project.version}/xml/config +