Merge "Add support for IPv6 VXLAN tunnels"
[genius.git] / features / genius-features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
4
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 INTERNAL
8 -->
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">
11   <modelVersion>4.0.0</modelVersion>
12
13   <parent>
14     <groupId>org.opendaylight.odlparent</groupId>
15     <artifactId>features-parent</artifactId>
16     <version>1.8.0-SNAPSHOT</version>
17     <relativePath/>
18   </parent>
19
20   <groupId>org.opendaylight.genius</groupId>
21   <artifactId>genius-features</artifactId>
22   <version>0.2.0-SNAPSHOT</version>
23   <name>${project.artifactId}</name>
24
25   <prerequisites>
26     <maven>3.1.1</maven>
27   </prerequisites>
28
29   <properties>
30     <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
31     <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
32     <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
33     <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
34     <restconf.version>1.5.0-SNAPSHOT</restconf.version>
35     <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
36     <dluxapps.version>0.5.0-SNAPSHOT</dluxapps.version>
37     <liblldp.version>0.12.0-SNAPSHOT</liblldp.version>
38     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
39     <infrautils.version>1.1.0-SNAPSHOT</infrautils.version>
40   </properties>
41
42   <dependencyManagement>
43     <dependencies>
44       <!-- project specific dependencies -->
45       <dependency>
46         <groupId>org.opendaylight.controller</groupId>
47         <artifactId>mdsal-artifacts</artifactId>
48         <version>${mdsal.version}</version>
49         <type>pom</type>
50         <scope>import</scope>
51       </dependency>
52       <dependency>
53         <groupId>org.opendaylight.netconf</groupId>
54         <artifactId>restconf-artifacts</artifactId>
55         <version>${restconf.version}</version>
56         <type>pom</type>
57         <scope>import</scope>
58       </dependency>
59       <dependency>
60         <groupId>org.opendaylight.yangtools</groupId>
61         <artifactId>yangtools-artifacts</artifactId>
62         <version>${yangtools.version}</version>
63         <type>pom</type>
64         <scope>import</scope>
65       </dependency>
66     </dependencies>
67   </dependencyManagement>
68
69   <dependencies>
70     <dependency>
71       <groupId>org.opendaylight.yangtools</groupId>
72       <artifactId>features-yangtools</artifactId>
73       <classifier>features</classifier>
74       <type>xml</type>
75       <scope>runtime</scope>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.mdsal.model</groupId>
79       <artifactId>features-mdsal-model</artifactId>
80       <version>${mdsal.model.version}</version>
81       <classifier>features</classifier>
82       <type>xml</type>
83       <scope>runtime</scope>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.controller</groupId>
87       <artifactId>features-mdsal</artifactId>
88       <classifier>features</classifier>
89       <type>xml</type>
90       <scope>runtime</scope>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.dluxapps</groupId>
94       <artifactId>features-dluxapps</artifactId>
95       <classifier>features</classifier>
96       <version>${dluxapps.version}</version>
97       <type>xml</type>
98       <scope>runtime</scope>
99     </dependency>
100     <dependency>
101       <groupId>org.opendaylight.ovsdb</groupId>
102       <artifactId>southbound-features</artifactId>
103       <version>${ovsdb.version}</version>
104       <classifier>features</classifier>
105       <type>xml</type>
106       <scope>runtime</scope>
107     </dependency>
108     <dependency>
109       <groupId>org.opendaylight.ovsdb</groupId>
110       <artifactId>hwvtepsouthbound-features</artifactId>
111       <version>${ovsdb.version}</version>
112       <classifier>features</classifier>
113       <type>xml</type>
114       <scope>runtime</scope>
115     </dependency>
116     <dependency>
117       <groupId>org.opendaylight.openflowplugin</groupId>
118       <artifactId>features-openflowplugin</artifactId>
119       <classifier>features</classifier>
120       <version>${openflowplugin.version}</version>
121       <type>xml</type>
122       <scope>runtime</scope>
123     </dependency>
124     <dependency>
125       <groupId>org.opendaylight.openflowplugin</groupId>
126       <artifactId>features-openflowplugin-extension</artifactId>
127       <classifier>features</classifier>
128       <version>${openflowplugin.version}</version>
129       <type>xml</type>
130       <scope>runtime</scope>
131     </dependency>
132     <dependency>
133       <groupId>org.opendaylight.netconf</groupId>
134       <artifactId>features-restconf</artifactId>
135       <classifier>features</classifier>
136       <version>${restconf.version}</version>
137       <type>xml</type>
138       <scope>runtime</scope>
139     </dependency>
140     <dependency>
141       <groupId>${project.groupId}</groupId>
142       <artifactId>interfacemanager-impl</artifactId>
143       <version>${project.version}</version>
144     </dependency>
145     <dependency>
146       <groupId>${project.groupId}</groupId>
147       <artifactId>interfacemanager-api</artifactId>
148       <version>${project.version}</version>
149     </dependency>
150     <dependency>
151       <groupId>${project.groupId}</groupId>
152       <artifactId>interfacemanager-shell</artifactId>
153       <version>${project.version}</version>
154     </dependency>
155     <dependency>
156       <groupId>${project.groupId}</groupId>
157       <artifactId>idmanager-impl</artifactId>
158       <version>${project.version}</version>
159     </dependency>
160     <dependency>
161       <groupId>${project.groupId}</groupId>
162       <artifactId>idmanager-api</artifactId>
163       <version>${project.version}</version>
164     </dependency>
165     <dependency>
166       <groupId>${project.groupId}</groupId>
167       <artifactId>idmanager-shell</artifactId>
168       <version>${project.version}</version>
169     </dependency>
170     <dependency>
171       <groupId>${project.groupId}</groupId>
172       <artifactId>lockmanager-impl</artifactId>
173       <version>${project.version}</version>
174     </dependency>
175     <dependency>
176       <groupId>${project.groupId}</groupId>
177       <artifactId>lockmanager-api</artifactId>
178       <version>${project.version}</version>
179     </dependency>
180     <dependency>
181       <groupId>${project.groupId}</groupId>
182       <artifactId>mdsalutil-impl</artifactId>
183       <version>${project.version}</version>
184     </dependency>
185     <dependency>
186       <groupId>${project.groupId}</groupId>
187       <artifactId>mdsalutil-api</artifactId>
188       <version>${project.version}</version>
189     </dependency>
190     <dependency>
191       <groupId>${project.groupId}</groupId>
192       <artifactId>arputil-impl</artifactId>
193       <version>${project.version}</version>
194     </dependency>
195     <dependency>
196       <groupId>${project.groupId}</groupId>
197       <artifactId>arputil-api</artifactId>
198       <version>${project.version}</version>
199     </dependency>
200     <dependency>
201       <groupId>${project.groupId}</groupId>
202       <artifactId>alivenessmonitor-impl</artifactId>
203       <version>${project.version}</version>
204     </dependency>
205     <dependency>
206       <groupId>${project.groupId}</groupId>
207       <artifactId>alivenessmonitor-impl-protocols</artifactId>
208       <version>${project.version}</version>
209     </dependency>
210     <dependency>
211       <groupId>${project.groupId}</groupId>
212       <artifactId>alivenessmonitor-api</artifactId>
213       <version>${project.version}</version>
214     </dependency>
215     <dependency>
216       <groupId>${project.groupId}</groupId>
217       <artifactId>itm-impl</artifactId>
218       <version>${project.version}</version>
219     </dependency>
220     <dependency>
221       <groupId>${project.groupId}</groupId>
222       <artifactId>itm-api</artifactId>
223       <version>${project.version}</version>
224     </dependency>
225     <dependency>
226       <groupId>${project.groupId}</groupId>
227       <artifactId>itm-impl</artifactId>
228       <version>${project.version}</version>
229       <type>xml</type>
230       <classifier>config</classifier>
231     </dependency>
232     <dependency>
233       <groupId>${project.groupId}</groupId>
234       <artifactId>alarmmanager</artifactId>
235       <version>${project.version}</version>
236     </dependency>
237     <dependency>
238       <groupId>${project.groupId}</groupId>
239       <artifactId>countermanager</artifactId>
240       <version>${project.version}</version>
241     </dependency>
242     <dependency>
243       <groupId>${project.groupId}</groupId>
244       <artifactId>fcaps-api</artifactId>
245       <version>${project.version}</version>
246     </dependency>
247     <dependency>
248       <groupId>${project.groupId}</groupId>
249       <artifactId>fcapsapplication-jmxapi</artifactId>
250       <version>${project.version}</version>
251     </dependency>
252     <dependency>
253       <groupId>${project.groupId}</groupId>
254       <artifactId>fcapsapplication-impl</artifactId>
255       <version>${project.version}</version>
256     </dependency>
257     <dependency>
258       <groupId>${project.groupId}</groupId>
259       <artifactId>resourcemanager-api</artifactId>
260       <version>${project.version}</version>
261     </dependency>
262     <dependency>
263       <groupId>${project.groupId}</groupId>
264       <artifactId>resourcemanager-impl</artifactId>
265       <version>${project.version}</version>
266     </dependency>
267     <dependency>
268       <groupId>javax.inject</groupId>
269       <artifactId>javax.inject</artifactId>
270       <version>1</version>
271     </dependency>
272     <dependency>
273       <groupId>org.opendaylight.infrautils</groupId>
274       <artifactId>infrautils-features</artifactId>
275       <version>${infrautils.version}</version>
276       <classifier>features</classifier>
277       <type>xml</type>
278     </dependency>
279   </dependencies>
280
281 </project>