Merge "Model dom-broker statistics"
[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-all' version='${project.version}' description="OpenDaylight :: Config :: All">
9       <feature version='${project.version}'>odl-config-api</feature>
10       <feature version='${project.version}'>odl-config-netty-config-api</feature>
11       <feature version='${project.version}'>odl-config-core</feature>
12       <feature version='${project.version}'>odl-config-manager</feature>
13   </feature>
14
15   <feature name='odl-config-api' version='${project.version}' description="OpenDaylight :: Config :: API">
16     <bundle>mvn:org.opendaylight.controller/config-api/${project.version}</bundle>
17     <feature version='${yangtools.version}'>odl-yangtools-common</feature>
18     <feature version='${yangtools.version}'>odl-yangtools-binding</feature>
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/${project.version}</bundle>
24     <bundle>mvn:io.netty/netty-transport/${netty.version}</bundle>
25     <bundle>mvn:io.netty/netty-common/${netty.version}</bundle>
26     <bundle>mvn:io.netty/netty-buffer/${netty.version}</bundle>
27   </feature>
28
29   <feature name='odl-config-core' version='${project.version}' description="OpenDaylight :: Config :: Core">
30     <feature version='${yangtools.version}'>odl-yangtools-common</feature>
31     <feature version='${yangtools.version}'>odl-yangtools-binding</feature>
32     <feature version='${yangtools.version}'>odl-yangtools-binding-generator</feature>
33     <feature version='${project.version}'>odl-config-api</feature>
34     <bundle>mvn:org.opendaylight.controller/config-util/${project.version}</bundle>
35     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/${project.version}</bundle>
36     <bundle>mvn:org.opendaylight.controller/shutdown-api/${project.version}</bundle>
37     <bundle>mvn:org.opendaylight.controller/shutdown-impl/${project.version}</bundle>
38     <bundle>mvn:org.osgi/org.osgi.core/${osgi.core.version}</bundle>
39     <bundle>mvn:com.google.guava/guava/${guava.version}</bundle>
40     <bundle>mvn:org.javassist/javassist/${javassist.version}</bundle>
41   </feature>
42   <feature name='odl-config-manager' version='${project.version}' description="OpenDaylight :: Config :: Manager">
43     <feature version='${project.version}'>odl-config-core</feature>
44     <bundle>mvn:org.opendaylight.controller/config-manager/${project.version}</bundle>
45   </feature>
46 </features>