Bug 4202: Migration to use mdsal project
[controller.git] / features / config / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-config-${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
7   <repository>mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features</repository>
8
9   <feature name='odl-config-all' version='${project.version}' description="OpenDaylight :: Config :: All">
10       <feature version='${project.version}'>odl-config-api</feature>
11       <feature version='${project.version}'>odl-config-netty-config-api</feature>
12       <feature version='${project.version}'>odl-config-core</feature>
13       <feature version='${project.version}'>odl-config-manager</feature>
14   </feature>
15
16   <feature name='odl-config-api' version='${project.version}' description="OpenDaylight :: Config :: API">
17     <feature version='${mdsal.version}'>odl-mdsal-binding-base</feature>
18     <bundle>mvn:org.opendaylight.controller/config-api/{{VERSION}}</bundle>
19   </feature>
20
21   <feature name='odl-config-netty-config-api' version='${project.version}' description="OpenDaylight :: Config :: Netty Config API">
22     <feature version='${project.version}'>odl-config-api</feature>
23     <bundle>mvn:org.opendaylight.controller/netty-config-api/{{VERSION}}</bundle>
24     <bundle>mvn:io.netty/netty-transport/{{VERSION}}</bundle>
25     <bundle>mvn:io.netty/netty-common/{{VERSION}}</bundle>
26     <bundle>mvn:io.netty/netty-buffer/{{VERSION}}</bundle>
27     <bundle>mvn:io.netty/netty-codec/{{VERSION}}</bundle>
28     <bundle>mvn:io.netty/netty-handler/{{VERSION}}</bundle>
29   </feature>
30
31   <feature name='odl-config-core' version='${project.version}' description="OpenDaylight :: Config :: Core">
32     <feature version='${yangtools.version}'>odl-yangtools-common</feature>
33     <!-- FIXME: Bug 4202: Switch to MD-SAL provided odl-mdsal-binding-runtime -->
34     <feature version='${mdsal.version}'>odl-mdsal-binding-runtime</feature>
35     <feature version='${project.version}'>odl-config-api</feature>
36     <bundle>mvn:org.opendaylight.controller/config-util/{{VERSION}}</bundle>
37     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/{{VERSION}}</bundle>
38     <bundle>mvn:org.opendaylight.controller/shutdown-api/{{VERSION}}</bundle>
39     <bundle>mvn:org.opendaylight.controller/shutdown-impl/{{VERSION}}</bundle>
40   </feature>
41   <feature name='odl-config-manager' version='${project.version}' description="OpenDaylight :: Config :: Manager">
42     <feature version='${project.version}'>odl-config-core</feature>
43     <bundle>mvn:org.opendaylight.controller/config-manager/{{VERSION}}</bundle>
44   </feature>
45 </features>