Merge "Bug 5924 - Reuse Threads using ThreadPool in SystemNotificationListenerImpl"
[openflowplugin.git] / applications / features / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-flow-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
4    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5    xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
6     <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
7     <feature name='odl-flow-model' version='${project.version}' description="OpenDaylight :: Flow :: Model">
8         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
9         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-base/{{VERSION}}</bundle>
10         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-service/{{VERSION}}</bundle>
11         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-statistics/{{VERSION}}</bundle>
12         <bundle>mvn:org.opendaylight.controller.model/model-inventory/${mdsal.version}</bundle>
13         <bundle>mvn:org.opendaylight.controller.model/model-topology/${mdsal.version}</bundle>
14     </feature>
15     <feature name='odl-flow-services' version='${project.version}' description="OpenDaylight :: Flow :: Services">
16         <feature version='${project.version}'>odl-mdsal-broker</feature>
17         <feature version='${project.version}'>odl-flow-model</feature>
18         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-common/{{VERSION}}</bundle>
19         <bundle>mvn:org.opendaylight.openflowplugin.applications/topology-manager/{{VERSION}}</bundle>
20         <bundle>mvn:org.opendaylight.openflowplugin.applications/topology-lldp-discovery/{{VERSION}}</bundle>
21         <bundle>mvn:org.opendaylight.openflowplugin.applications/statistics-manager/{{VERSION}}</bundle>
22         <bundle>mvn:org.opendaylight.openflowplugin.applications/inventory-manager/{{VERSION}}</bundle>
23         <bundle>mvn:org.opendaylight.openflowplugin.applications/forwardingrules-manager/{{VERSION}}</bundle>
24         <bundle>mvn:org.opendaylight.controller/liblldp/{{VERSION}}</bundle>
25     </feature>
26
27 </features>