Merge "Improve RpcProviderRegistry loading"
[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   <repository>mvn:org.opendaylight.controller/netconf-features/${netconf.version}/xml/features</repository>
8
9   <feature name='odl-config-startup' version='${project.version}'>
10     <feature version='${project.version}'>odl-config-netconf-connector</feature>
11     <feature version='${project.version}'>odl-config-persister</feature>
12     <feature version='${project.version}'>odl-netconf-impl</feature>
13   </feature>
14
15   <feature name='odl-config-core' version='${project.version}'>
16     <feature version='${yangtools.version}'>yangtools-concepts</feature>
17     <feature version='${yangtools.version}'>yangtools-binding</feature>
18     <feature version='${yangtools.version}'>yangtools-binding-generator</feature>
19     <feature version='${mdsal.version}'>odl-mdsal-commons</feature>
20     <feature version='${project.version}'>odl-config-api</feature>
21     <bundle>mvn:org.opendaylight.controller/config-util/${project.version}</bundle>
22     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/${project.version}</bundle>
23     <bundle>mvn:org.opendaylight.controller/shutdown-api/${project.version}</bundle>
24     <bundle>mvn:org.opendaylight.controller/shutdown-impl/${project.version}</bundle>
25     <bundle>mvn:org.osgi/org.osgi.core/${osgi.core.version}</bundle>
26     <bundle>wrap:mvn:com.google.guava/guava/${guava.version}</bundle>
27     <bundle>mvn:org.javassist/javassist/${javassist.version}</bundle>
28   </feature>
29   <feature name='odl-config-manager' version='${project.version}'>
30     <feature version='${project.version}'>odl-config-core</feature>
31     <bundle>mvn:org.opendaylight.controller/config-manager/${project.version}</bundle>
32   </feature>
33   <feature name='odl-config-persister' version='${project.version}'>
34     <feature version='${netconf.version}'>odl-netconf-api</feature>
35     <feature version='${project.version}'>odl-config-api</feature>
36     <feature version='${yangtools.version}'>yangtools-binding-generator</feature>
37     <bundle>mvn:org.opendaylight.controller/config-persister-api/${project.version}</bundle>
38     <bundle>mvn:org.opendaylight.controller/config-persister-file-xml-adapter/${project.version}</bundle>
39     <bundle>mvn:org.opendaylight.controller/config-persister-directory-xml-adapter/${project.version}</bundle>
40     <bundle>mvn:org.opendaylight.controller/config-persister-impl/${project.version}</bundle>
41
42     <bundle>mvn:org.opendaylight.controller/netconf-util/${netconf.version}</bundle>
43     <bundle>mvn:org.opendaylight.controller/netconf-mapping-api/${netconf.version}</bundle>
44
45     <bundle>mvn:com.google.guava/guava/${guava.version}</bundle>
46     <bundle>mvn:commons-io/commons-io/${commons.io.version}</bundle>
47     <bundle>mvn:org.apache.commons/commons-lang3/${commons.lang3.version}</bundle>
48     <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.core/${eclipse.persistence.version}</bundle>
49     <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/${eclipse.persistence.version}</bundle>
50   </feature>
51   <feature name='odl-config-api' version='${project.version}'>
52     <bundle>mvn:org.opendaylight.controller/config-api/${project.version}</bundle>
53
54     <!-- yangtools features -->
55     <feature version='${yangtools.version}'>yangtools-concepts</feature>
56     <feature version='${yangtools.version}'>yangtools-binding</feature>
57   </feature>
58
59   <feature name='odl-config-netty-config-api' version='${project.version}'>
60     <bundle>mvn:org.opendaylight.controller/netty-config-api/${project.version}</bundle>
61
62     <!-- netty bundles -->
63     <bundle>mvn:io.netty/netty-transport/${netty.version}</bundle>
64     <bundle>mvn:io.netty/netty-common/${netty.version}</bundle>
65     <bundle>mvn:io.netty/netty-buffer/${netty.version}</bundle>
66
67     <feature version='${project.version}'>odl-config-api</feature>
68   </feature>
69   <feature name='odl-config-netty' version='${project.version}'>
70     <feature version='${project.version}'>odl-config-netty-config-api</feature>
71     <bundle>mvn:org.opendaylight.controller/netty-event-executor-config/${project.version}</bundle>
72     <bundle>mvn:org.opendaylight.controller/netty-threadgroup-config/${project.version}</bundle>
73     <bundle>mvn:org.opendaylight.controller/netty-timer-config/${project.version}</bundle>
74     <bundle>mvn:org.opendaylight.controller/threadpool-config-api/${project.version}</bundle>
75     <bundle>mvn:org.opendaylight.controller/threadpool-config-impl/${project.version}</bundle>
76     <feature version='${project.version}'>odl-config-startup</feature>
77   </feature>
78   <feature name='odl-config-dispatcher' version='${project.version}'>
79       <bundle>mvn:org.opendaylight.controller/netconf-config-dispatcher/${project.version}</bundle>
80   </feature>
81
82 </features>