ght.snmp4sdn.features-snmp4sdn.0.5.3-Carbon.source-code.features.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- * Copyright (c) 2014 Industrial Technology Research Institute of Taiwan. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html * --> <features name="odl-snmp4sdn" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> <repository>mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features</repository> <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository> <repository>mvn:org.opendaylight.netconf/features-restconf/${restconf.version}/xml/features</repository> <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflowplugin.version}/xml/features</repository> <!--NOT to add snmp4sdn repo, cause recursive loading--><!--<repository>mvn:org.opendaylight.snmp4sdn/features-snmp4sdn/${project.version}/xml/features</repository>--> <feature name='odl-snmp4sdn-all' version='${project.version}' description='OpenDaylight :: SNMP4SDN :: All'> <feature version='${project.version}'>odl-snmp4sdn-snmp4sdn</feature> </feature> <feature name='odl-snmp4sdn-snmp4sdn' version='${project.version}' description='OpenDaylight :: SNMP4SDN :: Plugin'> <!--these marked are in Helium first release--> <feature version='${mdsal.model.version}'>odl-mdsal-models</feature> <feature version='${mdsal.version}'>odl-mdsal-broker</feature> <feature version='${mdsal.version}'>odl-mdsal-apidocs</feature> <feature version='${restconf.version}'>odl-restconf</feature> <feature version='${openflowplugin.version}'>odl-openflowplugin-nsf-model</feature> <bundle>wrap:mvn:org.dom4j/dom4j/2.0.0</bundle> <!--<bundle>mvn:org.opendaylight.controller/topologymanager/0.4.1</bundle>--><!--remove, because odl-nsf-managers can't be installed successfully, many dependency missing--> <!--the following three bundles are required by sal bundle--> <bundle>mvn:org.osgi/org.osgi.compendium/5.0.0</bundle> <bundle>mvn:org.apache.felix/org.apache.felix.dependencymanager/3.1.0</bundle> <bundle>mvn:org.apache.commons/commons-lang3/3.4</bundle> <bundle>mvn:org.opendaylight.controller/sal/0.7.0</bundle> <bundle>mvn:org.opendaylight.snmp4sdn/md-model/${project.version}</bundle> <bundle>mvn:org.opendaylight.snmp4sdn/snmp4sdn/${project.version}</bundle> <bundle>mvn:org.opendaylight.snmp4sdn/plugin-shell/${project.version}</bundle> <bundle>wrap:mvn:com.github.cverges/expect4j/1.9</bundle> </feature> </features>