Logger on neutron model
[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-shiro/{{VERSION}}/xml/features</repository>
7    <repository>mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features</repository>
8    <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
9    <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
10    <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
11    <feature name='odl-neutron-service' version='${project.version}' description="OpenDaylight :: Neutron :: API">
12     <feature version='${project.version}'>odl-neutron-spi</feature>
13     <feature version='${project.version}'>odl-neutron-northbound-api</feature>
14     <feature version='${project.version}'>odl-neutron-transcriber</feature>
15   </feature>
16   <feature name='odl-neutron-northbound-api' version='${project.version}' description="OpenDaylight :: Neutron :: Northbound">
17     <feature version='${aaa.version}'>odl-aaa-shiro</feature>
18     <feature>war</feature>
19     <feature version='${project.version}'>odl-neutron-spi</feature>
20     <bundle>mvn:org.opendaylight.neutron/northbound-api/{{VERSION}}</bundle>
21     <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
22     <bundle>mvn:com.sun.jersey/jersey-server/{{VERSION}}</bundle>
23     <bundle>mvn:com.sun.jersey/jersey-servlet/{{VERSION}}</bundle>
24     <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/{{VERSION}}</bundle>
25     <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.core/{{VERSION}}</bundle>
26     <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.antlr/{{VERSION}}</bundle>
27     <bundle>mvn:org.osgi/org.osgi.core/{{VERSION}}</bundle>
28     <bundle>mvn:javax.validation/validation-api/{{VERSION}}</bundle>
29   </feature>
30
31   <feature name='odl-neutron-spi' version='${project.version}' description="OpenDaylight :: Neutron :: API">
32     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
33     <bundle>mvn:org.opendaylight.neutron/neutron-spi/{{VERSION}}</bundle>
34     <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
35     <bundle>mvn:org.osgi/org.osgi.core/{{VERSION}}</bundle>
36     <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/{{VERSION}}</bundle>
37   </feature>
38   <feature name='odl-neutron-transcriber' version='${project.version}' description="OpenDaylight :: Neutron :: Implementation">
39     <feature version='${project.version}'>odl-neutron-spi</feature>
40     <feature>war</feature>
41     <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
42     <bundle>mvn:org.opendaylight.neutron/transcriber/{{VERSION}}</bundle>
43     <bundle>mvn:org.opendaylight.neutron/model/{{VERSION}}</bundle>
44     <bundle>mvn:org.osgi/org.osgi.core/{{VERSION}}</bundle>
45   </feature>
46   <feature name='odl-neutron-logger' version='${project.version}' description="OpenDaylight :: Neutron :: Logger">
47     <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
48     <bundle>mvn:org.opendaylight.neutron/model/{{VERSION}}</bundle>
49     <bundle>mvn:org.opendaylight.neutron/neutron-logger/{{VERSION}}</bundle>
50     <bundle>mvn:org.osgi/org.osgi.core/{{VERSION}}</bundle>
51   </feature>
52 </features>