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