X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=features%2Fsrc%2Fmain%2Fresources%2Ffeatures.xml;h=095db24319e41cacddd7a22410e05cf95bb6c273;hb=9dd9664db32bd7fa972bd414fb4e02ec83ad8e83;hp=999d8a75dbc324e8a886920843c57997286b812c;hpb=ce42848a8f6620736ac554b645cc2dd6a3685fd3;p=openflowplugin.git diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index 999d8a75db..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 @@ -15,9 +16,10 @@ odl-openflowplugin-flow-services-rest odl-openflowplugin-flow-services-ui + 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} @@ -27,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 @@ -40,9 +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-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 + + + odl-openflowplugin-southbound + mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/${project.version} + mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/${project.version}/xml/config + +