Merge "BUG 1597 - Do not use toString as serialized version of YangInstanceIdentifier...
[controller.git] / features / protocol-framework / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-protocol-framework-${protocol-framework.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/${config.version}/xml/features</repository>
7   <feature name='odl-protocol-framework' version='${project.version}' description="OpenDaylight :: Protocol Framework">
8     <feature version='${config.version}'>odl-config-api</feature>
9     <feature version='${config.version}'>odl-config-netty-config-api</feature>
10     <bundle>mvn:org.opendaylight.controller/protocol-framework/${protocol-framework.version}</bundle>
11   </feature>
12 </features>