Add method to register listener for unknown msg
[openflowjava.git] / features / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-openflowjava-${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/{{VERSION}}/xml/features</repository>
7     <repository>mvn:org.opendaylight.controller/features-config/{{VERSION}}/xml/features</repository>
8     <repository>mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features</repository>
9     <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
10     <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
11     <feature name='odl-openflowjava-all' description="OpenDaylight :: Openflow Java :: All">
12         <feature version='${project.version}'>odl-openflowjava-protocol</feature>
13     </feature>
14     <feature name='odl-openflowjava-protocol' version='${project.version}' description="OpenDaylight :: Openflow Java :: Protocol">
15         <feature version='${mdsal.version}'>odl-mdsal-binding-base</feature>
16         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
17         <feature version='${config.version}'>odl-config-api</feature>
18         <feature version='${controller.mdsal.version}'>odl-mdsal-common</feature>
19         <bundle>mvn:io.netty/netty-buffer/{{VERSION}}</bundle>
20         <bundle>mvn:io.netty/netty-common/{{VERSION}}</bundle>
21         <bundle>mvn:io.netty/netty-transport/{{VERSION}}</bundle>
22         <bundle>mvn:io.netty/netty-codec/{{VERSION}}</bundle>
23         <bundle>mvn:io.netty/netty-handler/{{VERSION}}</bundle>
24         <bundle>mvn:org.opendaylight.openflowjava/openflow-protocol-api/{{VERSION}}</bundle>
25         <bundle>mvn:org.opendaylight.openflowjava/openflow-protocol-spi/{{VERSION}}</bundle>
26         <bundle>mvn:org.opendaylight.openflowjava/openflow-protocol-impl/{{VERSION}}</bundle>
27         <bundle>mvn:org.opendaylight.openflowjava/util/{{VERSION}}</bundle>
28         <configfile finalname="etc/opendaylight/karaf/45-openflowjava-stats.xml">mvn:org.opendaylight.openflowjava/openflowjava-config/${project.version}/xml/configstats</configfile>
29     </feature>
30 </features>