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