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