Incrementing versions by 0.1.0 for post-lithium master branch
[netvirt.git] / commons / integrationtest / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (C) 2014 Red Hat, Inc. and others. All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12   <modelVersion>4.0.0</modelVersion>
13
14   <parent>
15     <groupId>org.opendaylight.ovsdb</groupId>
16     <artifactId>commons</artifactId>
17     <version>1.4.0-SNAPSHOT</version>
18     <relativePath>../parent</relativePath>
19   </parent>
20
21   <artifactId>commons.integrationtest</artifactId>
22   <name>${project.artifactId}.parent</name>
23   <version>1.4.0-SNAPSHOT</version>
24   <packaging>pom</packaging>
25   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
26   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
27   <licenses>
28     <license>
29       <name>Eclipse Public License v1.0</name>
30       <url>http://www.eclipse.org/legal/epl-v10.html</url>
31     </license>
32   </licenses>
33   <developers>
34     <developer>
35       <name>Sam Hague</name>
36       <email>shague@gmail.com</email>
37       <url>https://github.com/shague</url>
38     </developer>
39   </developers>
40   <scm>
41     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
42     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
43     <tag>HEAD</tag>
44     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
45   </scm>
46
47   <properties>
48     <!-- Overrides -->
49     <!-- Controller Dependencies for Pax Exam -->
50     <arphandler.version>0.7.0-SNAPSHOT</arphandler.version>
51     <bundlescanner.implementation.version>0.6.0-SNAPSHOT</bundlescanner.implementation.version>
52     <bundlescanner.version>0.6.0-SNAPSHOT</bundlescanner.version>
53     <clustering.services_implementation.version>0.6.0-SNAPSHOT</clustering.services_implementation.version>
54     <commons.httpclient.version>0.3.0-SNAPSHOT</commons.httpclient.version>
55     <configuration.implementation.version>0.6.0-SNAPSHOT</configuration.implementation.version>
56     <configuration.version>0.6.0-SNAPSHOT</configuration.version>
57     <connectionmanager.version>0.3.0-SNAPSHOT</connectionmanager.version>
58     <containermanager.it.version>0.7.0-SNAPSHOT</containermanager.it.version>
59     <flowprogrammer.northbound.version>0.6.0-SNAPSHOT</flowprogrammer.northbound.version>
60     <forwarding.staticrouting>0.7.0-SNAPSHOT</forwarding.staticrouting>
61     <forwarding.staticrouting.northbound.version>0.6.0-SNAPSHOT</forwarding.staticrouting.northbound.version>
62     <forwardingrulesmanager.implementation.version>0.6.0-SNAPSHOT</forwardingrulesmanager.implementation.version>
63     <hosttracker.api.version>0.7.0-SNAPSHOT</hosttracker.api.version>
64     <hosttracker.implementation.version>0.7.0-SNAPSHOT</hosttracker.implementation.version>
65     <hosttracker.northbound.version>0.6.0-SNAPSHOT</hosttracker.northbound.version>
66     <logging.bridge.version>0.6.0-SNAPSHOT</logging.bridge.version>
67     <protocol_plugins.stub.version>0.6.0-SNAPSHOT</protocol_plugins.stub.version>
68     <routing.dijkstra_implementation.version>0.6.0-SNAPSHOT</routing.dijkstra_implementation.version>
69     <sal.implementation.version>0.6.0-SNAPSHOT</sal.implementation.version>
70     <security.version>0.6.0-SNAPSHOT</security.version>
71     <statistics.northbound.version>0.6.0-SNAPSHOT</statistics.northbound.version>
72     <statisticsmanager.implementation.version>0.6.0-SNAPSHOT</statisticsmanager.implementation.version>
73     <statisticsmanager.version>0.7.0-SNAPSHOT</statisticsmanager.version>
74     <subnets.northbound.version>0.6.0-SNAPSHOT</subnets.northbound.version>
75     <switchmanager.implementation.version>0.6.0-SNAPSHOT</switchmanager.implementation.version>
76     <switchmanager.northbound.version>0.6.0-SNAPSHOT</switchmanager.northbound.version>
77     <topology.northbound.version>0.6.0-SNAPSHOT</topology.northbound.version>
78     <topology.web.version>0.6.0-SNAPSHOT</topology.web.version>
79     <topologymanager.version>0.6.0-SNAPSHOT</topologymanager.version>
80     <usermanager.implementation.version>0.6.0-SNAPSHOT</usermanager.implementation.version>
81     <usermanager.northbound.version>0.2.0-SNAPSHOT</usermanager.northbound.version>
82     <usermanager.version>0.6.0-SNAPSHOT</usermanager.version>
83     <!-- 3rd Party Dependencies -->
84     <yaml.version>1.10</yaml.version>
85   </properties>
86
87   <dependencyManagement>
88     <dependencies>
89       <dependency>
90         <groupId>org.yaml</groupId>
91         <artifactId>snakeyaml</artifactId>
92         <version>${yaml.version}</version>
93       </dependency>
94     </dependencies>
95   </dependencyManagement>
96
97   <dependencies>
98     <dependency>
99       <groupId>ch.qos.logback</groupId>
100       <artifactId>logback-classic</artifactId>
101     </dependency>
102     <dependency>
103       <groupId>ch.qos.logback</groupId>
104       <artifactId>logback-core</artifactId>
105     </dependency>
106
107     <dependency>
108       <groupId>com.fasterxml.jackson.core</groupId>
109       <artifactId>jackson-annotations</artifactId>
110     </dependency>
111
112     <dependency>
113       <groupId>com.fasterxml.jackson.core</groupId>
114       <artifactId>jackson-core</artifactId>
115     </dependency>
116
117     <dependency>
118       <groupId>com.fasterxml.jackson.core</groupId>
119       <artifactId>jackson-databind</artifactId>
120     </dependency>
121
122     <dependency>
123       <groupId>com.fasterxml.jackson.jaxrs</groupId>
124       <artifactId>jackson-jaxrs-json-provider</artifactId>
125     </dependency>
126
127     <dependency>
128       <groupId>com.fasterxml.jackson.module</groupId>
129       <artifactId>jackson-module-jaxb-annotations</artifactId>
130     </dependency>
131     <dependency>
132       <groupId>com.google.code.gson</groupId>
133       <artifactId>gson</artifactId>
134       <scope>compile</scope>
135     </dependency>
136     <dependency>
137       <groupId>com.google.guava</groupId>
138       <artifactId>guava</artifactId>
139     </dependency>
140     <!-- Jersey for JAXRS -->
141     <dependency>
142       <groupId>com.sun.jersey</groupId>
143       <artifactId>jersey-core</artifactId>
144     </dependency>
145     <dependency>
146       <groupId>com.sun.jersey</groupId>
147       <artifactId>jersey-server</artifactId>
148     </dependency>
149     <dependency>
150       <groupId>com.sun.jersey</groupId>
151       <artifactId>jersey-client</artifactId>
152     </dependency>
153     <dependency>
154       <groupId>commons-codec</groupId>
155       <artifactId>commons-codec</artifactId>
156     </dependency>
157     <dependency>
158       <groupId>commons-net</groupId>
159       <artifactId>commons-net</artifactId>
160     </dependency>
161     <dependency>
162       <groupId>commons-collections</groupId>
163       <artifactId>commons-collections</artifactId>
164       <version>1.0</version>
165     </dependency>
166     <dependency>
167       <groupId>commons-fileupload</groupId>
168       <artifactId>commons-fileupload</artifactId>
169     </dependency>
170     <dependency>
171       <groupId>commons-io</groupId>
172       <artifactId>commons-io</artifactId>
173     </dependency>
174     <dependency>
175       <groupId>commons-lang</groupId>
176       <artifactId>commons-lang</artifactId>
177       <version>2.3</version>
178     </dependency>
179     <dependency>
180       <groupId>eclipselink</groupId>
181       <artifactId>javax.persistence</artifactId>
182     </dependency>
183     <dependency>
184       <groupId>eclipselink</groupId>
185       <artifactId>javax.resource</artifactId>
186     </dependency>
187     <dependency>
188       <groupId>equinoxSDK381</groupId>
189       <artifactId>javax.servlet</artifactId>
190     </dependency>
191     <dependency>
192       <groupId>equinoxSDK381</groupId>
193       <artifactId>javax.servlet.jsp</artifactId>
194     </dependency>
195     <dependency>
196       <groupId>org.apache.felix</groupId>
197       <artifactId>org.apache.felix.gogo.command</artifactId>
198       <version>0.14.0</version>
199     </dependency>
200     <dependency>
201       <groupId>org.apache.felix</groupId>
202       <artifactId>org.apache.felix.gogo.runtime</artifactId>
203       <version>0.12.1</version>
204     </dependency>
205     <dependency>
206       <groupId>org.apache.felix</groupId>
207       <artifactId>org.apache.felix.gogo.shell</artifactId>
208       <version>0.10.0</version>
209     </dependency>
210     <dependency>
211       <groupId>equinoxSDK381</groupId>
212       <artifactId>org.eclipse.equinox.cm</artifactId>
213     </dependency>
214     <dependency>
215       <groupId>equinoxSDK381</groupId>
216       <artifactId>org.eclipse.equinox.console</artifactId>
217     </dependency>
218     <dependency>
219       <groupId>equinoxSDK381</groupId>
220       <artifactId>org.eclipse.equinox.ds</artifactId>
221     </dependency>
222     <dependency>
223       <groupId>equinoxSDK381</groupId>
224       <artifactId>org.eclipse.equinox.launcher</artifactId>
225     </dependency>
226     <dependency>
227       <groupId>equinoxSDK381</groupId>
228       <artifactId>org.eclipse.equinox.util</artifactId>
229     </dependency>
230     <dependency>
231       <groupId>equinoxSDK381</groupId>
232       <artifactId>org.eclipse.osgi</artifactId>
233     </dependency>
234     <dependency>
235       <groupId>equinoxSDK381</groupId>
236       <artifactId>org.eclipse.osgi.services</artifactId>
237     </dependency>
238     <!-- Gemini Web -->
239     <dependency>
240       <groupId>geminiweb</groupId>
241       <artifactId>org.eclipse.gemini.web.core</artifactId>
242     </dependency>
243     <dependency>
244       <groupId>geminiweb</groupId>
245       <artifactId>org.eclipse.gemini.web.extender</artifactId>
246     </dependency>
247     <dependency>
248       <groupId>geminiweb</groupId>
249       <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
250     </dependency>
251     <dependency>
252       <groupId>geminiweb</groupId>
253       <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
254     </dependency>
255     <dependency>
256       <groupId>geminiweb</groupId>
257       <artifactId>org.eclipse.virgo.util.common</artifactId>
258     </dependency>
259     <dependency>
260       <groupId>geminiweb</groupId>
261       <artifactId>org.eclipse.virgo.util.io</artifactId>
262     </dependency>
263     <dependency>
264       <groupId>geminiweb</groupId>
265       <artifactId>org.eclipse.virgo.util.math</artifactId>
266     </dependency>
267     <dependency>
268       <groupId>geminiweb</groupId>
269       <artifactId>org.eclipse.virgo.util.osgi</artifactId>
270     </dependency>
271     <dependency>
272       <groupId>geminiweb</groupId>
273       <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
274     </dependency>
275     <dependency>
276       <groupId>geminiweb</groupId>
277       <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
278     </dependency>
279     <dependency>
280       <groupId>io.netty</groupId>
281       <artifactId>netty-buffer</artifactId>
282     </dependency>
283     <dependency>
284       <groupId>io.netty</groupId>
285       <artifactId>netty-codec</artifactId>
286     </dependency>
287     <dependency>
288       <groupId>io.netty</groupId>
289       <artifactId>netty-common</artifactId>
290     </dependency>
291     <dependency>
292       <groupId>io.netty</groupId>
293       <artifactId>netty-handler</artifactId>
294     </dependency>
295     <dependency>
296       <groupId>io.netty</groupId>
297       <artifactId>netty-transport</artifactId>
298     </dependency>
299     <dependency>
300       <groupId>javax.portlet</groupId>
301       <artifactId>portlet-api</artifactId>
302       <version>2.0</version>
303     </dependency>
304     <dependency>
305       <groupId>orbit</groupId>
306       <artifactId>javax.activation</artifactId>
307     </dependency>
308     <dependency>
309       <groupId>orbit</groupId>
310       <artifactId>javax.annotation</artifactId>
311     </dependency>
312     <dependency>
313       <groupId>orbit</groupId>
314       <artifactId>javax.ejb</artifactId>
315     </dependency>
316     <dependency>
317       <groupId>orbit</groupId>
318       <artifactId>javax.el</artifactId>
319     </dependency>
320     <dependency>
321       <groupId>orbit</groupId>
322       <artifactId>javax.mail.glassfish</artifactId>
323     </dependency>
324     <dependency>
325       <groupId>orbit</groupId>
326       <artifactId>javax.servlet.jsp.jstl</artifactId>
327     </dependency>
328     <dependency>
329       <groupId>orbit</groupId>
330       <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
331     </dependency>
332     <dependency>
333       <groupId>orbit</groupId>
334       <artifactId>javax.xml.rpc</artifactId>
335     </dependency>
336     <dependency>
337       <groupId>orbit</groupId>
338       <artifactId>org.apache.catalina</artifactId>
339     </dependency>
340     <dependency>
341       <groupId>orbit</groupId>
342       <artifactId>org.apache.catalina.ha</artifactId>
343     </dependency>
344     <dependency>
345       <groupId>orbit</groupId>
346       <artifactId>org.apache.catalina.tribes</artifactId>
347     </dependency>
348     <dependency>
349       <groupId>orbit</groupId>
350       <artifactId>org.apache.coyote</artifactId>
351     </dependency>
352     <dependency>
353       <groupId>orbit</groupId>
354       <artifactId>org.apache.el</artifactId>
355     </dependency>
356     <dependency>
357       <groupId>orbit</groupId>
358       <artifactId>org.apache.jasper</artifactId>
359     </dependency>
360     <dependency>
361       <groupId>orbit</groupId>
362       <artifactId>org.apache.juli.extras</artifactId>
363     </dependency>
364     <dependency>
365       <groupId>orbit</groupId>
366       <artifactId>org.apache.tomcat.api</artifactId>
367     </dependency>
368     <dependency>
369       <groupId>orbit</groupId>
370       <artifactId>org.apache.tomcat.util</artifactId>
371     </dependency>
372     <dependency>
373       <groupId>org.aopalliance</groupId>
374       <artifactId>com.springsource.org.aopalliance</artifactId>
375     </dependency>
376     <dependency>
377       <groupId>org.apache.commons</groupId>
378       <artifactId>commons-lang3</artifactId>
379     </dependency>
380     <dependency>
381       <groupId>org.apache.felix</groupId>
382       <artifactId>org.apache.felix.dependencymanager</artifactId>
383     </dependency>
384     <dependency>
385       <groupId>org.apache.felix</groupId>
386       <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
387     </dependency>
388     <dependency>
389       <groupId>org.apache.felix</groupId>
390       <artifactId>org.apache.felix.fileinstall</artifactId>
391     </dependency>
392     <dependency>
393       <groupId>org.apache.httpcomponents</groupId>
394       <artifactId>httpcore-nio</artifactId>
395       <version>4.2.1</version>
396       <optional>true</optional>
397     </dependency>
398
399     <dependency>
400       <groupId>org.codehaus.enunciate</groupId>
401       <artifactId>enunciate-core-annotations</artifactId>
402     </dependency>
403
404     <dependency>
405       <groupId>org.codehaus.jettison</groupId>
406       <artifactId>jettison</artifactId>
407     </dependency>
408     <dependency>
409       <groupId>org.jboss.spec.javax.transaction</groupId>
410       <artifactId>jboss-transaction-api_1.1_spec</artifactId>
411     </dependency>
412     <dependency>
413       <groupId>org.opendaylight.controller</groupId>
414       <artifactId>arphandler</artifactId>
415       <version>${arphandler.version}</version>
416     </dependency>
417     <dependency>
418       <groupId>org.opendaylight.controller</groupId>
419       <artifactId>bundlescanner</artifactId>
420       <version>${bundlescanner.version}</version>
421     </dependency>
422     <dependency>
423       <groupId>org.opendaylight.controller</groupId>
424       <artifactId>bundlescanner.implementation</artifactId>
425       <version>${bundlescanner.implementation.version}</version>
426     </dependency>
427     <dependency>
428       <groupId>org.opendaylight.controller</groupId>
429       <artifactId>clustering.services</artifactId>
430       <version>${clustering.services.version}</version>
431     </dependency>
432     <dependency>
433       <groupId>org.opendaylight.controller</groupId>
434       <artifactId>clustering.services-implementation</artifactId>
435       <version>${clustering.services_implementation.version}</version>
436     </dependency>
437     <dependency>
438       <groupId>org.opendaylight.controller</groupId>
439       <artifactId>commons.httpclient</artifactId>
440       <version>${commons.httpclient.version}</version>
441     </dependency>
442     <dependency>
443       <groupId>org.opendaylight.controller</groupId>
444       <artifactId>commons.northbound</artifactId>
445       <version>${northbound.commons.version}</version>
446     </dependency>
447     <dependency>
448       <groupId>org.opendaylight.controller</groupId>
449       <artifactId>configuration</artifactId>
450       <version>${configuration.version}</version>
451     </dependency>
452     <dependency>
453       <groupId>org.opendaylight.controller</groupId>
454       <artifactId>configuration.implementation</artifactId>
455       <version>${configuration.implementation.version}</version>
456     </dependency>
457     <dependency>
458       <groupId>org.opendaylight.controller</groupId>
459       <artifactId>connectionmanager</artifactId>
460       <version>${connectionmanager.version}</version>
461     </dependency>
462     <dependency>
463       <groupId>org.opendaylight.controller</groupId>
464       <artifactId>connectionmanager.implementation</artifactId>
465       <version>${connectionmanager.version}</version>
466     </dependency>
467     <dependency>
468       <groupId>org.opendaylight.controller</groupId>
469       <artifactId>containermanager</artifactId>
470       <version>${containermanager.it.version}</version>
471     </dependency>
472     <dependency>
473       <groupId>org.opendaylight.controller</groupId>
474       <artifactId>containermanager.it.implementation</artifactId>
475       <version>${containermanager.it.version}</version>
476     </dependency>
477     <dependency>
478       <groupId>org.opendaylight.controller</groupId>
479       <artifactId>flowprogrammer.northbound</artifactId>
480       <version>${flowprogrammer.northbound.version}</version>
481     </dependency>
482     <dependency>
483       <groupId>org.opendaylight.controller</groupId>
484       <artifactId>forwarding.staticrouting</artifactId>
485       <version>${forwarding.staticrouting}</version>
486     </dependency>
487     <dependency>
488       <groupId>org.opendaylight.controller</groupId>
489       <artifactId>forwarding.staticrouting.northbound</artifactId>
490       <version>${forwarding.staticrouting.northbound.version}</version>
491     </dependency>
492     <dependency>
493       <groupId>org.opendaylight.controller</groupId>
494       <artifactId>forwardingrulesmanager</artifactId>
495       <version>${forwardingrulesmanager.version}</version>
496     </dependency>
497     <dependency>
498       <groupId>org.opendaylight.controller</groupId>
499       <artifactId>forwardingrulesmanager.implementation</artifactId>
500       <version>${forwardingrulesmanager.implementation.version}</version>
501     </dependency>
502     <dependency>
503       <groupId>org.opendaylight.controller</groupId>
504       <artifactId>hosttracker</artifactId>
505       <version>${hosttracker.api.version}</version>
506     </dependency>
507     <dependency>
508       <groupId>org.opendaylight.controller</groupId>
509       <artifactId>hosttracker.implementation</artifactId>
510       <version>${hosttracker.implementation.version}</version>
511     </dependency>
512     <dependency>
513       <groupId>org.opendaylight.controller</groupId>
514       <artifactId>hosttracker.northbound</artifactId>
515       <version>${hosttracker.northbound.version}</version>
516     </dependency>
517     <dependency>
518       <groupId>org.opendaylight.controller</groupId>
519       <artifactId>logging.bridge</artifactId>
520       <version>${logging.bridge.version}</version>
521     </dependency>
522     <dependency>
523       <groupId>org.opendaylight.controller</groupId>
524       <artifactId>protocol_plugins.stub</artifactId>
525       <version>${protocol_plugins.stub.version}</version>
526     </dependency>
527     <dependency>
528       <groupId>org.opendaylight.controller</groupId>
529       <artifactId>routing.dijkstra_implementation</artifactId>
530       <version>${routing.dijkstra_implementation.version}</version>
531     </dependency>
532     <dependency>
533       <groupId>org.opendaylight.controller</groupId>
534       <artifactId>sal</artifactId>
535       <version>${sal.version}</version>
536     </dependency>
537     <dependency>
538       <groupId>org.opendaylight.controller</groupId>
539       <artifactId>sal.implementation</artifactId>
540       <version>${sal.implementation.version}</version>
541     </dependency>
542     <dependency>
543       <groupId>org.opendaylight.controller</groupId>
544       <artifactId>sal-binding-it</artifactId>
545     </dependency>
546     <dependency>
547       <groupId>org.opendaylight.controller</groupId>
548       <artifactId>security</artifactId>
549       <version>${security.version}</version>
550     </dependency>
551     <dependency>
552       <groupId>org.opendaylight.controller</groupId>
553       <artifactId>statistics.northbound</artifactId>
554       <version>${statistics.northbound.version}</version>
555     </dependency>
556     <dependency>
557       <groupId>org.opendaylight.controller</groupId>
558       <artifactId>statisticsmanager</artifactId>
559       <version>${statisticsmanager.version}</version>
560     </dependency>
561     <dependency>
562       <groupId>org.opendaylight.controller</groupId>
563       <artifactId>statisticsmanager.implementation</artifactId>
564       <version>${statisticsmanager.implementation.version}</version>
565     </dependency>
566     <dependency>
567       <groupId>org.opendaylight.controller</groupId>
568       <artifactId>subnets.northbound</artifactId>
569       <version>${subnets.northbound.version}</version>
570     </dependency>
571     <dependency>
572       <groupId>org.opendaylight.controller</groupId>
573       <artifactId>switchmanager</artifactId>
574       <version>${switchmanager.api.version}</version>
575     </dependency>
576     <dependency>
577       <groupId>org.opendaylight.controller</groupId>
578       <artifactId>switchmanager.implementation</artifactId>
579       <version>${switchmanager.implementation.version}</version>
580     </dependency>
581     <dependency>
582       <groupId>org.opendaylight.controller</groupId>
583       <artifactId>switchmanager.northbound</artifactId>
584       <version>${switchmanager.northbound.version}</version>
585     </dependency>
586     <dependency>
587       <groupId>org.opendaylight.controller</groupId>
588       <artifactId>topology.northbound</artifactId>
589       <version>${topology.northbound.version}</version>
590     </dependency>
591     <dependency>
592       <groupId>org.opendaylight.controller</groupId>
593       <artifactId>topologymanager</artifactId>
594       <version>${topologymanager.version}</version>
595     </dependency>
596     <dependency>
597       <groupId>org.opendaylight.controller</groupId>
598       <artifactId>usermanager</artifactId>
599       <version>${usermanager.version}</version>
600     </dependency>
601     <dependency>
602       <groupId>org.opendaylight.controller</groupId>
603       <artifactId>usermanager.implementation</artifactId>
604       <version>${usermanager.implementation.version}</version>
605     </dependency>
606     <dependency>
607       <groupId>org.opendaylight.controller.thirdparty</groupId>
608       <artifactId>com.sun.jersey.jersey-servlet</artifactId>
609       <version>${jersey-servlet.version}</version>
610     </dependency>
611     <dependency>
612       <groupId>org.opendaylight.controller.thirdparty</groupId>
613       <artifactId>org.apache.catalina.filters.CorsFilter</artifactId>
614       <version>${corsfilter.version}</version>
615     </dependency>
616     <dependency>
617       <groupId>org.ow2.asm</groupId>
618       <artifactId>asm-all</artifactId>
619       <version>${asm.version}</version>
620     </dependency>
621     <!-- Visual VM hook -->
622     <dependency>
623       <groupId>org.ow2.chameleon.management</groupId>
624       <artifactId>chameleon-mbeans</artifactId>
625     </dependency>
626     <dependency>
627       <groupId>org.slf4j</groupId>
628       <artifactId>jcl-over-slf4j</artifactId>
629     </dependency>
630     <dependency>
631       <groupId>org.slf4j</groupId>
632       <artifactId>log4j-over-slf4j</artifactId>
633     </dependency>
634     <dependency>
635       <groupId>org.slf4j</groupId>
636       <artifactId>slf4j-api</artifactId>
637     </dependency>
638     <dependency>
639       <groupId>org.springframework</groupId>
640       <artifactId>org.springframework.aop</artifactId>
641     </dependency>
642     <dependency>
643       <groupId>org.springframework</groupId>
644       <artifactId>org.springframework.asm</artifactId>
645     </dependency>
646     <dependency>
647       <groupId>org.springframework</groupId>
648       <artifactId>org.springframework.beans</artifactId>
649     </dependency>
650     <dependency>
651       <groupId>org.springframework</groupId>
652       <artifactId>org.springframework.context</artifactId>
653     </dependency>
654     <dependency>
655       <groupId>org.springframework</groupId>
656       <artifactId>org.springframework.context.support</artifactId>
657     </dependency>
658     <dependency>
659       <groupId>org.springframework</groupId>
660       <artifactId>org.springframework.core</artifactId>
661     </dependency>
662     <dependency>
663       <groupId>org.springframework</groupId>
664       <artifactId>org.springframework.expression</artifactId>
665     </dependency>
666     <dependency>
667       <groupId>org.springframework</groupId>
668       <artifactId>org.springframework.transaction</artifactId>
669     </dependency>
670     <dependency>
671       <groupId>org.springframework</groupId>
672       <artifactId>org.springframework.web</artifactId>
673     </dependency>
674     <dependency>
675       <groupId>org.springframework</groupId>
676       <artifactId>org.springframework.web.servlet</artifactId>
677     </dependency>
678     <dependency>
679       <groupId>org.springframework.security</groupId>
680       <artifactId>spring-security-config</artifactId>
681     </dependency>
682     <dependency>
683       <groupId>org.springframework.security</groupId>
684       <artifactId>spring-security-core</artifactId>
685     </dependency>
686     <dependency>
687       <groupId>org.springframework.security</groupId>
688       <artifactId>spring-security-taglibs</artifactId>
689     </dependency>
690     <dependency>
691       <groupId>org.springframework.security</groupId>
692       <artifactId>spring-security-web</artifactId>
693     </dependency>
694     <dependency>
695       <groupId>virgomirror</groupId>
696       <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
697     </dependency>
698     <dependency>
699       <groupId>junit</groupId>
700       <artifactId>junit</artifactId>
701     </dependency>
702     <dependency>
703       <groupId>org.opendaylight.ovsdb</groupId>
704       <artifactId>library</artifactId>
705     </dependency>
706     <dependency>
707       <groupId>org.opendaylight.ovsdb</groupId>
708       <artifactId>northbound</artifactId>
709     </dependency>
710     <dependency>
711       <groupId>org.opendaylight.ovsdb</groupId>
712       <artifactId>openstack.net-virt</artifactId>
713     </dependency>
714     <dependency>
715       <groupId>org.opendaylight.ovsdb</groupId>
716       <artifactId>ovsdb-plugin-compatibility-layer</artifactId>
717     </dependency>
718     <dependency>
719       <groupId>org.opendaylight.ovsdb</groupId>
720       <artifactId>plugin</artifactId>
721     </dependency>
722     <dependency>
723       <groupId>org.opendaylight.ovsdb</groupId>
724       <artifactId>schema.hardwarevtep</artifactId>
725     </dependency>
726     <dependency>
727       <groupId>org.opendaylight.ovsdb</groupId>
728       <artifactId>schema.openvswitch</artifactId>
729     </dependency>
730     <dependency>
731       <groupId>org.opendaylight.ovsdb</groupId>
732       <artifactId>utils.servicehelper</artifactId>
733     </dependency>
734
735     <!-- Add Pax Exam -->
736     <dependency>
737       <groupId>org.ops4j.pax.exam</groupId>
738       <artifactId>pax-exam-junit4</artifactId>
739     </dependency>
740     <dependency>
741       <groupId>org.ops4j.pax.exam</groupId>
742       <artifactId>pax-exam-link-mvn</artifactId>
743     </dependency>
744     <dependency>
745       <groupId>org.ops4j.pax.url</groupId>
746       <artifactId>pax-url-aether</artifactId>
747     </dependency>
748   </dependencies>
749
750   <build>
751     <plugins>
752       <plugin>
753         <groupId>org.codehaus.mojo</groupId>
754         <artifactId>properties-maven-plugin</artifactId>
755         <version>${propertymavenplugin.version}</version>
756         <executions>
757           <execution>
758             <goals>
759               <goal>set-system-properties</goal>
760             </goals>
761             <configuration>
762               <properties>
763                 <property>
764                   <name>logback.configurationFile</name>
765                   <!--<value>${project.parent.basedir}/logback.xml</value>-->
766                 </property>
767               </properties>
768             </configuration>
769           </execution>
770         </executions>
771       </plugin>
772       <plugin>
773         <groupId>org.ops4j.pax.exam</groupId>
774         <artifactId>maven-paxexam-plugin</artifactId>
775         <version>1.2.4</version>
776         <executions>
777           <execution>
778             <id>generate-config</id>
779             <phase>none</phase>
780             <goals>
781               <goal>generate-depends-file</goal>
782             </goals>
783           </execution>
784         </executions>
785       </plugin>
786     </plugins>
787   </build>
788 </project>