X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=features%2Fsrc%2Fmain%2Fresources%2Ffeatures.xml;h=095db24319e41cacddd7a22410e05cf95bb6c273;hb=9dd9664db32bd7fa972bd414fb4e02ec83ad8e83;hp=3832a09ff5310fde79a4a3c7fb0fc04071458036;hpb=e647cb87a2c2c10a86d7ec8897637ce08a392415;p=openflowplugin.git diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index 3832a09ff5..095db24319 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -5,9 +5,10 @@ xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features mvn:org.opendaylight.controller/features-restconf/${mdsal.version}/xml/features - mvn:org.opendaylight.controller/features-flow/${mdsal.version}/xml/features mvn:org.opendaylight.openflowjava/features-openflowjava/${openflowjava.version}/xml/features mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features + mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features + odl-openflowplugin-southbound @@ -18,7 +19,7 @@ odl-mdsal-broker - odl-flow-model + odl-openflowplugin-nsf-model odl-openflowjava-protocol mvn:org.opendaylight.openflowplugin/openflowplugin/${project.version} mvn:org.opendaylight.openflowplugin/openflowplugin-api/${project.version} @@ -28,10 +29,39 @@ mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/${project.version}/xml/configmsgspy - odl-flow-services + odl-openflowplugin-nsf-services odl-openflowplugin-southbound + odl-openflowplugin-app-config-pusher + odl-openflowplugin-app-lldp-speaker + + + odl-mdsal-broker + odl-openflowplugin-nsf-model + mvn:org.opendaylight.openflowplugin.applications/topology-manager/${project.version} + mvn:org.opendaylight.openflowplugin.applications/topology-lldp-discovery/${project.version} + mvn:org.opendaylight.openflowplugin.applications/statistics-manager/${project.version} + mvn:org.opendaylight.openflowplugin.applications/inventory-manager/${project.version} + mvn:org.opendaylight.openflowplugin.applications/forwardingrules-manager/${project.version} + mvn:org.opendaylight.controller/liblldp/${sal.api.version} + mvn:org.opendaylight.openflowplugin.applications/statistics-manager-config/${project.version}/xml/config + + + + + odl-yangtools-models + mvn:org.opendaylight.controller.model/model-inventory/${controller.model.version} + mvn:org.opendaylight.controller.model/model-topology/${controller.model.version} + + mvn:org.opendaylight.openflowplugin.model/model-flow-base/${project.version} + mvn:org.opendaylight.openflowplugin.model/model-flow-statistics/${project.version} + mvn:org.opendaylight.openflowplugin.model/model-flow-service/${project.version} + + + odl-openflowplugin-flow-services odl-restconf @@ -41,21 +71,29 @@ odl-mdsal-apidocs odl-mdsal-xsql + + odl-openflowplugin-flow-services mvn:org.opendaylight.openflowplugin/test-common/${project.version} mvn:org.opendaylight.openflowplugin/drop-test-karaf/${project.version} - - odl-openflowplugin-flow-services + + + odl-openflowplugin-southbound mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version} mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version}/xml/config - + + + odl-openflowplugin-southbound mvn:org.opendaylight.openflowplugin.applications/of-switch-config-pusher/${project.version} mvn:org.opendaylight.openflowplugin.applications/of-switch-config-pusher/${project.version}/xml/config - - mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/${project.version} - mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/${project.version}/xml/config + + odl-openflowplugin-southbound + mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/${project.version} + mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/${project.version}/xml/config + +