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