263f907cee811f74e79eeb0105fb08a225efbb18
[controller.git] / features / neutron / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-neutron-${networkconfig.neutron.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    <feature name='odl-neutron-all' version='${networkconfig.neutron.version}' description="OpenDaylight :: Neutron :: API">
7     <feature version='${networkconfig.neutron.version}'>odl-neutron-api</feature>
8     <feature version='${networkconfig.neutron.version}'>odl-neutron-northbound</feature>
9     <feature version='${networkconfig.neutron.version}'>odl-neutron-implementation</feature>
10   </feature>
11   <feature name='odl-neutron-northbound' version='${networkconfig.neutron.version}' description="OpenDaylight :: Neutron :: Northbound">
12     <feature version='${networkconfig.neutron.version}'>odl-neutron-api</feature>
13     <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/${eclipse.persistence.version}</bundle>
14     <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.core/${eclipse.persistence.version}</bundle>
15     <bundle>mvn:org.opendaylight.controller/networkconfig.neutron.northbound/${networkconfig.neutron.northbound.version}</bundle>
16     <bundle>mvn:com.sun.jersey/jersey-core/${jersey.version}</bundle>
17     <bundle>mvn:com.sun.jersey/jersey-server/${jersey.version}</bundle>
18     <bundle>mvn:com.sun.jersey/jersey-servlet/${jersey.version}</bundle>
19     <bundle>mvn:org.osgi/org.osgi.core/${osgi.core.version}</bundle>
20   </feature>
21
22   <feature name='odl-neutron-api' version='${networkconfig.neutron.version}' description="OpenDaylight :: Neutron :: API">
23     <bundle>mvn:org.opendaylight.controller/networkconfig.neutron/${networkconfig.neutron.version}</bundle>
24     <bundle>mvn:commons-net/commons-net/${commons.net.version}</bundle>
25     <bundle>mvn:org.osgi/org.osgi.core/${osgi.core.version}</bundle>
26   </feature>
27   <feature name='odl-neutron-implementation' version='${networkconfig.neutron.version}' description="OpenDaylight :: Neutron :: Implementation">
28     <feature version='${networkconfig.neutron.version}'>odl-neutron-api</feature>
29     <bundle>mvn:org.opendaylight.controller/networkconfig.neutron.implementation/${networkconfig.neutron.implementation.version}</bundle>
30     <bundle>mvn:org.osgi/org.osgi.core/${osgi.core.version}</bundle>
31   </feature>
32 </features>