Merge "Enable AD-SAL application to configure OF 1.3 PUSH_VLAN action."
[controller.git] / features / mdsal / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-mdsal-${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.yangtools/features-yangtools/${yangtools.version}/xml/features</repository>
7     <repository>mvn:org.opendaylight.controller/features-config/${config.version}/xml/features</repository>
8     <repository>mvn:org.opendaylight.controller/features-config-persister/${config.version}/xml/features</repository>
9     <repository>mvn:org.opendaylight.controller/features-config-netty/${config.version}/xml/features</repository>
10     <repository>mvn:org.opendaylight.controller/features-akka/${commons.opendaylight.version}/xml/features</repository>
11     <feature name='odl-mdsal-all' version='${project.version}' description="OpenDaylight :: MDSAL :: All">
12         <feature version='${project.version}'>odl-mdsal-broker</feature>
13         <feature version='${project.version}'>odl-mdsal-netconf-connector</feature>
14         <feature version='${project.version}'>odl-restconf</feature>
15         <feature version='${project.version}'>odl-mdsal-xsql</feature>
16         <feature version='${project.version}'>odl-mdsal-clustering</feature>
17         <feature version='${project.version}'>odl-toaster</feature>
18     </feature>
19     <feature name='odl-mdsal-broker' version='${project.version}' description="OpenDaylight :: MDSAL :: Broker">
20         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
21         <feature version='${yangtools.version}'>odl-yangtools-binding</feature>
22         <feature version='${mdsal.version}'>odl-mdsal-common</feature>
23         <feature version='${config.version}'>odl-config-startup</feature>
24         <feature version='${config.version}'>odl-config-netty</feature>
25         <bundle>mvn:org.opendaylight.controller/sal-core-api/${project.version}</bundle>
26         <bundle>mvn:org.opendaylight.controller/sal-core-spi/${project.version}</bundle>
27         <bundle>mvn:org.opendaylight.controller/sal-broker-impl/${project.version}</bundle>
28         <bundle>mvn:org.opendaylight.controller/sal-binding-api/${project.version}</bundle>
29         <bundle>mvn:org.opendaylight.controller/sal-binding-config/${project.version}</bundle>
30         <bundle>mvn:org.opendaylight.controller/sal-binding-broker-impl/${project.version}</bundle>
31         <bundle>mvn:org.opendaylight.controller/sal-binding-util/${project.version}</bundle>
32         <bundle>mvn:org.opendaylight.controller/sal-connector-api/${project.version}</bundle>
33         <bundle>mvn:org.opendaylight.controller/sal-inmemory-datastore/${project.version}</bundle>
34         <configfile finalname="${config.configfile.directory}/${config.mdsal.configfile}">mvn:org.opendaylight.controller/md-sal-config/${mdsal.version}/xml/config</configfile>
35     </feature>
36     <feature name='odl-mdsal-netconf-connector' version='${project.version}' description="OpenDaylight :: MDSAL :: Netconf Connector">
37         <feature version='${project.version}'>odl-mdsal-broker</feature>
38         <feature version='${netconf.version}'>odl-netconf-client</feature>
39         <feature version='${yangtools.version}'>odl-yangtools-models</feature>
40         <bundle>mvn:org.opendaylight.controller/sal-netconf-connector/${project.version}</bundle>
41         <bundle>mvn:org.opendaylight.controller.model/model-inventory/${project.version}</bundle>
42         <bundle>mvn:org.opendaylight.controller/netconf-config-dispatcher/${config.version}</bundle>
43         <configfile finalname='${config.configfile.directory}/${config.netconf.client.configfile}'>mvn:org.opendaylight.controller/netconf-config/${netconf.version}/xml/config</configfile>
44     </feature>
45     <feature name='odl-mdsal-netconf-connector-ssh' version='${project.version}' description="OpenDaylight :: MDSAL :: Netconf Connector + Netconf SSH Server + loopback connection configuration">
46         <feature version='${netconf.version}'>odl-netconf-ssh</feature>
47         <feature version='${project.version}'>odl-mdsal-netconf-connector</feature>
48         <configfile finalname="${config.configfile.directory}/${config.netconf.connector.configfile}">mvn:org.opendaylight.controller/netconf-connector-config/${netconf.version}/xml/config</configfile>
49     </feature>
50     <feature name='odl-restconf' version='${project.version}' description="OpenDaylight :: Restconf">
51         <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
52         <feature>war</feature>
53         <bundle>mvn:org.opendaylight.controller/sal-rest-connector/${project.version}</bundle>
54         <bundle>mvn:com.google.code.gson/gson/${gson.version}</bundle>
55         <bundle>mvn:org.opendaylight.yangtools/yang-data-codec-gson/${yangtools.version}</bundle>
56         <bundle>mvn:com.sun.jersey/jersey-core/${jersey.version}</bundle>
57         <bundle>mvn:com.sun.jersey/jersey-server/${jersey.version}</bundle>
58         <bundle>mvn:com.sun.jersey/jersey-servlet/${jersey.version}</bundle>
59         <bundle>mvn:io.netty/netty-buffer/${netty.version}</bundle>
60         <bundle>mvn:io.netty/netty-codec/${netty.version}</bundle>
61         <bundle>mvn:io.netty/netty-codec-http/${netty.version}</bundle>
62         <bundle>mvn:io.netty/netty-common/${netty.version}</bundle>
63         <bundle>mvn:io.netty/netty-handler/${netty.version}</bundle>
64         <bundle>mvn:io.netty/netty-transport/${netty.version}</bundle>
65         <bundle>mvn:org.opendaylight.controller/sal-remote/${project.version}</bundle>
66         <configfile finalname="${config.configfile.directory}/${config.restconf.configfile}">mvn:org.opendaylight.controller/sal-rest-connector-config/${mdsal.version}/xml/config</configfile>
67     </feature>
68     <feature name='odl-toaster' version='${project.version}' description="OpenDaylight :: Toaster">
69         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
70         <feature version='${yangtools.version}'>odl-yangtools-binding</feature>
71         <feature version='${project.version}'>odl-mdsal-broker</feature>
72         <bundle>mvn:org.opendaylight.controller.samples/sample-toaster/${project.version}</bundle>
73         <bundle>mvn:org.opendaylight.controller.samples/sample-toaster-consumer/${project.version}</bundle>
74         <bundle>mvn:org.opendaylight.controller.samples/sample-toaster-provider/${project.version}</bundle>
75         <configfile finalname="${config.configfile.directory}/${config.toaster.configfile}">mvn:org.opendaylight.controller.samples/toaster-config/${project.version}/xml/config</configfile>
76     </feature>
77     <feature name ='odl-mdsal-xsql' version='${project.version}'>
78         <feature version='${project.version}'>odl-mdsal-broker</feature>
79         <bundle>mvn:org.opendaylight.controller/sal-dom-xsql/${project.version}</bundle>
80         <configfile finalname="${config.configfile.directory}/${config.xsql.configfile}">mvn:org.opendaylight.controller/sal-dom-xsql-config/${project.version}/xml/config</configfile>
81     </feature>
82     <feature name ='odl-mdsal-apidocs' version='${project.version}'>
83         <feature version='${project.version}'>odl-restconf</feature>
84         <bundle>mvn:org.opendaylight.controller/sal-rest-docgen/${project.version}</bundle>
85         <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson.version}</bundle>
86         <bundle>mvn:com.fasterxml.jackson.core/jackson-core/${jackson.version}</bundle>
87         <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version}</bundle>
88         <bundle>mvn:com.fasterxml.jackson.datatype/jackson-datatype-json-org/${jackson.version}</bundle>
89         <bundle>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/${jackson.version}</bundle>
90         <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/${jackson.version}</bundle>
91         <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/${jackson.version}</bundle>
92         <bundle>mvn:com.sun.jersey/jersey-core/${jersey.version}</bundle>
93         <bundle>mvn:com.sun.jersey/jersey-server/${jersey.version}</bundle>
94         <bundle>mvn:com.sun.jersey/jersey-servlet/${jersey.version}</bundle>
95         <bundle>wrap:mvn:org.json/json/${org.json.version}</bundle>
96     </feature>
97     <feature name ='odl-mdsal-clustering-commons' version='${project.version}'>
98         <feature version='${project.version}'>odl-mdsal-broker</feature>
99         <feature version='${akka.version}'>odl-akka-system</feature>
100         <feature version='${akka.version}'>odl-akka-persistence</feature>
101         <bundle>mvn:org.opendaylight.controller/sal-clustering-commons/${project.version}</bundle>
102         <bundle>mvn:org.opendaylight.controller/sal-akka-raft/${project.version}</bundle>
103         <bundle>mvn:com.codahale.metrics/metrics-core/3.0.1</bundle>
104     </feature>
105     <feature name ='odl-mdsal-distributed-datastore' version='${project.version}'>
106         <feature version='${project.version}'>odl-mdsal-broker</feature>
107         <feature version='${project.version}'>odl-mdsal-clustering-commons</feature>
108         <feature version='${akka.version}'>odl-akka-clustering</feature>
109         <bundle>mvn:org.opendaylight.controller/sal-distributed-datastore/${project.version}</bundle>
110     </feature>
111     <feature name ='odl-mdsal-remoterpc-connector' version='${project.version}'>
112         <feature version='${project.version}'>odl-mdsal-broker</feature>
113         <feature version='${project.version}'>odl-mdsal-clustering-commons</feature>
114         <feature version='${akka.version}'>odl-akka-clustering</feature>
115         <feature version='0.7'>odl-akka-leveldb</feature>
116         <bundle>mvn:org.opendaylight.controller/sal-remoterpc-connector/${project.version}</bundle>
117     </feature>
118     <feature name ='odl-mdsal-clustering' version='${project.version}'>
119         <feature version='${project.version}'>odl-mdsal-remoterpc-connector</feature>
120         <feature version='${project.version}'>odl-mdsal-distributed-datastore</feature>
121         <configfile finalname="${config.configfile.directory}/${config.clustering.configfile}">mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/config</configfile>
122         <configfile finalname="configuration/initial/akka.conf">mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/akkaconf</configfile>
123         <configfile finalname="configuration/initial/module-shards.conf">mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/moduleshardconf</configfile>
124         <configfile finalname="configuration/initial/modules.conf">mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/moduleconf</configfile>
125     </feature>
126 </features>