BUG 1082 Migrate sal-rest-connector to Async Data Broker API
[controller.git] / features / config-netty / src / main / resources / 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/config-persister-features/${config.version}/xml/features</repository>
7   <feature name='odl-config-netty' version='${project.version}'>
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   </feature>
16 </features>