Merge "Made config/mdsal/netconf features non-cyclic"
[controller.git] / features / config / src / main / resources / 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   <repository>mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features</repository>
7
8   <feature name='odl-config-core' version='${project.version}'>
9     <feature version='${yangtools.version}'>yangtools-concepts</feature>
10     <feature version='${yangtools.version}'>yangtools-binding</feature>
11     <feature version='${yangtools.version}'>yangtools-binding-generator</feature>
12     <feature version='${mdsal.version}'>odl-mdsal-commons</feature>
13     <feature version='${project.version}'>odl-config-api</feature>
14     <bundle>mvn:org.opendaylight.controller/config-util/${project.version}</bundle>
15     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/${project.version}</bundle>
16     <bundle>mvn:org.opendaylight.controller/shutdown-api/${project.version}</bundle>
17     <bundle>mvn:org.opendaylight.controller/shutdown-impl/${project.version}</bundle>
18     <bundle>mvn:org.osgi/org.osgi.core/${osgi.core.version}</bundle>
19     <bundle>wrap:mvn:com.google.guava/guava/${guava.version}</bundle>
20     <bundle>mvn:org.javassist/javassist/${javassist.version}</bundle>
21   </feature>
22   <feature name='odl-config-manager' version='${project.version}'>
23     <feature version='${project.version}'>odl-config-core</feature>
24     <bundle>mvn:org.opendaylight.controller/config-manager/${project.version}</bundle>
25   </feature>
26
27   <feature name='odl-config-api' version='${project.version}'>
28     <bundle>mvn:org.opendaylight.controller/config-api/${project.version}</bundle>
29
30     <!-- yangtools features -->
31     <feature version='${yangtools.version}'>yangtools-concepts</feature>
32     <feature version='${yangtools.version}'>yangtools-binding</feature>
33   </feature>
34
35   <feature name='odl-config-netty-config-api' version='${project.version}'>
36     <bundle>mvn:org.opendaylight.controller/netty-config-api/${project.version}</bundle>
37
38     <!-- netty bundles -->
39     <bundle>mvn:io.netty/netty-transport/${netty.version}</bundle>
40     <bundle>mvn:io.netty/netty-common/${netty.version}</bundle>
41     <bundle>mvn:io.netty/netty-buffer/${netty.version}</bundle>
42
43     <feature version='${project.version}'>odl-config-api</feature>
44   </feature>
45   <feature name='odl-config-dispatcher' version='${project.version}'>
46       <bundle>mvn:org.opendaylight.controller/netconf-config-dispatcher/${project.version}</bundle>
47   </feature>
48
49 </features>