Merge "Mark yang generated source location as a source directory."
[controller.git] / opendaylight / networkconfiguration / neutron / features / 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    <repository>mvn:org.opendaylight.aaa/features-aaa/${aaa.version}/xml/features</repository>
7    <feature name='odl-neutron-all' version='${networkconfig.neutron.version}' description="OpenDaylight :: Neutron :: API">
8     <feature version='${networkconfig.neutron.version}'>odl-neutron-api</feature>
9     <feature version='${networkconfig.neutron.version}'>odl-neutron-northbound</feature>
10     <feature version='${networkconfig.neutron.version}'>odl-neutron-implementation</feature>
11   </feature>
12   <feature name='odl-neutron-northbound' version='${networkconfig.neutron.version}' description="OpenDaylight :: Neutron :: Northbound">
13     <feature version='${aaa.version}'>odl-aaa-authn</feature>
14     <feature>war</feature>
15     <feature version='${networkconfig.neutron.version}'>odl-neutron-api</feature>
16     <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/${eclipse.persistence.version}</bundle>
17     <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.core/${eclipse.persistence.version}</bundle>
18     <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.antlr/${eclipse.persistence.version}</bundle>
19     <bundle>mvn:org.opendaylight.controller/networkconfig.neutron.northbound/${networkconfig.neutron.northbound.version}</bundle>
20     <bundle>mvn:com.sun.jersey/jersey-core/${jersey.version}</bundle>
21     <bundle>mvn:com.sun.jersey/jersey-server/${jersey.version}</bundle>
22     <bundle>mvn:com.sun.jersey/jersey-servlet/${jersey.version}</bundle>
23     <bundle>mvn:org.osgi/org.osgi.core/${osgi.core.version}</bundle>
24   </feature>
25
26   <feature name='odl-neutron-api' version='${networkconfig.neutron.version}' description="OpenDaylight :: Neutron :: API">
27     <bundle>mvn:org.opendaylight.controller/networkconfig.neutron/${networkconfig.neutron.version}</bundle>
28     <bundle>mvn:commons-net/commons-net/${commons.net.version}</bundle>
29     <bundle>mvn:org.osgi/org.osgi.core/${osgi.core.version}</bundle>
30   </feature>
31   <feature name='odl-neutron-implementation' version='${networkconfig.neutron.version}' description="OpenDaylight :: Neutron :: Implementation">
32     <feature version='${networkconfig.neutron.version}'>odl-neutron-api</feature>
33     <feature>war</feature>
34     <bundle>mvn:org.opendaylight.controller/networkconfig.neutron.implementation/${networkconfig.neutron.implementation.version}</bundle>
35     <bundle>mvn:org.osgi/org.osgi.core/${osgi.core.version}</bundle>
36   </feature>
37 </features>