Fixed two-phase commit bug when change originated in DOM Broker
[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       <version>0.6.1-SNAPSHOT</version>
138     </dependency>
139     <dependency>
140       <groupId>org.opendaylight.controller</groupId>
141       <artifactId>switchmanager.implementation</artifactId>
142       <version>0.4.1-SNAPSHOT</version>
143     </dependency>
144     <dependency>
145       <groupId>org.opendaylight.controller</groupId>
146       <artifactId>statisticsmanager</artifactId>
147       <version>0.5.0-SNAPSHOT</version>
148     </dependency>
149     <dependency>
150       <groupId>org.opendaylight.controller</groupId>
151       <artifactId>statisticsmanager.implementation</artifactId>
152       <version>0.4.1-SNAPSHOT</version>
153     </dependency>
154     <dependency>
155       <groupId>org.opendaylight.controller</groupId>
156       <artifactId>topologymanager</artifactId>
157       <version>0.4.1-SNAPSHOT</version>
158     </dependency>
159     <dependency>
160       <groupId>org.opendaylight.controller</groupId>
161       <artifactId>usermanager</artifactId>
162       <version>0.4.1-SNAPSHOT</version>
163     </dependency>
164     <dependency>
165       <groupId>org.opendaylight.controller</groupId>
166       <artifactId>usermanager.implementation</artifactId>
167       <version>0.4.1-SNAPSHOT</version>
168     </dependency>
169     <dependency>
170       <groupId>org.opendaylight.controller</groupId>
171       <artifactId>security</artifactId>
172       <version>0.4.1-SNAPSHOT</version>
173     </dependency>
174     <dependency>
175       <groupId>org.opendaylight.controller</groupId>
176       <artifactId>commons.northbound</artifactId>
177       <version>0.4.1-SNAPSHOT</version>
178     </dependency>
179     <dependency>
180       <groupId>org.opendaylight.controller</groupId>
181       <artifactId>topology.northbound</artifactId>
182       <version>0.4.1-SNAPSHOT</version>
183     </dependency>
184     <dependency>
185       <groupId>org.opendaylight.controller</groupId>
186       <artifactId>forwarding.staticrouting.northbound</artifactId>
187       <version>0.4.1-SNAPSHOT</version>
188     </dependency>
189     <dependency>
190       <groupId>org.opendaylight.controller</groupId>
191       <artifactId>statistics.northbound</artifactId>
192       <version>0.4.1-SNAPSHOT</version>
193     </dependency>
194     <dependency>
195       <groupId>org.opendaylight.controller</groupId>
196       <artifactId>flowprogrammer.northbound</artifactId>
197       <version>0.4.1-SNAPSHOT</version>
198     </dependency>
199     <dependency>
200       <groupId>org.opendaylight.controller</groupId>
201       <artifactId>hosttracker.northbound</artifactId>
202       <version>0.4.1-SNAPSHOT</version>
203     </dependency>
204     <dependency>
205       <groupId>org.opendaylight.controller</groupId>
206       <artifactId>subnets.northbound</artifactId>
207       <version>0.4.1-SNAPSHOT</version>
208     </dependency>
209     <dependency>
210       <groupId>org.opendaylight.controller</groupId>
211       <artifactId>switchmanager.northbound</artifactId>
212       <version>0.4.1-SNAPSHOT</version>
213     </dependency>
214
215     <dependency>
216       <groupId>org.opendaylight.controller</groupId>
217       <artifactId>logging.bridge</artifactId>
218       <version>0.4.1-SNAPSHOT</version>
219     </dependency>
220
221     <dependency>
222       <groupId>org.opendaylight.controller</groupId>
223       <artifactId>protocol_plugins.stub</artifactId>
224       <version>0.4.1-SNAPSHOT</version>
225     </dependency>
226
227     <dependency>
228       <groupId>org.opendaylight.controller</groupId>
229       <artifactId>bundlescanner</artifactId>
230       <version>0.4.1-SNAPSHOT</version>
231     </dependency>
232
233     <dependency>
234       <groupId>org.opendaylight.controller</groupId>
235       <artifactId>bundlescanner.implementation</artifactId>
236       <version>0.4.1-SNAPSHOT</version>
237     </dependency>
238
239     <dependency>
240       <groupId>org.codehaus.enunciate</groupId>
241       <artifactId>enunciate-core-annotations</artifactId>
242       <version>${enunciate.version}</version>
243     </dependency>
244     <dependency>
245       <groupId>org.slf4j</groupId>
246       <artifactId>jcl-over-slf4j</artifactId>
247       <version>${slf4j.version}</version>
248     </dependency>
249     <dependency>
250       <groupId>org.slf4j</groupId>
251       <artifactId>slf4j-api</artifactId>
252       <version>${slf4j.version}</version>
253     </dependency>
254     <dependency>
255       <groupId>org.slf4j</groupId>
256       <artifactId>log4j-over-slf4j</artifactId>
257       <version>${slf4j.version}</version>
258     </dependency>
259     <dependency>
260       <groupId>ch.qos.logback</groupId>
261       <artifactId>logback-core</artifactId>
262       <version>${logback.version}</version>
263     </dependency>
264     <dependency>
265       <groupId>ch.qos.logback</groupId>
266       <artifactId>logback-classic</artifactId>
267       <version>${logback.version}</version>
268     </dependency>
269     <dependency>
270       <groupId>org.codehaus.jackson</groupId>
271       <artifactId>jackson-mapper-asl</artifactId>
272       <version>${jackson.version}</version>
273     </dependency>
274     <dependency>
275       <groupId>org.codehaus.jackson</groupId>
276       <artifactId>jackson-core-asl</artifactId>
277       <version>${jackson.version}</version>
278     </dependency>
279     <dependency>
280       <groupId>org.codehaus.jackson</groupId>
281       <artifactId>jackson-jaxrs</artifactId>
282       <version>${jackson.version}</version>
283     </dependency>
284     <dependency>
285       <groupId>org.codehaus.jackson</groupId>
286       <artifactId>jackson-xc</artifactId>
287       <version>${jackson.version}</version>
288     </dependency>
289     <dependency>
290       <groupId>org.codehaus.jettison</groupId>
291       <artifactId>jettison</artifactId>
292       <version>1.3.3</version>
293     </dependency>
294     <dependency>
295       <groupId>commons-io</groupId>
296       <artifactId>commons-io</artifactId>
297     </dependency>
298     <dependency>
299       <groupId>commons-fileupload</groupId>
300       <artifactId>commons-fileupload</artifactId>
301       <version>1.2.2</version>
302     </dependency>
303     <dependency>
304       <groupId>commons-codec</groupId>
305       <artifactId>commons-codec</artifactId>
306       <version>1.8</version>
307     </dependency>
308     <dependency>
309       <groupId>equinoxSDK381</groupId>
310       <artifactId>javax.servlet</artifactId>
311       <version>3.0.0.v201112011016</version>
312     </dependency>
313     <dependency>
314       <groupId>equinoxSDK381</groupId>
315       <artifactId>javax.servlet.jsp</artifactId>
316       <version>2.2.0.v201112011158</version>
317     </dependency>
318     <dependency>
319       <groupId>equinoxSDK381</groupId>
320       <artifactId>org.eclipse.equinox.ds</artifactId>
321       <version>1.4.0.v20120522-1841</version>
322     </dependency>
323     <dependency>
324       <groupId>equinoxSDK381</groupId>
325       <artifactId>org.eclipse.equinox.util</artifactId>
326       <version>1.0.400.v20120522-2049</version>
327     </dependency>
328     <dependency>
329       <groupId>equinoxSDK381</groupId>
330       <artifactId>org.eclipse.osgi.services</artifactId>
331       <version>3.3.100.v20120522-1822</version>
332     </dependency>
333     <dependency>
334       <groupId>equinoxSDK381</groupId>
335       <artifactId>org.eclipse.osgi</artifactId>
336       <version>3.8.1.v20120830-144521</version>
337     </dependency>
338     <dependency>
339       <groupId>equinoxSDK381</groupId>
340       <artifactId>org.apache.felix.gogo.command</artifactId>
341       <version>0.8.0.v201108120515</version>
342     </dependency>
343     <dependency>
344       <groupId>equinoxSDK381</groupId>
345       <artifactId>org.apache.felix.gogo.runtime</artifactId>
346       <version>0.8.0.v201108120515</version>
347     </dependency>
348     <dependency>
349       <groupId>equinoxSDK381</groupId>
350       <artifactId>org.apache.felix.gogo.shell</artifactId>
351       <version>0.8.0.v201110170705</version>
352     </dependency>
353     <dependency>
354       <groupId>equinoxSDK381</groupId>
355       <artifactId>org.eclipse.equinox.cm</artifactId>
356       <version>1.0.400.v20120522-1841</version>
357     </dependency>
358     <dependency>
359       <groupId>equinoxSDK381</groupId>
360       <artifactId>org.eclipse.equinox.console</artifactId>
361       <version>1.0.0.v20120522-1841</version>
362     </dependency>
363     <dependency>
364       <groupId>equinoxSDK381</groupId>
365       <artifactId>org.eclipse.equinox.launcher</artifactId>
366       <version>1.3.0.v20120522-1813</version>
367     </dependency>
368     <!-- Gemini Web -->
369     <dependency>
370       <groupId>geminiweb</groupId>
371       <artifactId>org.eclipse.gemini.web.core</artifactId>
372       <version>${geminiweb.version}</version>
373     </dependency>
374     <dependency>
375       <groupId>geminiweb</groupId>
376       <artifactId>org.eclipse.gemini.web.extender</artifactId>
377       <version>${geminiweb.version}</version>
378     </dependency>
379     <dependency>
380       <groupId>geminiweb</groupId>
381       <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
382       <version>${geminiweb.version}</version>
383     </dependency>
384     <dependency>
385       <groupId>geminiweb</groupId>
386       <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
387       <version>${virgo.version}</version>
388     </dependency>
389     <dependency>
390       <groupId>geminiweb</groupId>
391       <artifactId>org.eclipse.virgo.util.common</artifactId>
392       <version>${virgo.version}</version>
393     </dependency>
394     <dependency>
395       <groupId>geminiweb</groupId>
396       <artifactId>org.eclipse.virgo.util.io</artifactId>
397       <version>${virgo.version}</version>
398     </dependency>
399     <dependency>
400       <groupId>geminiweb</groupId>
401       <artifactId>org.eclipse.virgo.util.math</artifactId>
402       <version>${virgo.version}</version>
403     </dependency>
404     <dependency>
405       <groupId>geminiweb</groupId>
406       <artifactId>org.eclipse.virgo.util.osgi</artifactId>
407       <version>${virgo.version}</version>
408     </dependency>
409     <dependency>
410       <groupId>geminiweb</groupId>
411       <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
412       <version>${virgo.version}</version>
413     </dependency>
414     <dependency>
415       <groupId>geminiweb</groupId>
416       <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
417       <version>${virgo.version}</version>
418     </dependency>
419     <dependency>
420       <groupId>org.apache.felix</groupId>
421       <artifactId>org.apache.felix.dependencymanager</artifactId>
422       <version>3.1.0</version>
423     </dependency>
424     <dependency>
425       <groupId>org.apache.felix</groupId>
426       <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
427       <version>3.0.1</version>
428     </dependency>
429     <dependency>
430       <groupId>com.google.code.gson</groupId>
431       <artifactId>gson</artifactId>
432       <version>2.1</version>
433       <scope>compile</scope>
434     </dependency>
435     <dependency>
436       <groupId>org.jboss.spec.javax.transaction</groupId>
437       <artifactId>jboss-transaction-api_1.1_spec</artifactId>
438       <version>1.0.1.Final</version>
439     </dependency>
440     <dependency>
441       <groupId>org.apache.felix</groupId>
442       <artifactId>org.apache.felix.fileinstall</artifactId>
443       <version>3.1.6</version>
444     </dependency>
445     <dependency>
446       <groupId>org.apache.commons</groupId>
447       <artifactId>commons-lang3</artifactId>
448       <version>${commons.lang.version}</version>
449     </dependency>
450     <dependency>
451       <groupId>virgomirror</groupId>
452       <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
453       <version>3.8.0.I20120518-2145</version>
454     </dependency>
455     <dependency>
456       <groupId>eclipselink</groupId>
457       <artifactId>javax.persistence</artifactId>
458       <version>2.0.4.v201112161009</version>
459     </dependency>
460     <dependency>
461       <groupId>orbit</groupId>
462       <artifactId>javax.activation</artifactId>
463       <version>1.1.0.v201211130549</version>
464     </dependency>
465     <dependency>
466       <groupId>orbit</groupId>
467       <artifactId>javax.annotation</artifactId>
468       <version>1.1.0.v201209060031</version>
469     </dependency>
470     <dependency>
471       <groupId>orbit</groupId>
472       <artifactId>javax.ejb</artifactId>
473       <version>3.1.1.v201204261316</version>
474     </dependency>
475     <dependency>
476       <groupId>orbit</groupId>
477       <artifactId>javax.el</artifactId>
478       <version>2.2.0.v201108011116</version>
479     </dependency>
480     <dependency>
481       <groupId>orbit</groupId>
482       <artifactId>javax.mail.glassfish</artifactId>
483       <version>1.4.1.v201108011116</version>
484     </dependency>
485     <dependency>
486       <groupId>orbit</groupId>
487       <artifactId>javax.xml.rpc</artifactId>
488       <version>1.1.0.v201005080400</version>
489     </dependency>
490     <dependency>
491       <groupId>orbit</groupId>
492       <artifactId>org.apache.catalina</artifactId>
493       <version>7.0.32.v201211201336</version>
494     </dependency>
495     <dependency>
496       <groupId>orbit</groupId>
497       <artifactId>org.apache.catalina.ha</artifactId>
498       <version>7.0.32.v201211201952</version>
499     </dependency>
500     <dependency>
501       <groupId>orbit</groupId>
502       <artifactId>org.apache.catalina.tribes</artifactId>
503       <version>7.0.32.v201211201952</version>
504     </dependency>
505     <dependency>
506       <groupId>orbit</groupId>
507       <artifactId>org.apache.coyote</artifactId>
508       <version>7.0.32.v201211201952</version>
509     </dependency>
510     <dependency>
511       <groupId>orbit</groupId>
512       <artifactId>org.apache.el</artifactId>
513       <version>7.0.32.v201211081135</version>
514     </dependency>
515     <dependency>
516       <groupId>orbit</groupId>
517       <artifactId>org.apache.jasper</artifactId>
518       <version>7.0.32.v201211201952</version>
519     </dependency>
520     <dependency>
521       <groupId>orbit</groupId>
522       <artifactId>org.apache.juli.extras</artifactId>
523       <version>7.0.32.v201211081135</version>
524     </dependency>
525     <dependency>
526       <groupId>orbit</groupId>
527       <artifactId>org.apache.tomcat.api</artifactId>
528       <version>7.0.32.v201211081135</version>
529     </dependency>
530     <dependency>
531       <groupId>orbit</groupId>
532       <artifactId>org.apache.tomcat.util</artifactId>
533       <version>7.0.32.v201211201952</version>
534     </dependency>
535     <dependency>
536       <groupId>orbit</groupId>
537       <artifactId>javax.servlet.jsp.jstl</artifactId>
538       <version>1.2.0.v201105211821</version>
539     </dependency>
540     <dependency>
541       <groupId>orbit</groupId>
542       <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
543       <version>1.2.0.v201210211230</version>
544     </dependency>
545     <!-- Add Pax Exam -->
546     <dependency>
547       <groupId>org.ops4j.pax.exam</groupId>
548       <artifactId>pax-exam-container-native</artifactId>
549       <version>${exam.version}</version>
550       <scope>test</scope>
551     </dependency>
552     <dependency>
553       <groupId>org.ops4j.pax.exam</groupId>
554       <artifactId>pax-exam-junit4</artifactId>
555       <version>${exam.version}</version>
556       <scope>test</scope>
557     </dependency>
558     <dependency>
559       <groupId>org.ops4j.pax.exam</groupId>
560       <artifactId>pax-exam-link-mvn</artifactId>
561       <version>${exam.version}</version>
562       <scope>test</scope>
563     </dependency>
564     <dependency>
565       <groupId>org.ops4j.pax.url</groupId>
566       <artifactId>pax-url-aether</artifactId>
567       <version>${url.version}</version>
568       <scope>test</scope>
569     </dependency>
570     <dependency>
571       <groupId>org.ow2.asm</groupId>
572       <artifactId>asm-all</artifactId>
573       <version>4.1</version>
574     </dependency>
575     <dependency>
576       <groupId>org.springframework</groupId>
577       <artifactId>org.springframework.asm</artifactId>
578       <version>${spring.version}</version>
579     </dependency>
580     <dependency>
581       <groupId>org.springframework</groupId>
582       <artifactId>org.springframework.aop</artifactId>
583       <version>${spring.version}</version>
584     </dependency>
585     <dependency>
586       <groupId>org.springframework</groupId>
587       <artifactId>org.springframework.context</artifactId>
588       <version>${spring.version}</version>
589     </dependency>
590     <dependency>
591       <groupId>org.springframework</groupId>
592       <artifactId>org.springframework.context.support</artifactId>
593       <version>${spring.version}</version>
594     </dependency>
595     <dependency>
596       <groupId>org.springframework</groupId>
597       <artifactId>org.springframework.core</artifactId>
598       <version>${spring.version}</version>
599     </dependency>
600     <dependency>
601       <groupId>org.springframework</groupId>
602       <artifactId>org.springframework.beans</artifactId>
603       <version>${spring.version}</version>
604     </dependency>
605     <dependency>
606       <groupId>org.springframework</groupId>
607       <artifactId>org.springframework.expression</artifactId>
608       <version>${spring.version}</version>
609     </dependency>
610     <dependency>
611       <groupId>org.springframework</groupId>
612       <artifactId>org.springframework.web</artifactId>
613       <version>${spring.version}</version>
614     </dependency>
615     <dependency>
616       <groupId>org.aopalliance</groupId>
617       <artifactId>com.springsource.org.aopalliance</artifactId>
618       <version>1.0.0</version>
619     </dependency>
620     <dependency>
621       <groupId>org.springframework</groupId>
622       <artifactId>org.springframework.web.servlet</artifactId>
623       <version>${spring.version}</version>
624     </dependency>
625     <!-- Spring security -->
626     <dependency>
627       <groupId>org.springframework.security</groupId>
628       <artifactId>spring-security-config</artifactId>
629       <version>${spring-security.version}</version>
630     </dependency>
631     <dependency>
632       <groupId>org.springframework.security</groupId>
633       <artifactId>spring-security-core</artifactId>
634       <version>${spring-security.version}</version>
635     </dependency>
636     <dependency>
637       <groupId>org.springframework.security</groupId>
638       <artifactId>spring-security-web</artifactId>
639       <version>${spring-security.version}</version>
640     </dependency>
641     <dependency>
642       <groupId>org.springframework.security</groupId>
643       <artifactId>spring-security-taglibs</artifactId>
644       <version>${spring-security.version}</version>
645     </dependency>
646     <dependency>
647       <groupId>org.springframework</groupId>
648       <artifactId>org.springframework.transaction</artifactId>
649       <version>${spring-security.version}</version>
650     </dependency>
651     <!-- Visual VM hook -->
652     <dependency>
653       <groupId>org.ow2.chameleon.management</groupId>
654       <artifactId>chameleon-mbeans</artifactId>
655       <version>1.0.0</version>
656     </dependency>
657     <!-- Jersey for JAXRS -->
658     <dependency>
659       <groupId>com.sun.jersey</groupId>
660       <artifactId>jersey-core</artifactId>
661       <version>${jersey.version}</version>
662     </dependency>
663     <!-- <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-servlet</artifactId>
664       <version>${jersey.version}</version> </dependency> -->
665     <dependency>
666       <groupId>com.sun.jersey</groupId>
667       <artifactId>jersey-server</artifactId>
668       <version>${jersey.version}</version>
669     </dependency>
670     <dependency>
671       <groupId>com.sun.jersey</groupId>
672       <artifactId>jersey-client</artifactId>
673       <version>${jersey.version}</version>
674     </dependency>
675     <dependency>
676       <groupId>com.sun.jersey</groupId>
677       <artifactId>jersey-json</artifactId>
678       <version>${jersey.version}</version>
679     </dependency>
680     <dependency>
681       <groupId>eclipselink</groupId>
682       <artifactId>javax.resource</artifactId>
683     </dependency>
684     <dependency>
685       <groupId>org.opendaylight.controller.thirdparty</groupId>
686       <artifactId>com.sun.jersey.jersey-servlet</artifactId>
687     </dependency>
688     <dependency>
689       <groupId>org.opendaylight.controller.thirdparty</groupId>
690       <artifactId>org.apache.catalina.filters.CorsFilter</artifactId>
691     </dependency>
692   </dependencies>
693 </project>