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