5e07507d7f7437f7dee500184768836f70de12dd
[ovsdb.git] / features / ovs-sfc / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2     <features name="ovsdb-${project.version}"
3           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-nsf/${nsf.version}/xml/features</repository>
7     <repository>mvn:org.opendaylight.ovsdb/features-openflow-nxm/${openflowplugin.version}/xml/features</repository>
8     <repository>mvn:org.opendaylight.ovsdb/features-ovsdb/${ovsdb.library.version}/xml/features</repository>
9
10     <feature name="odl-ovsdb-ovssfc"
11              description="OpenDaylight :: OVSDB :: OVS Service Function Chaining"
12              version='${ovsdb.ovssfc.version}'>
13         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
14         <feature version="${openflowplugin.version}">odl-openflow-nxm-extensions</feature>
15         <feature version="${nsf.version}">odl-nsf-all</feature>
16         <bundle>mvn:org.opendaylight.sfc/sfc-model/${sfc-model.version}</bundle>
17         <bundle>mvn:org.opendaylight.ovsdb/ovssfc/${ovsdb.ovssfc.version}</bundle>
18     </feature>
19 </features>