150ed469bcd177592875bfa6faf961ee9a29cc05
[odlparent.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2013 Cisco Systems, 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10
11   <modelVersion>4.0.0</modelVersion>
12   <groupId>org.opendaylight.odlparent</groupId>
13   <artifactId>odlparent</artifactId>
14   <version>1.4.2-SNAPSHOT</version>
15   <packaging>pom</packaging>
16   <prerequisites>
17     <maven>3.0.4</maven>
18   </prerequisites>
19   <scm>
20     <connection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</connection>
21     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</developerConnection>
22     <tag>HEAD</tag>
23     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
24   </scm>
25   <distributionManagement>
26     <!-- OpenDayLight Released artifact -->
27     <repository>
28       <id>opendaylight-release</id>
29       <url>http://nexus.opendaylight.org/content/repositories/opendaylight.release/</url>
30     </repository>
31     <!-- OpenDayLight Snapshot artifact -->
32     <snapshotRepository>
33       <id>opendaylight-snapshot</id>
34       <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
35     </snapshotRepository>
36     <site>
37       <id>${project.artifactId}-site</id>
38       <url>./</url>
39     </site>
40   </distributionManagement>
41   <properties>
42     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
43     <nexus.repository.release>opendaylight.release</nexus.repository.release>
44     <nexus.repository.snapshot>opendaylight.snapshot</nexus.repository.snapshot>
45     <nexus.repository.snapshot>opendaylight.snapshot</nexus.repository.snapshot>
46     <!-- Java Versions -->
47     <maven.compiler.source>1.7</maven.compiler.source>
48     <maven.compiler.target>1.7</maven.compiler.target>
49     <!-- Build Plugin Versions -->
50     <maven.bundle.version>2.4.0</maven.bundle.version>
51     <maven.jar.version>2.3.2</maven.jar.version>
52     <!--<maven.javadoc.version>2.9.1</maven.javadoc.version>-->
53     <maven.release.version>2.4.2</maven.release.version>
54     <maven.source.version>2.2.1</maven.source.version>
55     <maven.surefire.version>2.16</maven.surefire.version>
56     <maven.clean.plugin.version>2.5</maven.clean.plugin.version>
57     <maven.antrun.plugin.version>1.3</maven.antrun.plugin.version>
58     <gmaven.plugin.version>1.0</gmaven.plugin.version>
59     <aopalliance.version>1.0.0</aopalliance.version>
60     <aries.util.version>1.1.0</aries.util.version>
61     <asm.version>4.1</asm.version>
62     <bouncycastle.version>1.50</bouncycastle.version>
63     <bundle.plugin.version>2.4.0</bundle.plugin.version>
64     <checkstyle.version>2.10</checkstyle.version>
65     <!-- Supporting Libraries -->
66     <commons.lang3.version>3.1</commons.lang3.version>
67     <commons.lang.version>2.6</commons.lang.version>
68     <commons.codec.version>1.8</commons.codec.version>
69     <commons.fileupload.version>1.2.2</commons.fileupload.version>
70     <commons.io.version>2.4</commons.io.version>
71     <commons.net.version>3.0.1</commons.net.version>
72     <compiler.version>2.3.2</compiler.version>
73     <corsfilter.version>7.0.42</corsfilter.version>
74     <ctrie.version>0.2.0</ctrie.version>
75     <eclipse.persistence.version>2.5.0</eclipse.persistence.version>
76     <!-- enforcer version -->
77     <enforcer.version>1.3.1</enforcer.version>
78     <enunciate.version>1.28</enunciate.version>
79     <exam.version>3.0.0</exam.version>
80     <failsafe.version>2.15</failsafe.version>
81     <feature.transaction.version>1.0.1</feature.transaction.version>
82     <felix.dependencymanager.shell.version>3.0.1</felix.dependencymanager.shell.version>
83     <felix.dependencymanager.version>3.1.0</felix.dependencymanager.version>
84     <felix.fileinstall.version>3.1.6</felix.fileinstall.version>
85     <felix.webconsole.version>4.2.0</felix.webconsole.version>
86     <geminiweb.version>2.2.0.RELEASE</geminiweb.version>
87     <gson.version>2.2.4</gson.version>
88     <guava.version>14.0.1</guava.version>
89     <hamcrest.version>1.3</hamcrest.version>
90     <jackson.version>2.3.2</jackson.version>
91     <jacoco.version>0.6.2.201302030002</jacoco.version>
92     <jar.plugin.version>2.4</jar.plugin.version>
93     <java.version.source>1.7</java.version.source>
94     <java.version.target>1.7</java.version.target>
95     <javassist.version>3.17.1-GA</javassist.version>
96     <javax.annotation.version>1.2</javax.annotation.version>
97     <!-- Third party version -->
98     <jersey-servlet.version>1.17</jersey-servlet.version>
99     <jersey.version>1.17</jersey.version>
100     <jersey.client.version>1.17</jersey.client.version>
101     <jersey.server.version>1.17</jersey.server.version>
102     <jersey-servlet.version>1.17</jersey-servlet.version>
103     <jersey2.publisher.version>4.0</jersey2.publisher.version>
104     <jersey2.version>2.8</jersey2.version>
105     <jettison.version>1.3.3</jettison.version>
106     <jolokia.version>1.1.4</jolokia.version>
107     <jsr305.api.version>2.0.3</jsr305.api.version>
108     <jsr311.api.version>1.1.1</jsr311.api.version>
109     <jsr311.v2.api.version>2.0</jsr311.v2.api.version>
110     <junit.version>4.11</junit.version>
111     <karaf.version>3.0.1</karaf.version>
112     <logback.version>1.0.9</logback.version>
113     <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
114     <!-- Java Versions -->
115     <maven.compiler.source>1.7</maven.compiler.source>
116     <maven.compiler.target>1.7</maven.compiler.target>
117     <netty.version>4.0.19.Final</netty.version>
118     <osgi.compendium.version>5.0.0</osgi.compendium.version>
119     <osgi.core.version>5.0.0</osgi.core.version>
120     <org.json.version>20080701</org.json.version>
121     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
122     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
123     <projectinfo>2.6</projectinfo>
124     <propertymavenplugin.version>1.0-alpha-2</propertymavenplugin.version>
125     <slf4j.version>1.7.2</slf4j.version>
126     <xtend.version>2.4.3</xtend.version>
127     <groovy.version>2.1.6</groovy.version>
128     <mockito.version>1.9.5</mockito.version>
129     <logback.version>1.0.9</logback.version>
130     <releaseplugin.version>2.3.2</releaseplugin.version>
131     <siteplugin>3.2</siteplugin>
132     <slf4j.version>1.7.2</slf4j.version>
133     <spifly.version>1.0.0</spifly.version>
134     <spring-osgi.version>1.2.1</spring-osgi.version>
135     <spring-security-karaf.version>3.1.4.RELEASE</spring-security-karaf.version>
136     <spring-security.version>3.1.3.RELEASE</spring-security.version>
137     <spring.version>3.1.3.RELEASE</spring.version>
138     <url.version>1.5.0</url.version>
139     <virgo.version>3.6.0.RELEASE</virgo.version>
140     <asm.version>4.1</asm.version>
141     <!-- Plugin Versions -->
142     <bouncycastle.version>1.50</bouncycastle.version>
143     <txw2.version>20110809</txw2.version>
144   </properties>
145   <dependencyManagement>
146     <dependencies>
147       <!-- Testing Dependencies -->
148       <dependency>
149         <groupId>junit</groupId>
150         <artifactId>junit</artifactId>
151         <version>${junit.version}</version>
152         <scope>test</scope>
153       </dependency>
154       <dependency>
155         <groupId>org.mockito</groupId>
156         <artifactId>mockito-all</artifactId>
157         <version>${mockito.version}</version>
158         <scope>test</scope>
159       </dependency>
160       <dependency>
161         <groupId>org.mockito</groupId>
162         <artifactId>mockito-core</artifactId>
163         <version>${mockito.version}</version>
164         <scope>test</scope>
165       </dependency>
166       <dependency>
167         <groupId>org.hamcrest</groupId>
168         <artifactId>hamcrest-core</artifactId>
169         <version>${hamcrest.version}</version>
170         <scope>test</scope>
171       </dependency>
172       <dependency>
173         <groupId>org.slf4j</groupId>
174         <artifactId>slf4j-simple</artifactId>
175         <version>${slf4j.version}</version>
176         <scope>test</scope>
177       </dependency>
178       <!-- Supporting Libraries -->
179       <dependency>
180         <groupId>org.slf4j</groupId>
181         <artifactId>jcl-over-slf4j</artifactId>
182         <version>${slf4j.version}</version>
183       </dependency>
184       <dependency>
185         <groupId>org.slf4j</groupId>
186         <artifactId>slf4j-api</artifactId>
187         <version>${slf4j.version}</version>
188       </dependency>
189       <dependency>
190         <groupId>org.slf4j</groupId>
191         <artifactId>slf4j-log4j12</artifactId>
192         <version>${slf4j.version}</version>
193       </dependency>
194       <dependency>
195         <groupId>org.slf4j</groupId>
196         <artifactId>log4j-over-slf4j</artifactId>
197         <version>${slf4j.version}</version>
198       </dependency>
199       <dependency>
200         <groupId>xml-apis</groupId>
201         <artifactId>xml-apis</artifactId>
202         <version>2.0.2</version>
203       </dependency>
204       <dependency>
205         <groupId>ch.qos.logback</groupId>
206         <artifactId>logback-core</artifactId>
207         <version>${logback.version}</version>
208       </dependency>
209       <dependency>
210         <groupId>ch.qos.logback</groupId>
211         <artifactId>logback-classic</artifactId>
212         <version>${logback.version}</version>
213       </dependency>
214       <dependency>
215         <groupId>com.google.guava</groupId>
216         <artifactId>guava</artifactId>
217         <version>${guava.version}</version>
218       </dependency>
219       <dependency>
220         <groupId>org.eclipse.xtend</groupId>
221         <artifactId>org.eclipse.xtend.lib</artifactId>
222         <version>${xtend.version}</version>
223       </dependency>
224       <dependency>
225         <groupId>org.apache.commons</groupId>
226         <artifactId>commons-lang3</artifactId>
227         <version>${commons.lang3.version}</version>
228       </dependency>
229       <dependency>
230         <groupId>commons-lang</groupId>
231         <artifactId>commons-lang</artifactId>
232         <version>${commons.lang.version}</version>
233       </dependency>
234       <dependency>
235         <groupId>commons-codec</groupId>
236         <artifactId>commons-codec</artifactId>
237         <version>${commons.codec.version}</version>
238       </dependency>
239       <!-- Jersey for JAXRS -->
240       <dependency>
241         <groupId>com.sun.jersey</groupId>
242         <artifactId>jersey-core</artifactId>
243         <version>${jersey.version}</version>
244       </dependency>
245       <dependency>
246         <groupId>com.sun.jersey</groupId>
247         <artifactId>jersey-server</artifactId>
248         <version>${jersey.version}</version>
249       </dependency>
250       <dependency>
251         <groupId>com.sun.jersey</groupId>
252         <artifactId>jersey-client</artifactId>
253         <version>${jersey.client.version}</version>
254       </dependency>
255       <dependency>
256         <groupId>org.opendaylight.controller.thirdparty</groupId>
257         <artifactId>com.sun.jersey.jersey-servlet</artifactId>
258         <version>${jersey-servlet.version}</version>
259       </dependency>
260       <!-- Plugin integration -->
261       <dependency>
262         <groupId>org.sonatype.plexus</groupId>
263         <artifactId>plexus-build-api</artifactId>
264         <version>0.0.7</version>
265       </dependency>
266       <dependency>
267         <groupId>org.codehaus.plexus</groupId>
268         <artifactId>plexus-slf4j-logging</artifactId>
269         <version>1.1</version>
270       </dependency>
271       <dependency>
272         <groupId>com.fasterxml.jackson.core</groupId>
273         <artifactId>jackson-annotations</artifactId>
274         <version>${jackson.version}</version>
275       </dependency>
276       <dependency>
277         <groupId>com.fasterxml.jackson.core</groupId>
278         <artifactId>jackson-core</artifactId>
279         <version>${jackson.version}</version>
280       </dependency>
281       <dependency>
282         <groupId>com.fasterxml.jackson.core</groupId>
283         <artifactId>jackson-databind</artifactId>
284         <version>${jackson.version}</version>
285       </dependency>
286       <dependency>
287         <groupId>com.fasterxml.jackson.datatype</groupId>
288         <artifactId>jackson-datatype-json-org</artifactId>
289         <version>${jackson.version}</version>
290       </dependency>
291       <dependency>
292         <groupId>com.fasterxml.jackson.jaxrs</groupId>
293         <artifactId>jackson-jaxrs-base</artifactId>
294         <version>${jackson.version}</version>
295       </dependency>
296       <dependency>
297         <groupId>com.fasterxml.jackson.jaxrs</groupId>
298         <artifactId>jackson-jaxrs-json-provider</artifactId>
299         <version>${jackson.version}</version>
300       </dependency>
301       <dependency>
302         <groupId>com.fasterxml.jackson.module</groupId>
303         <artifactId>jackson-module-jaxb-annotations</artifactId>
304         <version>${jackson.version}</version>
305       </dependency>
306       <dependency>
307         <groupId>com.sun.xml.txw2</groupId>
308         <artifactId>txw2</artifactId>
309         <version>${txw2.version}</version>
310       </dependency>
311       <dependency>
312         <groupId>com.github.romix</groupId>
313         <artifactId>java-concurrent-hash-trie-map</artifactId>
314         <version>${ctrie.version}</version>
315       </dependency>
316       <dependency>
317         <groupId>com.google.code.findbugs</groupId>
318         <artifactId>jsr305</artifactId>
319         <version>${jsr305.api.version}</version>
320       </dependency>
321       <dependency>
322         <groupId>com.google.code.gson</groupId>
323         <artifactId>gson</artifactId>
324         <version>${gson.version}</version>
325       </dependency>
326       <dependency>
327         <groupId>commons-fileupload</groupId>
328         <artifactId>commons-fileupload</artifactId>
329         <version>${commons.fileupload.version}</version>
330       </dependency>
331       <dependency>
332         <groupId>commons-io</groupId>
333         <artifactId>commons-io</artifactId>
334         <version>${commons.io.version}</version>
335       </dependency>
336       <dependency>
337         <groupId>commons-net</groupId>
338         <artifactId>commons-net</artifactId>
339         <version>${commons.net.version}</version>
340       </dependency>
341       <dependency>
342         <groupId>eclipselink</groupId>
343         <artifactId>javax.persistence</artifactId>
344         <version>2.0.4.v201112161009</version>
345       </dependency>
346       <dependency>
347         <groupId>eclipselink</groupId>
348         <artifactId>javax.resource</artifactId>
349         <version>1.5.0.v200906010428</version>
350       </dependency>
351       <dependency>
352         <groupId>equinoxSDK381</groupId>
353         <artifactId>javax.servlet</artifactId>
354         <version>3.0.0.v201112011016</version>
355       </dependency>
356       <dependency>
357         <groupId>equinoxSDK381</groupId>
358         <artifactId>javax.servlet.jsp</artifactId>
359         <version>2.2.0.v201112011158</version>
360       </dependency>
361       <dependency>
362         <groupId>equinoxSDK381</groupId>
363         <artifactId>org.apache.felix.gogo.command</artifactId>
364         <version>0.8.0.v201108120515</version>
365       </dependency>
366       <dependency>
367         <groupId>equinoxSDK381</groupId>
368         <artifactId>org.apache.felix.gogo.runtime</artifactId>
369         <version>0.8.0.v201108120515</version>
370       </dependency>
371       <dependency>
372         <groupId>equinoxSDK381</groupId>
373         <artifactId>org.apache.felix.gogo.shell</artifactId>
374         <version>0.8.0.v201110170705</version>
375       </dependency>
376       <dependency>
377         <groupId>equinoxSDK381</groupId>
378         <artifactId>org.eclipse.equinox.cm</artifactId>
379         <version>1.0.400.v20120522-1841</version>
380       </dependency>
381       <dependency>
382         <groupId>equinoxSDK381</groupId>
383         <artifactId>org.eclipse.equinox.console</artifactId>
384         <version>1.0.0.v20120522-1841</version>
385       </dependency>
386       <dependency>
387         <groupId>equinoxSDK381</groupId>
388         <artifactId>org.eclipse.equinox.ds</artifactId>
389         <version>1.4.0.v20120522-1841</version>
390       </dependency>
391       <dependency>
392         <groupId>equinoxSDK381</groupId>
393         <artifactId>org.eclipse.equinox.launcher</artifactId>
394         <version>1.3.0.v20120522-1813</version>
395       </dependency>
396       <dependency>
397         <groupId>equinoxSDK381</groupId>
398         <artifactId>org.eclipse.equinox.util</artifactId>
399         <version>1.0.400.v20120522-2049</version>
400       </dependency>
401       <dependency>
402         <groupId>equinoxSDK381</groupId>
403         <artifactId>org.eclipse.osgi</artifactId>
404         <version>3.8.1.v20120830-144521</version>
405       </dependency>
406       <dependency>
407         <groupId>equinoxSDK381</groupId>
408         <artifactId>org.eclipse.osgi.services</artifactId>
409         <version>3.3.100.v20120522-1822</version>
410       </dependency>
411       <!-- Gemini Web -->
412       <dependency>
413         <groupId>geminiweb</groupId>
414         <artifactId>org.eclipse.gemini.web.core</artifactId>
415         <version>${geminiweb.version}</version>
416       </dependency>
417       <dependency>
418         <groupId>geminiweb</groupId>
419         <artifactId>org.eclipse.gemini.web.extender</artifactId>
420         <version>${geminiweb.version}</version>
421       </dependency>
422       <dependency>
423         <groupId>geminiweb</groupId>
424         <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
425         <version>${geminiweb.version}</version>
426       </dependency>
427       <dependency>
428         <groupId>geminiweb</groupId>
429         <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
430         <version>${virgo.version}</version>
431       </dependency>
432       <dependency>
433         <groupId>geminiweb</groupId>
434         <artifactId>org.eclipse.virgo.util.common</artifactId>
435         <version>${virgo.version}</version>
436       </dependency>
437       <dependency>
438         <groupId>geminiweb</groupId>
439         <artifactId>org.eclipse.virgo.util.io</artifactId>
440         <version>${virgo.version}</version>
441       </dependency>
442       <dependency>
443         <groupId>geminiweb</groupId>
444         <artifactId>org.eclipse.virgo.util.math</artifactId>
445         <version>${virgo.version}</version>
446       </dependency>
447       <dependency>
448         <groupId>geminiweb</groupId>
449         <artifactId>org.eclipse.virgo.util.osgi</artifactId>
450         <version>${virgo.version}</version>
451       </dependency>
452       <dependency>
453         <groupId>geminiweb</groupId>
454         <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
455         <version>${virgo.version}</version>
456       </dependency>
457       <dependency>
458         <groupId>geminiweb</groupId>
459         <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
460         <version>${virgo.version}</version>
461       </dependency>
462       <dependency>
463         <groupId>io.netty</groupId>
464         <artifactId>netty-buffer</artifactId>
465         <version>${netty.version}</version>
466       </dependency>
467       <dependency>
468         <groupId>io.netty</groupId>
469         <artifactId>netty-codec</artifactId>
470         <version>${netty.version}</version>
471       </dependency>
472       <dependency>
473         <groupId>io.netty</groupId>
474         <artifactId>netty-codec-http</artifactId>
475         <version>${netty.version}</version>
476       </dependency>
477       <dependency>
478         <groupId>io.netty</groupId>
479         <artifactId>netty-common</artifactId>
480         <version>${netty.version}</version>
481       </dependency>
482       <!-- Netty -->
483       <dependency>
484         <groupId>io.netty</groupId>
485         <artifactId>netty-handler</artifactId>
486         <version>${netty.version}</version>
487       </dependency>
488       <dependency>
489         <groupId>io.netty</groupId>
490         <artifactId>netty-transport</artifactId>
491         <version>${netty.version}</version>
492       </dependency>
493       <dependency>
494         <groupId>javax.ws.rs</groupId>
495         <artifactId>jsr311-api</artifactId>
496         <version>${jsr311.api.version}</version>
497       </dependency>
498       <dependency>
499         <groupId>orbit</groupId>
500         <artifactId>javax.activation</artifactId>
501         <version>1.1.0.v201211130549</version>
502       </dependency>
503       <dependency>
504         <groupId>orbit</groupId>
505         <artifactId>javax.annotation</artifactId>
506         <version>1.1.0.v201209060031</version>
507       </dependency>
508       <dependency>
509         <groupId>orbit</groupId>
510         <artifactId>javax.ejb</artifactId>
511         <version>3.1.1.v201204261316</version>
512       </dependency>
513       <dependency>
514         <groupId>orbit</groupId>
515         <artifactId>javax.el</artifactId>
516         <version>2.2.0.v201108011116</version>
517       </dependency>
518       <dependency>
519         <groupId>orbit</groupId>
520         <artifactId>javax.mail.glassfish</artifactId>
521         <version>1.4.1.v201108011116</version>
522       </dependency>
523       <dependency>
524         <groupId>orbit</groupId>
525         <artifactId>javax.servlet.jsp.jstl</artifactId>
526         <version>1.2.0.v201105211821</version>
527       </dependency>
528       <dependency>
529         <groupId>orbit</groupId>
530         <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
531         <version>1.2.0.v201210211230</version>
532       </dependency>
533       <dependency>
534         <groupId>orbit</groupId>
535         <artifactId>javax.xml.rpc</artifactId>
536         <version>1.1.0.v201005080400</version>
537       </dependency>
538       <dependency>
539         <groupId>orbit</groupId>
540         <artifactId>org.apache.catalina</artifactId>
541         <version>7.0.32.v201211201336</version>
542       </dependency>
543       <dependency>
544         <groupId>orbit</groupId>
545         <artifactId>org.apache.catalina.ha</artifactId>
546         <version>7.0.32.v201211201952</version>
547       </dependency>
548       <dependency>
549         <groupId>orbit</groupId>
550         <artifactId>org.apache.catalina.tribes</artifactId>
551         <version>7.0.32.v201211201952</version>
552       </dependency>
553       <dependency>
554         <groupId>orbit</groupId>
555         <artifactId>org.apache.coyote</artifactId>
556         <version>7.0.32.v201211201952</version>
557       </dependency>
558       <dependency>
559         <groupId>orbit</groupId>
560         <artifactId>org.apache.el</artifactId>
561         <version>7.0.32.v201211081135</version>
562       </dependency>
563       <dependency>
564         <groupId>orbit</groupId>
565         <artifactId>org.apache.jasper</artifactId>
566         <version>7.0.32.v201211201952</version>
567       </dependency>
568       <dependency>
569         <groupId>orbit</groupId>
570         <artifactId>org.apache.juli.extras</artifactId>
571         <version>7.0.32.v201211081135</version>
572       </dependency>
573       <dependency>
574         <groupId>orbit</groupId>
575         <artifactId>org.apache.tomcat.api</artifactId>
576         <version>7.0.32.v201211081135</version>
577       </dependency>
578       <dependency>
579         <groupId>orbit</groupId>
580         <artifactId>org.apache.tomcat.util</artifactId>
581         <version>7.0.32.v201211201952</version>
582       </dependency>
583       <dependency>
584         <groupId>org.aopalliance</groupId>
585         <artifactId>com.springsource.org.aopalliance</artifactId>
586         <version>${aopalliance.version}</version>
587       </dependency>
588       <dependency>
589         <groupId>org.apache.felix</groupId>
590         <artifactId>org.apache.felix.dependencymanager</artifactId>
591         <version>${felix.dependencymanager.version}</version>
592       </dependency>
593       <dependency>
594         <groupId>org.apache.felix</groupId>
595         <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
596         <version>${felix.dependencymanager.shell.version}</version>
597       </dependency>
598       <dependency>
599         <groupId>org.apache.felix</groupId>
600         <artifactId>org.apache.felix.fileinstall</artifactId>
601         <version>${felix.fileinstall.version}</version>
602       </dependency>
603       <!-- felix webconsole -->
604       <dependency>
605         <groupId>org.apache.felix</groupId>
606         <artifactId>org.apache.felix.webconsole</artifactId>
607         <version>${felix.webconsole.version}</version>
608         <!-- the all bundle includes all the necessary plugins -->
609         <classifier>all</classifier>
610       </dependency>
611       <dependency>
612         <groupId>org.bouncycastle</groupId>
613         <artifactId>bcpkix-jdk15on</artifactId>
614         <version>${bouncycastle.version}</version>
615       </dependency>
616       <dependency>
617         <groupId>org.bouncycastle</groupId>
618         <artifactId>bcprov-jdk15on</artifactId>
619         <version>${bouncycastle.version}</version>
620       </dependency>
621       <dependency>
622         <groupId>org.codehaus.enunciate</groupId>
623         <artifactId>enunciate-core-annotations</artifactId>
624         <version>${enunciate.version}</version>
625       </dependency>
626       <dependency>
627         <groupId>org.codehaus.jettison</groupId>
628         <artifactId>jettison</artifactId>
629         <version>${jettison.version}</version>
630       </dependency>
631       <!-- equinox http service bridge -->
632       <dependency>
633         <groupId>org.eclipse.equinox.http</groupId>
634         <artifactId>servlet</artifactId>
635         <version>1.0.0-v20070606</version>
636       </dependency>
637       <dependency>
638         <groupId>org.eclipse.persistence</groupId>
639         <artifactId>org.eclipse.persistence.antlr</artifactId>
640         <version>${eclipse.persistence.version}</version>
641       </dependency>
642       <dependency>
643         <groupId>org.eclipse.persistence</groupId>
644         <artifactId>org.eclipse.persistence.core</artifactId>
645         <version>${eclipse.persistence.version}</version>
646       </dependency>
647       <dependency>
648         <groupId>org.eclipse.persistence</groupId>
649         <artifactId>org.eclipse.persistence.moxy</artifactId>
650         <version>${eclipse.persistence.version}</version>
651       </dependency>
652       <dependency>
653         <groupId>org.javassist</groupId>
654         <artifactId>javassist</artifactId>
655         <version>${javassist.version}</version>
656       </dependency>
657       <dependency>
658         <groupId>org.jboss.spec.javax.transaction</groupId>
659         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
660         <version>1.0.1.Final</version>
661       </dependency>
662       <dependency>
663         <groupId>org.jolokia</groupId>
664         <artifactId>jolokia-osgi</artifactId>
665         <version>${jolokia.version}</version>
666       </dependency>
667       <dependency>
668         <groupId>org.json</groupId>
669         <artifactId>json</artifactId>
670         <version>${org.json.version}</version>
671       </dependency>
672       <dependency>
673         <groupId>org.osgi</groupId>
674         <artifactId>org.osgi.compendium</artifactId>
675         <version>${osgi.compendium.version}</version>
676       </dependency>
677       <dependency>
678         <groupId>org.osgi</groupId>
679         <artifactId>org.osgi.core</artifactId>
680         <version>${osgi.core.version}</version>
681       </dependency>
682       <dependency>
683         <groupId>org.ow2.asm</groupId>
684         <artifactId>asm-all</artifactId>
685         <version>4.1</version>
686       </dependency>
687       <!-- Visual VM hook -->
688       <dependency>
689         <groupId>org.ow2.chameleon.management</groupId>
690         <artifactId>chameleon-mbeans</artifactId>
691         <version>1.0.0</version>
692       </dependency>
693       <dependency>
694         <groupId>org.springframework</groupId>
695         <artifactId>org.springframework.aop</artifactId>
696         <version>${spring.version}</version>
697       </dependency>
698       <dependency>
699         <groupId>org.springframework</groupId>
700         <artifactId>org.springframework.asm</artifactId>
701         <version>${spring.version}</version>
702       </dependency>
703       <dependency>
704         <groupId>org.springframework</groupId>
705         <artifactId>org.springframework.beans</artifactId>
706         <version>${spring.version}</version>
707       </dependency>
708       <dependency>
709         <groupId>org.springframework</groupId>
710         <artifactId>org.springframework.context</artifactId>
711         <version>${spring.version}</version>
712       </dependency>
713       <dependency>
714         <groupId>org.springframework</groupId>
715         <artifactId>org.springframework.context.support</artifactId>
716         <version>${spring.version}</version>
717       </dependency>
718       <dependency>
719         <groupId>org.springframework</groupId>
720         <artifactId>org.springframework.core</artifactId>
721         <version>${spring.version}</version>
722       </dependency>
723       <dependency>
724         <groupId>org.springframework</groupId>
725         <artifactId>org.springframework.expression</artifactId>
726         <version>${spring.version}</version>
727       </dependency>
728       <dependency>
729         <groupId>org.springframework</groupId>
730         <artifactId>org.springframework.transaction</artifactId>
731         <version>${spring-security.version}</version>
732       </dependency>
733       <dependency>
734         <groupId>org.springframework</groupId>
735         <artifactId>org.springframework.web</artifactId>
736         <version>${spring.version}</version>
737       </dependency>
738       <dependency>
739         <groupId>org.springframework</groupId>
740         <artifactId>org.springframework.web.servlet</artifactId>
741         <version>${spring.version}</version>
742       </dependency>
743       <!-- Spring security -->
744       <dependency>
745         <groupId>org.springframework.security</groupId>
746         <artifactId>spring-security-config</artifactId>
747         <version>${spring-security.version}</version>
748       </dependency>
749       <dependency>
750         <groupId>org.springframework.security</groupId>
751         <artifactId>spring-security-core</artifactId>
752         <version>${spring-security.version}</version>
753       </dependency>
754       <dependency>
755         <groupId>org.springframework.security</groupId>
756         <artifactId>spring-security-taglibs</artifactId>
757         <version>${spring-security.version}</version>
758       </dependency>
759       <dependency>
760         <groupId>org.springframework.security</groupId>
761         <artifactId>spring-security-web</artifactId>
762         <version>${spring-security.version}</version>
763       </dependency>
764       <dependency>
765         <groupId>virgomirror</groupId>
766         <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
767         <version>3.8.0.I20120518-2145</version>
768       </dependency>
769       <!-- Add Pax Exam -->
770       <dependency>
771         <groupId>org.ops4j.pax.exam</groupId>
772         <artifactId>pax-exam-container-native</artifactId>
773         <version>${exam.version}</version>
774         <scope>test</scope>
775       </dependency>
776       <dependency>
777         <groupId>org.ops4j.pax.exam</groupId>
778         <artifactId>pax-exam-junit4</artifactId>
779         <version>${exam.version}</version>
780         <scope>test</scope>
781       </dependency>
782       <dependency>
783         <groupId>org.ops4j.pax.exam</groupId>
784         <artifactId>pax-exam-link-mvn</artifactId>
785         <version>${exam.version}</version>
786         <scope>test</scope>
787       </dependency>
788       <dependency>
789         <groupId>org.ops4j.pax.url</groupId>
790         <artifactId>pax-url-aether</artifactId>
791         <version>${url.version}</version>
792         <scope>test</scope>
793       </dependency>
794       <dependency>
795         <groupId>org.springframework.osgi</groupId>
796         <artifactId>spring-osgi-mock</artifactId>
797         <version>${spring-osgi.version}</version>
798         <scope>test</scope>
799       </dependency>
800       <dependency>
801         <groupId>xmlunit</groupId>
802         <artifactId>xmlunit</artifactId>
803         <version>1.5</version>
804         <scope>test</scope>
805       </dependency>
806     </dependencies>
807   </dependencyManagement>
808   <repositories>
809     <!-- OpenDayLight Repo Mirror -->
810     <repository>
811       <releases>
812         <enabled>true</enabled>
813         <updatePolicy>never</updatePolicy>
814       </releases>
815       <snapshots>
816         <enabled>false</enabled>
817       </snapshots>
818       <id>opendaylight-mirror</id>
819       <name>opendaylight-mirror</name>
820       <url>${nexusproxy}/groups/public/</url>
821     </repository>
822     <!-- OpenDayLight Snapshot artifact -->
823     <repository>
824       <releases>
825         <enabled>false</enabled>
826       </releases>
827       <snapshots>
828         <enabled>true</enabled>
829       </snapshots>
830       <id>opendaylight-snapshot</id>
831       <name>opendaylight-snapshot</name>
832       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
833     </repository>
834   </repositories>
835   <pluginRepositories>
836     <!-- OpenDayLight Repo Mirror -->
837     <pluginRepository>
838       <releases>
839         <enabled>true</enabled>
840         <updatePolicy>never</updatePolicy>
841       </releases>
842       <snapshots>
843         <enabled>false</enabled>
844       </snapshots>
845       <id>opendaylight-mirror</id>
846       <name>opendaylight-mirror</name>
847       <url>${nexusproxy}/groups/public/</url>
848     </pluginRepository>
849     <!-- OpenDayLight Snapshot artifact -->
850     <pluginRepository>
851       <releases>
852         <enabled>false</enabled>
853       </releases>
854       <snapshots>
855         <enabled>true</enabled>
856       </snapshots>
857       <id>opendaylight-snapshot</id>
858       <name>opendaylight-snapshot</name>
859       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
860     </pluginRepository>
861   </pluginRepositories>
862   <build>
863     <pluginManagement>
864       <plugins>
865         <plugin>
866           <groupId>org.eclipse.m2e</groupId>
867           <artifactId>lifecycle-mapping</artifactId>
868           <version>1.0.0</version>
869           <configuration>
870             <lifecycleMappingMetadata>
871               <pluginExecutions>
872                 <pluginExecution>
873                   <pluginExecutionFilter>
874                     <groupId>org.apache.felix</groupId>
875                     <artifactId>maven-bundle-plugin</artifactId>
876                     <versionRange>[1.0,)</versionRange>
877                     <goals>
878                       <goal>manifest</goal>
879                     </goals>
880                   </pluginExecutionFilter>
881                   <action>
882                     <execute></execute>
883                   </action>
884                 </pluginExecution>
885               </pluginExecutions>
886             </lifecycleMappingMetadata>
887           </configuration>
888         </plugin>
889         <plugin>
890           <groupId>org.apache.maven.plugins</groupId>
891           <artifactId>maven-release-plugin</artifactId>
892           <version>${maven.release.version}</version>
893         </plugin>
894         <plugin>
895           <groupId>org.apache.maven.plugins</groupId>
896           <artifactId>maven-checkstyle-plugin</artifactId>
897           <version>${checkstyle.version}</version>
898         </plugin>
899         <plugin>
900           <groupId>org.jacoco</groupId>
901           <artifactId>jacoco-maven-plugin</artifactId>
902           <version>${jacoco.version}</version>
903         </plugin>
904       </plugins>
905     </pluginManagement>
906   </build>
907   <reporting>
908     <plugins>
909       <plugin>
910         <groupId>org.codehaus.mojo</groupId>
911         <artifactId>findbugs-maven-plugin</artifactId>
912         <version>2.5.3</version>
913         <configuration>
914           <effort>Max</effort>
915           <threshold>Low</threshold>
916           <goal>site</goal>
917         </configuration>
918       </plugin>
919       <plugin>
920         <groupId>org.codehaus.mojo</groupId>
921         <artifactId>jdepend-maven-plugin</artifactId>
922         <version>2.0-beta-2</version>
923       </plugin>
924     </plugins>
925   </reporting>
926 </project>