1 <?xml version="1.0" encoding="UTF-8"?>
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>
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>
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>
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>