Migrate restconf dependencies
[openflowplugin.git] / legacy / features-legacy / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Necessary TODO: Put your copyright statement here
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <features name="openflowplugin-legacy-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
11           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
13     <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
14     <repository>mvn:org.opendaylight.controller/features-adsal/${sal.version}/xml/features</repository>
15     <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/${project.version}/xml/features</repository>
16
17     <feature name='odl-openflowplugin-adsal-compatibility-all' version='${project.version}' description='OpenDaylight :: openflowplugin :: All'>
18         <feature version='${project.version}'>odl-openflowplugin-adsal-compatibility</feature>
19     </feature>
20
21     <feature name='odl-openflowplugin-adsal-compatibility' description="OpenDaylight :: openflowplugin :: AD-SAL Compatibility" version="${project.version}">
22       <feature version="${mdsal.version}">odl-mdsal-broker</feature>
23       <feature version="${project.version}">odl-openflowplugin-nsf-model</feature>
24       <feature version="${sal.version}">odl-adsal-all</feature>
25       <bundle>mvn:org.opendaylight.openflowplugin.legacy/sal-compatibility/${project.version}</bundle>
26    </feature>
27 </features>