Merge "Bug 1225: Fixed bug in registration of default RPC implementation."
[controller.git] / opendaylight / config / feature / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="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   <feature name='config-all' version='${project.version}'>
7     <feature version='${project.version}'>odl-config-subsystem</feature>
8   </feature>
9
10   <feature name='odl-config-subsystem' version='${project.version}'>
11     <feature version='${yangtools.version}'>yangtools-concepts</feature>
12     <feature version='${yangtools.version}'>yangtools-binding</feature>
13     <feature version='${yangtools.version}'>yangtools-binding-generator</feature>
14     <feature version='${mdsal.version}'>odl-mdsal-commons</feature>
15     <bundle>mvn:org.opendaylight.controller/config-api/${project.version}</bundle>
16     <bundle>mvn:org.opendaylight.controller/config-util/${project.version}</bundle>
17     <bundle>mvn:org.opendaylight.controller/config-manager/${project.version}</bundle>
18     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/${project.version}</bundle>
19     <bundle>mvn:org.opendaylight.controller/config-persister-api/${project.version}</bundle>
20     <bundle>mvn:org.opendaylight.controller/config-persister-file-xml-adapter/${project.version}</bundle>
21     <bundle>mvn:org.opendaylight.controller/config-persister-directory-xml-adapter/${project.version}</bundle>
22     <bundle>mvn:org.opendaylight.controller/shutdown-api/${project.version}</bundle>
23     <bundle>mvn:org.opendaylight.controller/shutdown-impl/${project.version}</bundle>
24     <bundle>mvn:org.osgi/org.osgi.core/${osgi.core.version}</bundle>
25     <bundle>wrap:mvn:com.google.guava/guava/${guava.version}</bundle>
26     <bundle>mvn:org.javassist/javassist/${javassist.version}</bundle>
27   </feature>
28 </features>