Enable checkstyle for other non-source files
[controller.git] / opendaylight / northbound / integrationtest / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project
3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4   xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5   <modelVersion>4.0.0</modelVersion>
6   <parent>
7     <groupId>org.opendaylight.controller</groupId>
8     <artifactId>commons.opendaylight</artifactId>
9     <version>1.4.0-SNAPSHOT</version>
10     <relativePath>../../commons/opendaylight</relativePath>
11   </parent>
12
13   <groupId>org.opendaylight.controller</groupId>
14   <artifactId>northbound.integrationtest</artifactId>
15   <version>0.4.0-SNAPSHOT</version>
16   <pluginRepositories>
17     <pluginRepository>
18       <id>central2</id>
19       <name>central2</name>
20       <url>${nexusproxy}/repositories/central2/</url>
21     </pluginRepository>
22   </pluginRepositories>
23   <dependencies>
24     <dependency>
25       <groupId>org.opendaylight.controller</groupId>
26       <artifactId>sal</artifactId>
27       <version>0.5.0-SNAPSHOT</version>
28     </dependency>
29     <dependency>
30       <groupId>org.opendaylight.controller</groupId>
31       <artifactId>sal.implementation</artifactId>
32       <version>0.4.0-SNAPSHOT</version>
33     </dependency>
34     <dependency>
35       <groupId>org.opendaylight.controller</groupId>
36       <artifactId>forwarding.staticrouting</artifactId>
37       <version>0.4.0-SNAPSHOT</version>
38     </dependency>
39     <dependency>
40       <groupId>org.opendaylight.controller</groupId>
41       <artifactId>clustering.services</artifactId>
42       <version>0.4.0-SNAPSHOT</version>
43     </dependency>
44     <dependency>
45       <groupId>org.opendaylight.controller</groupId>
46       <artifactId>clustering.services-implementation</artifactId>
47       <version>0.4.0-SNAPSHOT</version>
48     </dependency>
49     <dependency>
50       <groupId>org.opendaylight.controller</groupId>
51       <artifactId>configuration</artifactId>
52       <version>0.4.0-SNAPSHOT</version>
53     </dependency>
54     <dependency>
55       <groupId>org.opendaylight.controller</groupId>
56       <artifactId>configuration.implementation</artifactId>
57       <version>0.4.0-SNAPSHOT</version>
58     </dependency>
59     <dependency>
60       <groupId>org.opendaylight.controller</groupId>
61       <artifactId>routing.dijkstra_implementation</artifactId>
62       <version>0.4.0-SNAPSHOT</version>
63     </dependency>
64     <dependency>
65       <groupId>org.opendaylight.controller</groupId>
66       <artifactId>arphandler</artifactId>
67       <version>0.4.0-SNAPSHOT</version>
68     </dependency>
69     <dependency>
70       <groupId>org.opendaylight.controller</groupId>
71       <artifactId>forwardingrulesmanager</artifactId>
72       <version>0.4.0-SNAPSHOT</version>
73     </dependency>
74     <dependency>
75       <groupId>org.opendaylight.controller</groupId>
76       <artifactId>forwardingrulesmanager.implementation</artifactId>
77       <version>0.4.0-SNAPSHOT</version>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.controller</groupId>
81       <artifactId>hosttracker</artifactId>
82       <version>0.4.0-SNAPSHOT</version>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.controller</groupId>
86       <artifactId>hosttracker.implementation</artifactId>
87       <version>0.4.0-SNAPSHOT</version>
88     </dependency>
89     <dependency>
90       <groupId>org.opendaylight.controller</groupId>
91       <artifactId>containermanager</artifactId>
92       <version>0.4.0-SNAPSHOT</version>
93     </dependency>
94     <dependency>
95       <groupId>org.opendaylight.controller</groupId>
96       <artifactId>containermanager.implementation</artifactId>
97       <version>0.4.0-SNAPSHOT</version>
98     </dependency>
99     <dependency>
100       <groupId>org.opendaylight.controller</groupId>
101       <artifactId>switchmanager</artifactId>
102       <version>0.4.0-SNAPSHOT</version>
103     </dependency>
104     <dependency>
105       <groupId>org.opendaylight.controller</groupId>
106       <artifactId>switchmanager.implementation</artifactId>
107       <version>0.4.0-SNAPSHOT</version>
108     </dependency>
109     <dependency>
110       <groupId>org.opendaylight.controller</groupId>
111       <artifactId>statisticsmanager</artifactId>
112       <version>0.4.0-SNAPSHOT</version>
113     </dependency>
114     <dependency>
115       <groupId>org.opendaylight.controller</groupId>
116       <artifactId>statisticsmanager.implementation</artifactId>
117       <version>0.4.0-SNAPSHOT</version>
118     </dependency>
119     <dependency>
120       <groupId>org.opendaylight.controller</groupId>
121       <artifactId>topologymanager</artifactId>
122       <version>0.4.0-SNAPSHOT</version>
123     </dependency>
124     <dependency>
125       <groupId>org.opendaylight.controller</groupId>
126       <artifactId>usermanager</artifactId>
127       <version>0.4.0-SNAPSHOT</version>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.controller</groupId>
131       <artifactId>security</artifactId>
132       <version>0.4.0-SNAPSHOT</version>
133     </dependency>
134
135     <dependency>
136       <groupId>org.opendaylight.controller.thirdparty</groupId>
137       <artifactId>net.sf.jung2</artifactId>
138       <version>2.0.1-SNAPSHOT</version>
139     </dependency>
140     <dependency>
141       <groupId>org.opendaylight.controller.thirdparty</groupId>
142       <artifactId>com.sun.jersey.jersey-servlet</artifactId>
143       <version>1.17-SNAPSHOT</version>
144     </dependency>
145
146     <dependency>
147       <groupId>org.opendaylight.controller</groupId>
148       <artifactId>commons.northbound</artifactId>
149       <version>0.4.0-SNAPSHOT</version>
150     </dependency>
151     <dependency>
152       <groupId>org.opendaylight.controller</groupId>
153       <artifactId>topology.northbound</artifactId>
154       <version>0.4.0-SNAPSHOT</version>
155     </dependency>
156     <dependency>
157       <groupId>org.opendaylight.controller</groupId>
158       <artifactId>forwarding.staticrouting.northbound</artifactId>
159       <version>0.4.0-SNAPSHOT</version>
160     </dependency>
161     <dependency>
162       <groupId>org.opendaylight.controller</groupId>
163       <artifactId>statistics.northbound</artifactId>
164       <version>0.4.0-SNAPSHOT</version>
165     </dependency>
166     <dependency>
167       <groupId>org.opendaylight.controller</groupId>
168       <artifactId>flowprogrammer.northbound</artifactId>
169       <version>0.4.0-SNAPSHOT</version>
170     </dependency>
171     <dependency>
172       <groupId>org.opendaylight.controller</groupId>
173       <artifactId>hosttracker.northbound</artifactId>
174       <version>0.4.0-SNAPSHOT</version>
175     </dependency>
176     <dependency>
177       <groupId>org.opendaylight.controller</groupId>
178       <artifactId>subnets.northbound</artifactId>
179       <version>0.4.0-SNAPSHOT</version>
180     </dependency>
181     <dependency>
182       <groupId>org.opendaylight.controller</groupId>
183       <artifactId>switchmanager.northbound</artifactId>
184       <version>0.4.0-SNAPSHOT</version>
185     </dependency>
186
187     <dependency>
188       <groupId>org.opendaylight.controller</groupId>
189       <artifactId>logging.bridge</artifactId>
190       <version>0.4.0-SNAPSHOT</version>
191     </dependency>
192
193     <dependency>
194       <groupId>org.opendaylight.controller</groupId>
195       <artifactId>protocol_plugins.stub</artifactId>
196       <version>0.4.0-SNAPSHOT</version>
197     </dependency>
198
199
200     <dependency>
201       <groupId>org.codehaus.enunciate</groupId>
202       <artifactId>enunciate-core-annotations</artifactId>
203       <version>${enunciate.version}</version>
204     </dependency>
205     <dependency>
206       <groupId>org.slf4j</groupId>
207       <artifactId>jcl-over-slf4j</artifactId>
208       <version>${slf4j.version}</version>
209     </dependency>
210     <dependency>
211       <groupId>org.slf4j</groupId>
212       <artifactId>slf4j-api</artifactId>
213       <version>${slf4j.version}</version>
214     </dependency>
215     <dependency>
216       <groupId>org.slf4j</groupId>
217       <artifactId>log4j-over-slf4j</artifactId>
218       <version>${slf4j.version}</version>
219     </dependency>
220     <dependency>
221       <groupId>ch.qos.logback</groupId>
222       <artifactId>logback-core</artifactId>
223       <version>${logback.version}</version>
224     </dependency>
225     <dependency>
226       <groupId>ch.qos.logback</groupId>
227       <artifactId>logback-classic</artifactId>
228       <version>${logback.version}</version>
229     </dependency>
230     <dependency>
231       <groupId>org.codehaus.jackson</groupId>
232       <artifactId>jackson-mapper-asl</artifactId>
233       <version>${jackson.version}</version>
234     </dependency>
235     <dependency>
236       <groupId>org.codehaus.jackson</groupId>
237       <artifactId>jackson-core-asl</artifactId>
238       <version>${jackson.version}</version>
239     </dependency>
240     <dependency>
241       <groupId>org.codehaus.jackson</groupId>
242       <artifactId>jackson-jaxrs</artifactId>
243       <version>${jackson.version}</version>
244     </dependency>
245     <dependency>
246       <groupId>org.codehaus.jettison</groupId>
247       <artifactId>jettison</artifactId>
248       <version>1.3.3</version>
249     </dependency>
250     <dependency>
251       <groupId>commons-io</groupId>
252       <artifactId>commons-io</artifactId>
253       <version>2.3</version>
254     </dependency>
255     <dependency>
256       <groupId>commons-fileupload</groupId>
257       <artifactId>commons-fileupload</artifactId>
258       <version>1.2.2</version>
259     </dependency>
260     <dependency>
261       <groupId>equinoxSDK381</groupId>
262       <artifactId>javax.servlet</artifactId>
263       <version>3.0.0.v201112011016</version>
264     </dependency>
265     <dependency>
266       <groupId>equinoxSDK381</groupId>
267       <artifactId>javax.servlet.jsp</artifactId>
268       <version>2.2.0.v201112011158</version>
269     </dependency>
270     <dependency>
271       <groupId>equinoxSDK381</groupId>
272       <artifactId>org.eclipse.equinox.ds</artifactId>
273       <version>1.4.0.v20120522-1841</version>
274     </dependency>
275     <dependency>
276       <groupId>equinoxSDK381</groupId>
277       <artifactId>org.eclipse.equinox.util</artifactId>
278       <version>1.0.400.v20120522-2049</version>
279     </dependency>
280     <dependency>
281       <groupId>equinoxSDK381</groupId>
282       <artifactId>org.eclipse.osgi.services</artifactId>
283       <version>3.3.100.v20120522-1822</version>
284     </dependency>
285     <dependency>
286       <groupId>equinoxSDK381</groupId>
287       <artifactId>org.eclipse.osgi</artifactId>
288       <version>3.8.1.v20120830-144521</version>
289     </dependency>
290     <dependency>
291       <groupId>equinoxSDK381</groupId>
292       <artifactId>org.apache.felix.gogo.command</artifactId>
293       <version>0.8.0.v201108120515</version>
294     </dependency>
295     <dependency>
296       <groupId>equinoxSDK381</groupId>
297       <artifactId>org.apache.felix.gogo.runtime</artifactId>
298       <version>0.8.0.v201108120515</version>
299     </dependency>
300     <dependency>
301       <groupId>equinoxSDK381</groupId>
302       <artifactId>org.apache.felix.gogo.shell</artifactId>
303       <version>0.8.0.v201110170705</version>
304     </dependency>
305     <dependency>
306       <groupId>equinoxSDK381</groupId>
307       <artifactId>org.eclipse.equinox.cm</artifactId>
308       <version>1.0.400.v20120522-1841</version>
309     </dependency>
310     <dependency>
311       <groupId>equinoxSDK381</groupId>
312       <artifactId>org.eclipse.equinox.console</artifactId>
313       <version>1.0.0.v20120522-1841</version>
314     </dependency>
315     <dependency>
316       <groupId>equinoxSDK381</groupId>
317       <artifactId>org.eclipse.equinox.launcher</artifactId>
318       <version>1.3.0.v20120522-1813</version>
319     </dependency>
320     <!-- Gemini Web -->
321     <dependency>
322       <groupId>geminiweb</groupId>
323       <artifactId>org.eclipse.gemini.web.core</artifactId>
324       <version>${geminiweb.version}</version>
325     </dependency>
326     <dependency>
327       <groupId>geminiweb</groupId>
328       <artifactId>org.eclipse.gemini.web.extender</artifactId>
329       <version>${geminiweb.version}</version>
330     </dependency>
331     <dependency>
332       <groupId>geminiweb</groupId>
333       <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
334       <version>${geminiweb.version}</version>
335     </dependency>
336     <dependency>
337       <groupId>geminiweb</groupId>
338       <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
339       <version>${virgo.version}</version>
340     </dependency>
341     <dependency>
342       <groupId>geminiweb</groupId>
343       <artifactId>org.eclipse.virgo.util.common</artifactId>
344       <version>${virgo.version}</version>
345     </dependency>
346     <dependency>
347       <groupId>geminiweb</groupId>
348       <artifactId>org.eclipse.virgo.util.io</artifactId>
349       <version>${virgo.version}</version>
350     </dependency>
351     <dependency>
352       <groupId>geminiweb</groupId>
353       <artifactId>org.eclipse.virgo.util.math</artifactId>
354       <version>${virgo.version}</version>
355     </dependency>
356     <dependency>
357       <groupId>geminiweb</groupId>
358       <artifactId>org.eclipse.virgo.util.osgi</artifactId>
359       <version>${virgo.version}</version>
360     </dependency>
361     <dependency>
362       <groupId>geminiweb</groupId>
363       <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
364       <version>${virgo.version}</version>
365     </dependency>
366     <dependency>
367       <groupId>geminiweb</groupId>
368       <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
369       <version>${virgo.version}</version>
370     </dependency>
371     <dependency>
372       <groupId>org.apache.felix</groupId>
373       <artifactId>org.apache.felix.dependencymanager</artifactId>
374       <version>3.1.0</version>
375     </dependency>
376     <dependency>
377       <groupId>org.apache.felix</groupId>
378       <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
379       <version>3.0.1</version>
380     </dependency>
381     <dependency>
382       <groupId>com.google.code.gson</groupId>
383       <artifactId>gson</artifactId>
384       <version>2.1</version>
385       <scope>compile</scope>
386     </dependency>
387     <dependency>
388       <groupId>org.jboss.spec.javax.transaction</groupId>
389       <artifactId>jboss-transaction-api_1.1_spec</artifactId>
390       <version>1.0.1.Final</version>
391     </dependency>
392     <dependency>
393       <groupId>org.apache.felix</groupId>
394       <artifactId>org.apache.felix.fileinstall</artifactId>
395       <version>3.1.6</version>
396     </dependency>
397     <dependency>
398       <groupId>org.apache.commons</groupId>
399       <artifactId>commons-lang3</artifactId>
400       <version>3.1</version>
401     </dependency>
402     <dependency>
403       <groupId>virgomirror</groupId>
404       <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
405       <version>3.8.0.I20120518-2145</version>
406     </dependency>
407     <dependency>
408       <groupId>eclipselink</groupId>
409       <artifactId>javax.persistence</artifactId>
410       <version>2.0.4.v201112161009</version>
411     </dependency>
412     <dependency>
413       <groupId>orbit</groupId>
414       <artifactId>javax.activation</artifactId>
415       <version>1.1.0.v201211130549</version>
416     </dependency>
417     <dependency>
418       <groupId>orbit</groupId>
419       <artifactId>javax.annotation</artifactId>
420       <version>1.1.0.v201209060031</version>
421     </dependency>
422     <dependency>
423       <groupId>orbit</groupId>
424       <artifactId>javax.ejb</artifactId>
425       <version>3.1.1.v201204261316</version>
426     </dependency>
427     <dependency>
428       <groupId>orbit</groupId>
429       <artifactId>javax.el</artifactId>
430       <version>2.2.0.v201108011116</version>
431     </dependency>
432     <dependency>
433       <groupId>orbit</groupId>
434       <artifactId>javax.mail.glassfish</artifactId>
435       <version>1.4.1.v201108011116</version>
436     </dependency>
437     <dependency>
438       <groupId>orbit</groupId>
439       <artifactId>javax.xml.rpc</artifactId>
440       <version>1.1.0.v201005080400</version>
441     </dependency>
442     <dependency>
443       <groupId>orbit</groupId>
444       <artifactId>org.apache.catalina</artifactId>
445       <version>7.0.32.v201211201336</version>
446     </dependency>
447     <dependency>
448       <groupId>orbit</groupId>
449       <artifactId>org.apache.catalina.ha</artifactId>
450       <version>7.0.32.v201211201952</version>
451     </dependency>
452     <dependency>
453       <groupId>orbit</groupId>
454       <artifactId>org.apache.catalina.tribes</artifactId>
455       <version>7.0.32.v201211201952</version>
456     </dependency>
457     <dependency>
458       <groupId>orbit</groupId>
459       <artifactId>org.apache.coyote</artifactId>
460       <version>7.0.32.v201211201952</version>
461     </dependency>
462     <dependency>
463       <groupId>orbit</groupId>
464       <artifactId>org.apache.el</artifactId>
465       <version>7.0.32.v201211081135</version>
466     </dependency>
467     <dependency>
468       <groupId>orbit</groupId>
469       <artifactId>org.apache.jasper</artifactId>
470       <version>7.0.32.v201211201952</version>
471     </dependency>
472     <dependency>
473       <groupId>orbit</groupId>
474       <artifactId>org.apache.juli.extras</artifactId>
475       <version>7.0.32.v201211081135</version>
476     </dependency>
477     <dependency>
478       <groupId>orbit</groupId>
479       <artifactId>org.apache.tomcat.api</artifactId>
480       <version>7.0.32.v201211081135</version>
481     </dependency>
482     <dependency>
483       <groupId>orbit</groupId>
484       <artifactId>org.apache.tomcat.util</artifactId>
485       <version>7.0.32.v201211201952</version>
486     </dependency>
487     <dependency>
488       <groupId>orbit</groupId>
489       <artifactId>javax.servlet.jsp.jstl</artifactId>
490       <version>1.2.0.v201105211821</version>
491     </dependency>
492     <dependency>
493       <groupId>orbit</groupId>
494       <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
495       <version>1.2.0.v201210211230</version>
496     </dependency>
497     <!-- Add Pax Exam -->
498     <dependency>
499       <groupId>org.ops4j.pax.exam</groupId>
500       <artifactId>pax-exam-container-native</artifactId>
501       <version>${exam.version}</version>
502       <scope>test</scope>
503     </dependency>
504     <dependency>
505       <groupId>org.ops4j.pax.exam</groupId>
506       <artifactId>pax-exam-junit4</artifactId>
507       <version>${exam.version}</version>
508       <scope>test</scope>
509     </dependency>
510     <dependency>
511       <groupId>org.ops4j.pax.exam</groupId>
512       <artifactId>pax-exam-link-mvn</artifactId>
513       <version>${exam.version}</version>
514       <scope>test</scope>
515     </dependency>
516     <dependency>
517       <groupId>org.ops4j.pax.url</groupId>
518       <artifactId>pax-url-aether</artifactId>
519       <version>${url.version}</version>
520       <scope>test</scope>
521     </dependency>
522     <dependency>
523       <groupId>org.springframework</groupId>
524       <artifactId>org.springframework.asm</artifactId>
525       <version>${spring.version}</version>
526     </dependency>
527     <dependency>
528       <groupId>org.springframework</groupId>
529       <artifactId>org.springframework.aop</artifactId>
530       <version>${spring.version}</version>
531     </dependency>
532     <dependency>
533       <groupId>org.springframework</groupId>
534       <artifactId>org.springframework.context</artifactId>
535       <version>${spring.version}</version>
536     </dependency>
537     <dependency>
538       <groupId>org.springframework</groupId>
539       <artifactId>org.springframework.context.support</artifactId>
540       <version>${spring.version}</version>
541     </dependency>
542     <dependency>
543       <groupId>org.springframework</groupId>
544       <artifactId>org.springframework.core</artifactId>
545       <version>${spring.version}</version>
546     </dependency>
547     <dependency>
548       <groupId>org.springframework</groupId>
549       <artifactId>org.springframework.beans</artifactId>
550       <version>${spring.version}</version>
551     </dependency>
552     <dependency>
553       <groupId>org.springframework</groupId>
554       <artifactId>org.springframework.expression</artifactId>
555       <version>${spring.version}</version>
556     </dependency>
557     <dependency>
558       <groupId>org.springframework</groupId>
559       <artifactId>org.springframework.web</artifactId>
560       <version>${spring.version}</version>
561     </dependency>
562     <dependency>
563       <groupId>org.aopalliance</groupId>
564       <artifactId>com.springsource.org.aopalliance</artifactId>
565       <version>1.0.0</version>
566     </dependency>
567     <dependency>
568       <groupId>org.springframework</groupId>
569       <artifactId>org.springframework.web.servlet</artifactId>
570       <version>${spring.version}</version>
571     </dependency>
572     <!-- Spring security -->
573     <dependency>
574       <groupId>org.springframework.security</groupId>
575       <artifactId>spring-security-config</artifactId>
576       <version>${spring-security.version}</version>
577     </dependency>
578     <dependency>
579       <groupId>org.springframework.security</groupId>
580       <artifactId>spring-security-core</artifactId>
581       <version>${spring-security.version}</version>
582     </dependency>
583     <dependency>
584       <groupId>org.springframework.security</groupId>
585       <artifactId>spring-security-web</artifactId>
586       <version>${spring-security.version}</version>
587     </dependency>
588     <dependency>
589       <groupId>org.springframework.security</groupId>
590       <artifactId>spring-security-taglibs</artifactId>
591       <version>${spring-security.version}</version>
592     </dependency>
593     <dependency>
594       <groupId>org.springframework</groupId>
595       <artifactId>org.springframework.transaction</artifactId>
596       <version>${spring-security.version}</version>
597     </dependency>
598     <!-- Visual VM hook -->
599     <dependency>
600       <groupId>org.ow2.chameleon.management</groupId>
601       <artifactId>chameleon-mbeans</artifactId>
602       <version>1.0.0</version>
603     </dependency>
604     <!-- Jersey for JAXRS -->
605     <dependency>
606       <groupId>com.sun.jersey</groupId>
607       <artifactId>jersey-core</artifactId>
608       <version>${jersey.version}</version>
609     </dependency>
610     <!-- <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-servlet</artifactId>
611       <version>${jersey.version}</version> </dependency> -->
612     <dependency>
613       <groupId>com.sun.jersey</groupId>
614       <artifactId>jersey-server</artifactId>
615       <version>${jersey.version}</version>
616     </dependency>
617     <dependency>
618       <groupId>com.sun.jersey</groupId>
619       <artifactId>jersey-client</artifactId>
620       <version>${jersey.version}</version>
621     </dependency>
622     <dependency>
623       <groupId>com.sun.jersey</groupId>
624       <artifactId>jersey-json</artifactId>
625       <version>${jersey.version}</version>
626     </dependency>
627
628   </dependencies>
629 </project>