Merge "Musings towards making dummyprovider accessible"
[neutron.git] / features / production / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-neutron-${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.aaa/features-aaa/${aaa.version}/xml/features</repository>
7    <feature name='odl-neutron-service' version='${project.version}' description="OpenDaylight :: Neutron :: API">
8     <feature version='${project.version}'>odl-neutron-spi</feature>
9     <feature version='${project.version}'>odl-neutron-northbound-api</feature>
10     <feature version='${project.version}'>odl-neutron-transcriber</feature>
11   </feature>
12   <feature name='odl-neutron-northbound-api' version='${project.version}' description="OpenDaylight :: Neutron :: Northbound">
13     <feature version='${aaa.version}'>odl-aaa-authn</feature>
14     <feature>war</feature>
15     <feature version='${project.version}'>odl-neutron-spi</feature>
16     <bundle>mvn:org.opendaylight.neutron/northbound-api/${project.version}</bundle>
17     <bundle>mvn:com.sun.jersey/jersey-core/${jersey.version}</bundle>
18     <bundle>mvn:com.sun.jersey/jersey-server/${jersey.version}</bundle>
19     <bundle>mvn:com.sun.jersey/jersey-servlet/${jersey.version}</bundle>
20     <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/${eclipse.persistence.version}</bundle>
21     <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.core/${eclipse.persistence.version}</bundle>
22     <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.antlr/${eclipse.persistence.version}</bundle>
23     <bundle>mvn:org.osgi/org.osgi.core/${osgi.core.version}</bundle>
24   </feature>
25
26   <feature name='odl-neutron-spi' version='${project.version}' description="OpenDaylight :: Neutron :: API">
27     <bundle>mvn:org.opendaylight.neutron/neutron-spi/${project.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-transcriber' version='${project.version}' description="OpenDaylight :: Neutron :: Implementation">
32     <feature version='${project.version}'>odl-neutron-spi</feature>
33     <feature>war</feature>
34     <bundle>mvn:org.opendaylight.neutron/transcriber/${project.version}</bundle>
35     <bundle>mvn:org.osgi/org.osgi.core/${osgi.core.version}</bundle>
36   </feature>
37 </features>