ght.groupbasedpolicy.features-groupbasedpolicy.0.1.4-Helium-SR4.source-code.features.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- vi: set et smarttab sw=4 tabstop=4: --> <!-- Copyright (c) 2014 Cisco Systems, Inc. and others. 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-groupbasedpolicy-${project.version}" 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.openflowplugin/features-openflowplugin/${openflowplugin.distribution.version}/xml/features</repository> <repository>mvn:org.opendaylight.ovsdb/features-openflow-nxm/${openflowplugin.distribution.version}/xml/features</repository> <feature name='odl-groupbasedpolicy-ofoverlay' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: OpenFlow Overlay '> <feature version="${mdsal.version}">odl-mdsal-broker</feature> <feature version='${yangtools.version}'>odl-yangtools-binding</feature> <feature version='${yangtools.version}'>odl-yangtools-models</feature> <feature version="${openflowplugin.distribution.version}">odl-openflowplugin-flow-services</feature> <feature version='${openflowplugin.distribution.version}'>odl-openflow-nxm-extensions</feature> <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy/${project.version}</bundle> <bundle start="true">mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson.version}</bundle> <bundle start="true">mvn:com.fasterxml.jackson.core/jackson-core/${jackson.version}</bundle> <bundle start="true">mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version}</bundle> <configfile finalname="${config.configfile.directory}/${config.groupbasedpolicy.configfile}">mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-ofoverlay-config/${project.version}/xml/config</configfile> </feature> </features>