BUG-865: remove the use of ModificationType.MERGE
[controller.git] / features / config-netty / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-config-persister-${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.controller/features-config-persister/${config.version}/xml/features</repository>
7   <feature name='odl-config-netty' version='${project.version}' description="OpenDaylight :: Config-Netty">
8     <feature version='${project.version}'>odl-config-netty-config-api</feature>
9     <bundle>mvn:org.opendaylight.controller/netty-event-executor-config/${project.version}</bundle>
10     <bundle>mvn:org.opendaylight.controller/netty-threadgroup-config/${project.version}</bundle>
11     <bundle>mvn:org.opendaylight.controller/netty-timer-config/${project.version}</bundle>
12     <bundle>mvn:org.opendaylight.controller/threadpool-config-api/${project.version}</bundle>
13     <bundle>mvn:org.opendaylight.controller/threadpool-config-impl/${project.version}</bundle>
14     <feature version='${project.version}'>odl-config-startup</feature>
15     <configfile finalname="${config.configfile.directory}/${config.netty.configfile}">mvn:org.opendaylight.controller/config-netty-config/${config.version}/xml/config</configfile>
16   </feature>
17 </features>