Merge "log cleanup - remove errors on resource manager pool init"
[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.netconf</groupId>
92       <artifactId>features-restconf</artifactId>
93       <classifier>features</classifier>
94       <type>xml</type>
95       <scope>runtime</scope>
96     </dependency>
97     <dependency>
98       <groupId>org.opendaylight.dlux</groupId>
99       <artifactId>features-dlux</artifactId>
100       <classifier>features</classifier>
101       <version>${dlux.version}</version>
102       <type>xml</type>
103       <scope>runtime</scope>
104     </dependency>
105     <dependency>
106       <groupId>org.opendaylight.ovsdb</groupId>
107       <artifactId>southbound-features</artifactId>
108       <version>${ovsdb.version}</version>
109       <classifier>features</classifier>
110       <type>xml</type>
111       <scope>runtime</scope>
112     </dependency>
113     <dependency>
114       <groupId>org.opendaylight.ovsdb</groupId>
115       <artifactId>hwvtepsouthbound-features</artifactId>
116       <version>${ovsdb.version}</version>
117       <classifier>features</classifier>
118       <type>xml</type>
119       <scope>runtime</scope>
120     </dependency>
121     <dependency>
122       <groupId>org.opendaylight.openflowplugin</groupId>
123       <artifactId>features-openflowplugin</artifactId>
124       <classifier>features</classifier>
125       <version>${openflowplugin.version}</version>
126       <type>xml</type>
127       <scope>runtime</scope>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.openflowplugin</groupId>
131       <artifactId>features-openflowplugin-extension</artifactId>
132       <classifier>features</classifier>
133       <version>${openflowplugin.version}</version>
134       <type>xml</type>
135       <scope>runtime</scope>
136     </dependency>
137     <dependency>
138       <groupId>org.opendaylight.netconf</groupId>
139       <artifactId>features-restconf</artifactId>
140       <classifier>features</classifier>
141       <version>${restconf.version}</version>
142       <type>xml</type>
143       <scope>runtime</scope>
144     </dependency>
145     <dependency>
146       <groupId>${project.groupId}</groupId>
147       <artifactId>interfacemanager-impl</artifactId>
148       <version>${project.version}</version>
149     </dependency>
150     <dependency>
151       <groupId>${project.groupId}</groupId>
152       <artifactId>interfacemanager-impl</artifactId>
153       <version>${project.version}</version>
154       <type>xml</type>
155       <classifier>config</classifier>
156     </dependency>
157     <dependency>
158       <groupId>${project.groupId}</groupId>
159       <artifactId>interfacemanager-api</artifactId>
160       <version>${project.version}</version>
161     </dependency>
162     <dependency>
163       <groupId>${project.groupId}</groupId>
164       <artifactId>interfacemanager-shell</artifactId>
165       <version>${project.version}</version>
166     </dependency>
167     <dependency>
168       <groupId>${project.groupId}</groupId>
169       <artifactId>idmanager-impl</artifactId>
170       <version>${project.version}</version>
171     </dependency>
172     <dependency>
173       <groupId>${project.groupId}</groupId>
174       <artifactId>idmanager-impl</artifactId>
175       <version>${project.version}</version>
176       <type>xml</type>
177       <classifier>config</classifier>
178     </dependency>
179     <dependency>
180       <groupId>${project.groupId}</groupId>
181       <artifactId>idmanager-api</artifactId>
182       <version>${project.version}</version>
183     </dependency>
184     <dependency>
185       <groupId>${project.groupId}</groupId>
186       <artifactId>lockmanager-impl</artifactId>
187       <version>${project.version}</version>
188     </dependency>
189     <dependency>
190       <groupId>${project.groupId}</groupId>
191       <artifactId>lockmanager-impl</artifactId>
192       <version>${project.version}</version>
193       <type>xml</type>
194       <classifier>config</classifier>
195     </dependency>
196     <dependency>
197       <groupId>${project.groupId}</groupId>
198       <artifactId>lockmanager-api</artifactId>
199       <version>${project.version}</version>
200     </dependency>
201     <dependency>
202       <groupId>${project.groupId}</groupId>
203       <artifactId>mdsalutil-impl</artifactId>
204       <version>${project.version}</version>
205     </dependency>
206     <dependency>
207       <groupId>${project.groupId}</groupId>
208       <artifactId>mdsalutil-impl</artifactId>
209       <version>${project.version}</version>
210       <type>xml</type>
211       <classifier>config</classifier>
212     </dependency>
213     <dependency>
214       <groupId>${project.groupId}</groupId>
215       <artifactId>mdsalutil-api</artifactId>
216       <version>${project.version}</version>
217     </dependency>
218     <dependency>
219       <groupId>${project.groupId}</groupId>
220       <artifactId>arputil-impl</artifactId>
221       <version>${project.version}</version>
222     </dependency>
223     <dependency>
224       <groupId>${project.groupId}</groupId>
225       <artifactId>arputil-impl</artifactId>
226       <version>${project.version}</version>
227       <type>xml</type>
228       <classifier>config</classifier>
229     </dependency>
230     <dependency>
231       <groupId>${project.groupId}</groupId>
232       <artifactId>arputil-api</artifactId>
233       <version>${project.version}</version>
234     </dependency>
235     <dependency>
236       <groupId>${project.groupId}</groupId>
237       <artifactId>alivenessmonitor-impl</artifactId>
238       <version>${project.version}</version>
239     </dependency>
240     <dependency>
241       <groupId>${project.groupId}</groupId>
242       <artifactId>alivenessmonitor-impl</artifactId>
243       <version>${project.version}</version>
244       <type>xml</type>
245       <classifier>config</classifier>
246     </dependency>
247     <dependency>
248       <groupId>${project.groupId}</groupId>
249       <artifactId>alivenessmonitor-api</artifactId>
250       <version>${project.version}</version>
251     </dependency>
252     <dependency>
253       <groupId>${project.groupId}</groupId>
254       <artifactId>itm-impl</artifactId>
255       <version>${project.version}</version>
256     </dependency>
257     <dependency>
258       <groupId>${project.groupId}</groupId>
259       <artifactId>itm-impl</artifactId>
260       <version>${project.version}</version>
261       <type>xml</type>
262       <classifier>config</classifier>
263     </dependency>
264     <dependency>
265       <groupId>${project.groupId}</groupId>
266       <artifactId>itm-api</artifactId>
267       <version>${project.version}</version>
268     </dependency>
269     <dependency>
270       <groupId>${project.groupId}</groupId>
271       <artifactId>alarmmanager</artifactId>
272       <version>${project.version}</version>
273     </dependency>
274     <dependency>
275       <groupId>${project.groupId}</groupId>
276       <artifactId>countermanager</artifactId>
277       <version>${project.version}</version>
278     </dependency>
279     <dependency>
280       <groupId>${project.groupId}</groupId>
281       <artifactId>fcaps-api</artifactId>
282       <version>${project.version}</version>
283     </dependency>
284     <dependency>
285       <groupId>${project.groupId}</groupId>
286       <artifactId>fcapsapplication-jmxapi</artifactId>
287       <version>${project.version}</version>
288     </dependency>
289     <dependency>
290       <groupId>${project.groupId}</groupId>
291       <artifactId>fcapsapplication-impl</artifactId>
292       <version>${project.version}</version>
293     </dependency>
294     <dependency>
295       <groupId>${project.groupId}</groupId>
296       <artifactId>resourcemanager-impl</artifactId>
297       <version>${project.version}</version>
298     </dependency>
299     <dependency>
300       <groupId>${project.groupId}</groupId>
301       <artifactId>resourcemanager-impl</artifactId>
302       <version>${project.version}</version>
303       <type>xml</type>
304       <classifier>config</classifier>
305     </dependency>
306     <dependency>
307       <groupId>${project.groupId}</groupId>
308       <artifactId>resourcemanager-api</artifactId>
309       <version>${project.version}</version>
310     </dependency>
311   </dependencies>
312 </project>