c9514273fadacb9b6d6edc7b3372a2ec8f753f05
[vpnservice.git] / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
7 -->
8 <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">
9   <parent>
10     <groupId>org.opendaylight.odlparent</groupId>
11     <artifactId>features-parent</artifactId>
12     <version>1.5.0-SNAPSHOT</version>
13     <relativePath/>
14   </parent>
15   <groupId>org.opendaylight.vpnservice</groupId>
16   <artifactId>vpnservice-features</artifactId>
17   <version>1.0-SNAPSHOT</version>
18   <name>${project.artifactId}</name>
19   <modelVersion>4.0.0</modelVersion>
20   <prerequisites>
21     <maven>3.1.1</maven>
22   </prerequisites>
23   <properties>
24     <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
25     <openflowplugin.version>0.1.0-SNAPSHOT</openflowplugin.version>
26     <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
27     <interfacemgr.version>0.0.1-SNAPSHOT</interfacemgr.version>
28   </properties>
29   <dependencyManagement>
30     <dependencies>
31       <!-- project specific dependencies -->
32       <dependency>
33         <groupId>org.opendaylight.controller</groupId>
34         <artifactId>mdsal-artifacts</artifactId>
35         <version>${mdsal.version}</version>
36         <type>pom</type>
37         <scope>import</scope>
38       </dependency>
39     </dependencies>
40   </dependencyManagement>
41   <dependencies>
42     <dependency>
43       <groupId>org.opendaylight.yangtools</groupId>
44       <artifactId>features-yangtools</artifactId>
45       <classifier>features</classifier>
46       <version>${yangtools.version}</version>
47       <type>xml</type>
48       <scope>runtime</scope>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.controller</groupId>
52       <artifactId>features-mdsal</artifactId>
53       <classifier>features</classifier>
54       <version>${mdsal.version}</version>
55       <type>xml</type>
56       <scope>runtime</scope>
57     </dependency>
58     <dependency>
59       <groupId>org.opendaylight.openflowplugin</groupId>
60       <artifactId>features-openflowplugin</artifactId>
61       <classifier>features</classifier>
62       <version>${openflowplugin.version}</version>
63       <type>xml</type>
64       <scope>runtime</scope>
65     </dependency>
66     <dependency>
67       <groupId>org.opendaylight.controller</groupId>
68       <artifactId>features-restconf</artifactId>
69       <classifier>features</classifier>
70       <version>${mdsal.version}</version>
71       <type>xml</type>
72       <scope>runtime</scope>
73     </dependency>
74     <dependency>
75       <groupId>${project.groupId}</groupId>
76       <artifactId>vpnmanager-impl</artifactId>
77       <version>${project.version}</version>
78     </dependency>
79     <dependency>
80       <groupId>${project.groupId}</groupId>
81       <artifactId>vpnmanager-impl</artifactId>
82       <version>${project.version}</version>
83       <classifier>config</classifier>
84       <type>xml</type>
85     </dependency>
86     <dependency>
87       <groupId>${project.groupId}</groupId>
88       <artifactId>interfacemgr-impl</artifactId>
89       <version>${interfacemgr.version}</version>
90     </dependency>
91     <dependency>
92       <groupId>${project.groupId}</groupId>
93       <artifactId>interfacemgr-impl</artifactId>
94       <version>${interfacemgr.version}</version>
95       <classifier>config</classifier>
96       <type>xml</type>
97     </dependency>
98     <dependency>
99       <groupId>${project.groupId}</groupId>
100       <artifactId>interfacemgr-api</artifactId>
101       <version>${interfacemgr.version}</version>
102     </dependency>
103     <dependency>
104       <groupId>${project.groupId}</groupId>
105       <artifactId>vpnmanager-api</artifactId>
106       <version>${project.version}</version>
107     </dependency>
108     <dependency>
109       <groupId>${project.groupId}</groupId>
110       <artifactId>bgpmanager-impl</artifactId>
111       <version>${project.version}</version>
112     </dependency>
113     <dependency>
114       <groupId>${project.groupId}</groupId>
115       <artifactId>bgpmanager-impl</artifactId>
116       <version>${project.version}</version>
117       <classifier>config</classifier>
118       <type>xml</type>
119     </dependency>
120     <dependency>
121       <groupId>${project.groupId}</groupId>
122       <artifactId>bgpmanager-api</artifactId>
123       <version>${project.version}</version>
124     </dependency>
125     <dependency>
126       <groupId>${project.groupId}</groupId>
127       <artifactId>model-bgp</artifactId>
128       <version>2013.07.15.7-SNAPSHOT</version>
129     </dependency>
130     <dependency>
131       <groupId>org.apache.thrift</groupId>
132       <artifactId>libthrift</artifactId>
133       <version>0.9.1</version>
134     </dependency>
135   </dependencies>
136 </project>