1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (c) 2016 Ericsson India Global Services Pvt Ltd. and others. All rights reserved.
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
9 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12 <groupId>org.opendaylight.vpnservice</groupId>
13 <artifactId>config-parent</artifactId>
14 <version>0.2.3-Beryllium-SR3</version>
15 <relativePath>../../commons/config-parent</relativePath>
18 <modelVersion>4.0.0</modelVersion>
19 <groupId>org.opendaylight.vpnservice</groupId>
20 <artifactId>neutronvpn-api</artifactId>
21 <version>${vpnservices.version}</version>
22 <packaging>bundle</packaging>
26 <groupId>org.opendaylight.mdsal</groupId>
27 <artifactId>yang-binding</artifactId>
28 <version>${yangtools.version}</version>
31 <groupId>org.opendaylight.yangtools</groupId>
32 <artifactId>yang-common</artifactId>
33 <version>${yangtools.version}</version>
36 <groupId>org.opendaylight.neutron</groupId>
37 <artifactId>model</artifactId>
38 <version>${neutron.version}</version>
41 <groupId>org.opendaylight.mdsal.model</groupId>
42 <artifactId>ietf-yang-types</artifactId>
45 <groupId>org.opendaylight.vpnservice</groupId>
46 <artifactId>mdsalutil-api</artifactId>
47 <version>${vpns.mdsalutil.version}</version>
50 <groupId>org.opendaylight.controller</groupId>
51 <artifactId>config-api</artifactId>