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