vpnservice-features
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.opendaylight.vpnservice</groupId>
<artifactId>vpnservice-features</artifactId>
<version>0.2.4-Beryllium-SR4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2015 - 2016 Ericsson India Global Services Pvt Ltd. 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 INTERNAL
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>features-parent</artifactId>
<version>1.6.4-Beryllium-SR4</version>
<relativePath>../..//odlparent/features-parent</relativePath>
</parent>
<groupId>org.opendaylight.vpnservice</groupId>
<artifactId>vpnservice-features</artifactId>
<version>0.2.4-Beryllium-SR4</version>
<name>${project.artifactId}</name>
<modelVersion>4.0.0</modelVersion>
<prerequisites>
<maven>3.1.1</maven>
</prerequisites>
<properties>
<mdsal.version>1.3.4-Beryllium-SR4</mdsal.version>
<openflowplugin.version>0.2.4-Beryllium-SR4</openflowplugin.version>
<restconf.version>1.3.4-Beryllium-SR4</restconf.version>
<yangtools.version>0.8.4-Beryllium-SR4</yangtools.version>
<mdsal.model.version>0.8.4-Beryllium-SR4</mdsal.model.version>
<vpnservices.version>0.2.4-Beryllium-SR4</vpnservices.version>
<ovsdb.version>1.2.5-Beryllium-SR4</ovsdb.version>
<liblldp.version>0.10.4-Beryllium-SR4</liblldp.version>
<neutron.version>0.6.4-Beryllium-SR4</neutron.version>
<nic.version>1.1.4-Beryllium-SR4</nic.version>
<arputil.version>${vpnservices.version}</arputil.version>
<mdsalutil.version>${vpnservices.version}</mdsalutil.version>
<vpnmanager.version>${vpnservices.version}</vpnmanager.version>
<interfacemgr.version>${vpnservices.version}</interfacemgr.version>
<elanmgr.version>${vpnservices.version}</elanmgr.version>
<nexthopmgr.version>${vpnservices.version}</nexthopmgr.version>
<fibmanager.version>${vpnservices.version}</fibmanager.version>
<lockmanager.version>${vpnservices.version}</lockmanager.version>
<idmanager.version>${vpnservices.version}</idmanager.version>
<itm.version>${vpnservices.version}</itm.version>
<neutronvpn.version>${vpnservices.version}</neutronvpn.version>
</properties>
<dependencyManagement>
<dependencies>
<!-- project specific dependencies -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>mdsal-artifacts</artifactId>
<version>${mdsal.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>restconf-artifacts</artifactId>
<version>${restconf.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>features-yangtools</artifactId>
<classifier>features</classifier>
<version>${yangtools.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>features-mdsal</artifactId>
<classifier>features</classifier>
<version>${mdsal.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.mdsal.model</groupId>
<artifactId>features-mdsal-model</artifactId>
<version>${mdsal.model.version}</version>
<classifier>features</classifier>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.nic</groupId>
<artifactId>features-nic</artifactId>
<classifier>features</classifier>
<version>${nic.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>southbound-features</artifactId>
<version>${ovsdb.version}</version>
<classifier>features</classifier>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.openflowplugin</groupId>
<artifactId>features-openflowplugin</artifactId>
<classifier>features</classifier>
<version>${openflowplugin.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>features-restconf</artifactId>
<classifier>features</classifier>
<version>${restconf.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.neutron</groupId>
<artifactId>features-neutron</artifactId>
<classifier>features</classifier>
<version>${neutron.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.neutron</groupId>
<artifactId>dummyprovider</artifactId>
<version>${neutron.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>vpnmanager-impl</artifactId>
<version>${vpnmanager.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>vpnmanager-impl</artifactId>
<version>${vpnmanager.version}</version>
<classifier>config</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mdsalutil-impl</artifactId>
<version>${mdsalutil.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>arputil-api</artifactId>
<version>${arputil.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>arputil-impl</artifactId>
<version>${arputil.version}</version>
<classifier>config</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>arputil-impl</artifactId>
<version>${arputil.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mdsalutil-impl</artifactId>
<version>${mdsalutil.version}</version>
<classifier>config</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mdsalutil-api</artifactId>
<version>${mdsalutil.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>interfacemgr-impl</artifactId>
<version>${interfacemgr.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>interfacemgr-impl</artifactId>
<version>${interfacemgr.version}</version>
<classifier>config</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>interfacemgr-api</artifactId>
<version>${interfacemgr.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>elanmanager-impl</artifactId>
<version>${elanmgr.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>elanmanager-impl</artifactId>
<version>${elanmgr.version}</version>
<classifier>config</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>elanmanager-api</artifactId>
<version>${elanmgr.version}</version>
</dependency>
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>liblldp</artifactId>
<version>${liblldp.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>alivenessmonitor-impl</artifactId>
<version>${vpnservices.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>alivenessmonitor-impl</artifactId>
<version>${vpnservices.version}</version>
<classifier>config</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>alivenessmonitor-api</artifactId>
<version>${vpnservices.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>vpnmanager-api</artifactId>
<version>${vpnmanager.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bgpmanager-impl</artifactId>
<version>${vpnservices.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bgpmanager-impl</artifactId>
<version>${vpnservices.version}</version>
<classifier>config</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bgpmanager-api</artifactId>
<version>${vpnservices.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>model-bgp</artifactId>
<version>2013.07.15.8.4-Beryllium-SR4</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>fibmanager-impl</artifactId>
<version>${fibmanager.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>fibmanager-impl</artifactId>
<version>${fibmanager.version}</version>
<classifier>config</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>fibmanager-shell</artifactId>
<version>${fibmanager.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>fibmanager-api</artifactId>
<version>${fibmanager.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>lockmanager-impl</artifactId>
<version>${lockmanager.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>lockmanager-impl</artifactId>
<version>${lockmanager.version}</version>
<classifier>config</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>lockmanager-api</artifactId>
<version>${lockmanager.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idmanager-impl</artifactId>
<version>${idmanager.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idmanager-impl</artifactId>
<version>${idmanager.version}</version>
<classifier>config</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idmanager-api</artifactId>
<version>${idmanager.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>itm-impl</artifactId>
<version>${itm.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>itm-impl</artifactId>
<version>${itm.version}</version>
<classifier>config</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>itm-api</artifactId>
<version>${itm.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dhcpservice-impl</artifactId>
<version>${vpnservices.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dhcpservice-impl</artifactId>
<version>${vpnservices.version}</version>
<classifier>config</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dhcpservice-api</artifactId>
<version>${vpnservices.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>neutronvpn-api</artifactId>
<version>${neutronvpn.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>neutronvpn-impl</artifactId>
<version>${neutronvpn.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>neutronvpn-impl</artifactId>
<version>${neutronvpn.version}</version>
<classifier>config</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>neutronvpn-shell</artifactId>
<version>${neutronvpn.version}</version>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.9.1</version>
</dependency>
<dependency>
<groupId>org.opendaylight.openflowplugin</groupId>
<artifactId>features-openflowplugin-extension</artifactId>
<classifier>features</classifier>
<version>${openflowplugin.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>${commons.net.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>vpnintent-api</artifactId>
<version>${vpnservices.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>vpnintent-impl</artifactId>
<version>${vpnservices.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>vpnintent-impl</artifactId>
<version>${vpnservices.version}</version>
<classifier>config</classifier>
<type>xml</type>
</dependency>
</dependencies>
</project>