Update the dependency version in alto-parent
[alto.git] / features / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Yale University
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <features name="odl-alto-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
10   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11   xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
12   <repository>mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features</repository>
13   <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
14   <repository>mvn:org.opendaylight.controller/features-restconf/${mdsal.version}/xml/features</repository>
15   <repository>mvn:org.opendaylight.l2switch/features-l2switch/${l2switch.version}/xml/features</repository>
16
17   <feature name='odl-alto-all' version='${project.version}' description='OpenDaylight :: alto :: All '>
18     <feature>odl-restconf-all</feature>
19     <feature version='${project.version}'>odl-alto-provider</feature>
20     <feature version='${project.version}'>odl-alto-manager</feature>
21     <feature version='${project.version}'>odl-alto-hosttracker</feature>
22     <feature version='${project.version}'>odl-alto-northbound</feature>
23   </feature>
24
25   <feature name='odl-alto-model' version='${project.version}' description='OpenDaylight :: alto :: Model '>
26     <feature version='${yangtools.version}'>odl-yangtools-models</feature>
27     <feature version='${yangtools.version}'>odl-yangtools-binding</feature>
28     <bundle>mvn:org.opendaylight.alto/alto-model/${project.version}</bundle>
29   </feature>
30
31   <feature name='odl-alto-commons' version='${project.version}' description='OpenDaylight :: alto :: utils'>
32     <feature version='${project.version}'>odl-alto-model</feature>
33     <bundle start="true">mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson.version}</bundle>
34     <bundle start="true">mvn:com.fasterxml.jackson.core/jackson-core/${jackson.version}</bundle>
35     <bundle start="true">mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version}</bundle>
36     <bundle>mvn:org.osgi/org.osgi.core/${osgi.core.version}</bundle>
37     <bundle>mvn:org.opendaylight.alto/alto-commons/${project.version}</bundle>
38   </feature>
39
40   <feature name='odl-alto-provider' version='${project.version}' description='OpenDaylight :: alto :: Provider'>
41     <feature version='${project.version}'>odl-alto-model</feature>
42     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
43     <feature version='${l2switch.version}'>odl-l2switch-hosttracker</feature>
44     <feature version='${l2switch.version}'>odl-l2switch-addresstracker</feature>
45     <configfile finalname="${configfile.directory}/03-alto.xml">mvn:org.opendaylight.alto/alto-config/${project.version}/xml/config</configfile>
46     <bundle>mvn:org.opendaylight.alto/alto-provider/${project.version}</bundle>
47   </feature>
48
49   <feature name='odl-alto-hosttracker' version='${project.version}' description='OpenDaylight :: alto :: Hosttracker'>
50     <feature version='${project.version}'>odl-alto-model</feature>
51     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
52     <feature version='${l2switch.version}'>odl-l2switch-hosttracker</feature>
53     <feature version='${l2switch.version}'>odl-l2switch-addresstracker</feature>
54     <configfile finalname="etc/opendaylight/karaf/59-altohosttracker.xml">mvn:org.opendaylight.alto.alto-hosttracker/alto-hosttracker-config/${project.version}/xml/config</configfile>
55     <bundle>mvn:org.opendaylight.alto.alto-hosttracker/alto-hosttracker-impl/${project.version}</bundle>
56     <bundle>mvn:org.opendaylight.alto.alto-hosttracker/alto-hosttracker-model/${project.version}</bundle>
57   </feature>
58
59   <feature name='odl-alto-manager' version='${project.version}' description='OpenDaylight :: alto :: Provider'>
60     <feature version='${project.version}'>odl-alto-commons</feature>
61     <bundle>mvn:org.apache.httpcomponents/httpclient-osgi/${httpclient.version}</bundle>
62     <bundle>mvn:org.apache.httpcomponents/httpcore-osgi/${httpclient.version}</bundle>
63     <bundle>mvn:org.opendaylight.alto/alto-manager/${project.version}</bundle>
64   </feature>
65
66   <feature name='odl-alto-simple' version='${project.version}' description='OpenDaylight :: alto :: Simple'>
67     <feature version='${mdsal.version}'>odl-mdsal-common</feature>
68     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
69     <feature version='${project.version}'>odl-alto-commons</feature>
70     <configfile finalname='${configfile.directory}/alto-simple.xml'>mvn:org.opendaylight.alto/simple-impl/${project.version}/xml/config</configfile>
71     <bundle>mvn:org.opendaylight.alto/service-api-rfc7285/${project.version}</bundle>
72     <bundle>mvn:org.opendaylight.alto/simple-impl/${project.version}</bundle>
73   </feature>
74
75   <feature name='odl-alto-tomcat' version='${project.version}' description='Opendaylight :: alto :: Tomcat'>
76     <bundle start="true">mvn:orbit/javax.ejb/3.1.1.v201204261316</bundle>
77     <bundle start="true">mvn:orbit/javax.xml.rpc/1.1.0.v201005080400</bundle>
78     <bundle start="true">mvn:eclipselink/javax.persistence/2.0.4.v201112161009</bundle>
79     <bundle start="true">mvn:orbit/org.apache.catalina/${commons.catalina.version}</bundle>
80     <bundle start="true">mvn:orbit/org.apache.coyote/${commons.coyote.version}</bundle>
81     <bundle start="true">mvn:orbit/org.apache.juli.extras/${commons.juli.version}</bundle>
82     <bundle start="true">mvn:orbit/org.apache.tomcat.api/${commons.tomcat.api.version}</bundle>
83     <bundle start="true">mvn:orbit/org.apache.tomcat.util/${commons.tomcat.util.version}</bundle>
84   </feature>
85
86   <feature name='odl-alto-northbound' version='${project.version}' description='Opendaylight :: alto :: Northbound'>
87     <feature>war</feature>
88     <bundle>mvn:com.sun.jersey/jersey-servlet/${jersey.version}</bundle>
89     <feature version='${project.version}'>odl-alto-tomcat</feature>
90     <feature version='${project.version}'>odl-alto-simple</feature>
91     <bundle>mvn:org.opendaylight.alto/alto-northbound/${project.version}</bundle>
92   </feature>
93
94   <feature name='odl-alto-integration-test' version='${project.version}' description='Opendaylight :: alto :: IntegrationTest'>
95     <feature version='${project.version}'>odl-alto-all</feature>
96   </feature>
97 </features>