Merge "BUG-2680: downgrade to netty 4.0.24"
[odlparent.git] / odlparent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=2 tabstop=2: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <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">
11
12   <modelVersion>4.0.0</modelVersion>
13   <groupId>org.opendaylight.odlparent</groupId>
14   <artifactId>odlparent</artifactId>
15   <version>1.5.0-SNAPSHOT</version>
16   <packaging>pom</packaging>
17
18   <scm>
19     <connection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</connection>
20     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</developerConnection>
21     <tag>HEAD</tag>
22     <url>https://wiki.opendaylight.org/view/ODL_Root_Parent:Main</url>
23   </scm>
24   <distributionManagement>
25     <!-- OpenDayLight Released artifact -->
26     <repository>
27       <id>opendaylight-release</id>
28       <url>${nexusproxy}/repositories/opendaylight.release/</url>
29     </repository>
30     <!-- OpenDayLight Snapshot artifact -->
31     <snapshotRepository>
32       <id>opendaylight-snapshot</id>
33       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
34     </snapshotRepository>
35     <site>
36       <id>${project.artifactId}-site</id>
37       <url>./</url>
38     </site>
39   </distributionManagement>
40   <properties>
41     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
42     <nexus.repository.release>opendaylight.release</nexus.repository.release>
43     <nexus.repository.snapshot>opendaylight.snapshot</nexus.repository.snapshot>
44     <nexus.repository.snapshot>opendaylight.snapshot</nexus.repository.snapshot>
45
46     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
47     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
48
49     <!-- Java Versions -->
50     <!-- FIXME: confirm these two are picked by maven-compiler-plugin -->
51     <maven.compiler.source>1.7</maven.compiler.source>
52     <maven.compiler.target>1.7</maven.compiler.target>
53     <java.version.source>${maven.compiler.source}</java.version.source>
54     <java.version.target>${maven.compiler.target}</java.version.target>
55
56     <!-- Maven plugin versions, in the 'canonical' format -->
57     <maven.antrun.plugin.version>1.7</maven.antrun.plugin.version>
58     <maven.bundle.version>2.5.3</maven.bundle.version>
59     <maven.clean.plugin.version>2.6.1</maven.clean.plugin.version>
60     <maven.compile.plugin.version>3.2</maven.compile.plugin.version>
61     <maven.install.plugin.version>2.5.2</maven.install.plugin.version>
62     <maven.deploy.plugin.version>2.8.2</maven.deploy.plugin.version>
63     <maven.depends.version>1.2</maven.depends.version>
64     <maven.jar.version>2.5</maven.jar.version>
65     <maven.javadoc.version>2.10.1</maven.javadoc.version>
66     <maven.release.version>2.5.1</maven.release.version>
67     <maven.source.version>2.4</maven.source.version>
68     <maven.surefire.version>2.18</maven.surefire.version>
69
70     <!-- Maven plugin versions, in random formats -->
71     <bundle.plugin.version>${maven.bundle.version}</bundle.plugin.version>
72     <checkstyle.version>2.13</checkstyle.version>
73     <compiler.version>${maven.compile.plugin.version}</compiler.version>
74     <enforcer.version>1.3.1</enforcer.version>
75     <paxexam.plugin.version>1.2.4</paxexam.plugin.version> <!-- FIXME: this is latest version of paxexam plugin -->
76     <enunciate.version>1.28</enunciate.version> <!-- Needs to remain exported, as its used for dependencies, too -->
77     <exam.version>4.4.0</exam.version> <!-- Needs to remain exported, as its used for dependencies, too -->
78     <failsafe.version>2.18</failsafe.version>
79     <gmaven.plugin.version>1.0</gmaven.plugin.version>
80     <jacoco.version>0.7.2.201409121644</jacoco.version>
81     <jar.plugin.version>${maven.jar.version}</jar.plugin.version>
82     <karaf.version>3.0.1</karaf.version> <!-- Needs to remain exported, as its used for dependencies, too -->
83     <projectinfo>2.6</projectinfo>
84     <propertymavenplugin.version>1.0-alpha-2</propertymavenplugin.version>
85     <releaseplugin.version>${maven.release.version}</releaseplugin.version>
86     <siteplugin>3.4</siteplugin>
87     <xtend.version>2.7.3</xtend.version>
88     <odl.checkstyle.version>0.0.1-SNAPSHOT</odl.checkstyle.version>
89
90     <!-- Supporting Libraries -->
91     <aopalliance.version>1.0.0</aopalliance.version>
92     <aries.util.version>1.1.0</aries.util.version>
93     <asm.version>4.1</asm.version>
94     <bouncycastle.version>1.50</bouncycastle.version>
95     <commons.codec.version>1.8</commons.codec.version>
96     <commons.fileupload.version>1.2.2</commons.fileupload.version>
97     <commons.io.version>2.4</commons.io.version>
98     <commons.lang3.version>3.1</commons.lang3.version>
99     <commons.lang.version>2.6</commons.lang.version>
100     <commons.net.version>3.0.1</commons.net.version>
101     <corsfilter.version>7.0.42</corsfilter.version>
102     <ctrie.version>0.2.23</ctrie.version>
103     <eclipse.persistence.version>2.5.0</eclipse.persistence.version>
104     <feature.transaction.version>1.0.1</feature.transaction.version>
105     <felix.dependencymanager.shell.version>3.0.1</felix.dependencymanager.shell.version>
106     <felix.dependencymanager.version>3.1.0</felix.dependencymanager.version>
107     <felix.fileinstall.version>3.1.6</felix.fileinstall.version>
108     <felix.webconsole.version>4.2.0</felix.webconsole.version>
109     <geminiweb.version>2.2.0.RELEASE</geminiweb.version>
110     <groovy.version>2.1.6</groovy.version>
111     <gson.version>2.2.4</gson.version>
112     <guava.version>18.0</guava.version>
113     <hamcrest.version>1.3</hamcrest.version>
114     <jackson.version>2.3.2</jackson.version>
115     <javassist.version>3.18.2-GA</javassist.version>
116     <javax.annotation.version>1.2</javax.annotation.version>
117     <jaxrs-api.version>3.0.4.Final</jaxrs-api.version>
118     <jersey-servlet.version>1.17</jersey-servlet.version>
119     <jersey.version>1.17</jersey.version>
120     <jersey.client.version>1.17</jersey.client.version>
121     <jersey.server.version>1.17</jersey.server.version>
122     <jersey-servlet.version>1.17</jersey-servlet.version>
123     <jersey2.publisher.version>4.0</jersey2.publisher.version>
124     <jersey2.version>2.8</jersey2.version>
125     <jettison.version>1.3.3</jettison.version>
126     <jolokia.version>1.1.4</jolokia.version>
127     <jsonassert.version>1.2.3</jsonassert.version>
128     <jsr305.api.version>2.0.3</jsr305.api.version>
129     <jsr311.api.version>1.1.1</jsr311.api.version>
130     <jsr311.v2.api.version>2.0</jsr311.v2.api.version>
131     <junit.version>4.11</junit.version>
132     <logback.version>1.0.9</logback.version>
133     <mockito.version>1.9.5</mockito.version>
134     <netty.version>4.0.24.Final</netty.version>
135     <osgi.compendium.version>5.0.0</osgi.compendium.version>
136     <osgi.core.version>5.0.0</osgi.core.version>
137     <org.json.version>20131018</org.json.version>
138     <slf4j.version>1.7.2</slf4j.version>
139     <spifly.version>1.0.0</spifly.version>
140     <spring-osgi.version>1.2.1</spring-osgi.version>
141     <spring-security-karaf.version>3.1.4.RELEASE</spring-security-karaf.version>
142     <spring-security.version>3.1.3.RELEASE</spring-security.version>
143     <spring.version>3.1.3.RELEASE</spring.version>
144     <txw2.version>20110809</txw2.version>
145     <url.version>1.5.0</url.version>
146     <virgo.version>3.6.0.RELEASE</virgo.version>
147
148     <!-- Default Sonar configuration -->
149     <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
150     <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
151     <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
152     <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
153   </properties>
154
155   <dependencyManagement>
156     <dependencies>
157       <!-- Testing Dependencies -->
158       <dependency>
159         <groupId>junit</groupId>
160         <artifactId>junit</artifactId>
161         <version>${junit.version}</version>
162         <scope>test</scope>
163       </dependency>
164       <dependency>
165          <groupId>org.skyscreamer</groupId>
166          <artifactId>jsonassert</artifactId>
167          <version>${jsonassert.version}</version>
168          <scope>test</scope>
169       </dependency>
170       <dependency>
171         <groupId>org.mockito</groupId>
172         <artifactId>mockito-all</artifactId>
173         <version>${mockito.version}</version>
174         <scope>test</scope>
175       </dependency>
176       <dependency>
177         <groupId>org.mockito</groupId>
178         <artifactId>mockito-core</artifactId>
179         <version>${mockito.version}</version>
180         <scope>test</scope>
181       </dependency>
182       <dependency>
183         <groupId>org.hamcrest</groupId>
184         <artifactId>hamcrest-core</artifactId>
185         <version>${hamcrest.version}</version>
186         <scope>test</scope>
187       </dependency>
188       <dependency>
189         <groupId>org.slf4j</groupId>
190         <artifactId>slf4j-simple</artifactId>
191         <version>${slf4j.version}</version>
192         <scope>test</scope>
193       </dependency>
194       <!-- Supporting Libraries -->
195       <dependency>
196         <groupId>org.slf4j</groupId>
197         <artifactId>jcl-over-slf4j</artifactId>
198         <version>${slf4j.version}</version>
199       </dependency>
200       <dependency>
201         <groupId>org.slf4j</groupId>
202         <artifactId>slf4j-api</artifactId>
203         <version>${slf4j.version}</version>
204       </dependency>
205       <dependency>
206         <groupId>org.slf4j</groupId>
207         <artifactId>slf4j-log4j12</artifactId>
208         <version>${slf4j.version}</version>
209       </dependency>
210       <dependency>
211         <groupId>org.slf4j</groupId>
212         <artifactId>log4j-over-slf4j</artifactId>
213         <version>${slf4j.version}</version>
214       </dependency>
215       <dependency>
216         <groupId>xml-apis</groupId>
217         <artifactId>xml-apis</artifactId>
218         <version>2.0.2</version>
219       </dependency>
220       <dependency>
221         <groupId>ch.qos.logback</groupId>
222         <artifactId>logback-core</artifactId>
223         <version>${logback.version}</version>
224       </dependency>
225       <dependency>
226         <groupId>ch.qos.logback</groupId>
227         <artifactId>logback-classic</artifactId>
228         <version>${logback.version}</version>
229       </dependency>
230       <dependency>
231         <groupId>com.google.guava</groupId>
232         <artifactId>guava</artifactId>
233         <version>${guava.version}</version>
234       </dependency>
235       <dependency>
236         <groupId>org.eclipse.xtend</groupId>
237         <artifactId>org.eclipse.xtend.lib</artifactId>
238         <version>${xtend.version}</version>
239       </dependency>
240       <dependency>
241         <groupId>org.apache.commons</groupId>
242         <artifactId>commons-lang3</artifactId>
243         <version>${commons.lang3.version}</version>
244       </dependency>
245       <dependency>
246         <groupId>commons-lang</groupId>
247         <artifactId>commons-lang</artifactId>
248         <version>${commons.lang.version}</version>
249       </dependency>
250       <dependency>
251         <groupId>commons-codec</groupId>
252         <artifactId>commons-codec</artifactId>
253         <version>${commons.codec.version}</version>
254       </dependency>
255       <!-- Jersey for JAXRS -->
256       <dependency>
257         <groupId>com.sun.jersey</groupId>
258         <artifactId>jersey-core</artifactId>
259         <version>${jersey.version}</version>
260       </dependency>
261       <dependency>
262         <groupId>com.sun.jersey</groupId>
263         <artifactId>jersey-server</artifactId>
264         <version>${jersey.version}</version>
265       </dependency>
266       <dependency>
267         <groupId>com.sun.jersey</groupId>
268         <artifactId>jersey-client</artifactId>
269         <version>${jersey.client.version}</version>
270       </dependency>
271       <dependency>
272         <groupId>org.opendaylight.controller.thirdparty</groupId>
273         <artifactId>com.sun.jersey.jersey-servlet</artifactId>
274         <version>${jersey-servlet.version}</version>
275       </dependency>
276       <!-- Plugin integration -->
277       <dependency>
278         <groupId>org.sonatype.plexus</groupId>
279         <artifactId>plexus-build-api</artifactId>
280         <version>0.0.7</version>
281       </dependency>
282       <dependency>
283         <groupId>org.codehaus.plexus</groupId>
284         <artifactId>plexus-slf4j-logging</artifactId>
285         <version>1.1</version>
286       </dependency>
287       <dependency>
288         <groupId>com.fasterxml.jackson.core</groupId>
289         <artifactId>jackson-annotations</artifactId>
290         <version>${jackson.version}</version>
291       </dependency>
292       <dependency>
293         <groupId>com.fasterxml.jackson.core</groupId>
294         <artifactId>jackson-core</artifactId>
295         <version>${jackson.version}</version>
296       </dependency>
297       <dependency>
298         <groupId>com.fasterxml.jackson.core</groupId>
299         <artifactId>jackson-databind</artifactId>
300         <version>${jackson.version}</version>
301       </dependency>
302       <dependency>
303         <groupId>com.fasterxml.jackson.datatype</groupId>
304         <artifactId>jackson-datatype-json-org</artifactId>
305         <version>${jackson.version}</version>
306       </dependency>
307
308       <dependency>
309           <groupId>org.jboss.resteasy</groupId>
310           <artifactId>jaxrs-api</artifactId>
311           <version>${jaxrs-api.version}</version>
312       </dependency>
313
314       <dependency>
315         <groupId>com.fasterxml.jackson.jaxrs</groupId>
316         <artifactId>jackson-jaxrs-base</artifactId>
317         <version>${jackson.version}</version>
318       </dependency>
319       <dependency>
320         <groupId>com.fasterxml.jackson.jaxrs</groupId>
321         <artifactId>jackson-jaxrs-json-provider</artifactId>
322         <version>${jackson.version}</version>
323       </dependency>
324       <dependency>
325         <groupId>com.fasterxml.jackson.module</groupId>
326         <artifactId>jackson-module-jaxb-annotations</artifactId>
327         <version>${jackson.version}</version>
328       </dependency>
329       <dependency>
330         <groupId>com.sun.xml.txw2</groupId>
331         <artifactId>txw2</artifactId>
332         <version>${txw2.version}</version>
333       </dependency>
334       <dependency>
335         <groupId>com.github.romix</groupId>
336         <artifactId>java-concurrent-hash-trie-map</artifactId>
337         <version>${ctrie.version}</version>
338       </dependency>
339       <dependency>
340         <groupId>com.google.code.findbugs</groupId>
341         <artifactId>jsr305</artifactId>
342         <version>${jsr305.api.version}</version>
343       </dependency>
344       <dependency>
345         <groupId>com.google.code.gson</groupId>
346         <artifactId>gson</artifactId>
347         <version>${gson.version}</version>
348       </dependency>
349       <dependency>
350         <groupId>commons-fileupload</groupId>
351         <artifactId>commons-fileupload</artifactId>
352         <version>${commons.fileupload.version}</version>
353       </dependency>
354       <dependency>
355         <groupId>commons-io</groupId>
356         <artifactId>commons-io</artifactId>
357         <version>${commons.io.version}</version>
358       </dependency>
359       <dependency>
360         <groupId>commons-net</groupId>
361         <artifactId>commons-net</artifactId>
362         <version>${commons.net.version}</version>
363       </dependency>
364       <dependency>
365         <groupId>eclipselink</groupId>
366         <artifactId>javax.persistence</artifactId>
367         <version>2.0.4.v201112161009</version>
368       </dependency>
369       <dependency>
370         <groupId>eclipselink</groupId>
371         <artifactId>javax.resource</artifactId>
372         <version>1.5.0.v200906010428</version>
373       </dependency>
374       <dependency>
375         <groupId>equinoxSDK381</groupId>
376         <artifactId>javax.servlet</artifactId>
377         <version>3.0.0.v201112011016</version>
378       </dependency>
379       <dependency>
380         <groupId>equinoxSDK381</groupId>
381         <artifactId>javax.servlet.jsp</artifactId>
382         <version>2.2.0.v201112011158</version>
383       </dependency>
384       <dependency>
385         <groupId>equinoxSDK381</groupId>
386         <artifactId>org.apache.felix.gogo.command</artifactId>
387         <version>0.8.0.v201108120515</version>
388       </dependency>
389       <dependency>
390         <groupId>equinoxSDK381</groupId>
391         <artifactId>org.apache.felix.gogo.runtime</artifactId>
392         <version>0.8.0.v201108120515</version>
393       </dependency>
394       <dependency>
395         <groupId>equinoxSDK381</groupId>
396         <artifactId>org.apache.felix.gogo.shell</artifactId>
397         <version>0.8.0.v201110170705</version>
398       </dependency>
399       <dependency>
400         <groupId>equinoxSDK381</groupId>
401         <artifactId>org.eclipse.equinox.cm</artifactId>
402         <version>1.0.400.v20120522-1841</version>
403       </dependency>
404       <dependency>
405         <groupId>equinoxSDK381</groupId>
406         <artifactId>org.eclipse.equinox.console</artifactId>
407         <version>1.0.0.v20120522-1841</version>
408       </dependency>
409       <dependency>
410         <groupId>equinoxSDK381</groupId>
411         <artifactId>org.eclipse.equinox.ds</artifactId>
412         <version>1.4.0.v20120522-1841</version>
413       </dependency>
414       <dependency>
415         <groupId>equinoxSDK381</groupId>
416         <artifactId>org.eclipse.equinox.launcher</artifactId>
417         <version>1.3.0.v20120522-1813</version>
418       </dependency>
419       <dependency>
420         <groupId>equinoxSDK381</groupId>
421         <artifactId>org.eclipse.equinox.util</artifactId>
422         <version>1.0.400.v20120522-2049</version>
423       </dependency>
424       <dependency>
425         <groupId>equinoxSDK381</groupId>
426         <artifactId>org.eclipse.osgi</artifactId>
427         <version>3.8.1.v20120830-144521</version>
428       </dependency>
429       <dependency>
430         <groupId>equinoxSDK381</groupId>
431         <artifactId>org.eclipse.osgi.services</artifactId>
432         <version>3.3.100.v20120522-1822</version>
433       </dependency>
434       <!-- Gemini Web -->
435       <dependency>
436         <groupId>geminiweb</groupId>
437         <artifactId>org.eclipse.gemini.web.core</artifactId>
438         <version>${geminiweb.version}</version>
439       </dependency>
440       <dependency>
441         <groupId>geminiweb</groupId>
442         <artifactId>org.eclipse.gemini.web.extender</artifactId>
443         <version>${geminiweb.version}</version>
444       </dependency>
445       <dependency>
446         <groupId>geminiweb</groupId>
447         <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
448         <version>${geminiweb.version}</version>
449       </dependency>
450       <dependency>
451         <groupId>geminiweb</groupId>
452         <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
453         <version>${virgo.version}</version>
454       </dependency>
455       <dependency>
456         <groupId>geminiweb</groupId>
457         <artifactId>org.eclipse.virgo.util.common</artifactId>
458         <version>${virgo.version}</version>
459       </dependency>
460       <dependency>
461         <groupId>geminiweb</groupId>
462         <artifactId>org.eclipse.virgo.util.io</artifactId>
463         <version>${virgo.version}</version>
464       </dependency>
465       <dependency>
466         <groupId>geminiweb</groupId>
467         <artifactId>org.eclipse.virgo.util.math</artifactId>
468         <version>${virgo.version}</version>
469       </dependency>
470       <dependency>
471         <groupId>geminiweb</groupId>
472         <artifactId>org.eclipse.virgo.util.osgi</artifactId>
473         <version>${virgo.version}</version>
474       </dependency>
475       <dependency>
476         <groupId>geminiweb</groupId>
477         <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
478         <version>${virgo.version}</version>
479       </dependency>
480       <dependency>
481         <groupId>geminiweb</groupId>
482         <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
483         <version>${virgo.version}</version>
484       </dependency>
485       <dependency>
486         <groupId>io.netty</groupId>
487         <artifactId>netty-buffer</artifactId>
488         <version>${netty.version}</version>
489       </dependency>
490       <dependency>
491         <groupId>io.netty</groupId>
492         <artifactId>netty-codec</artifactId>
493         <version>${netty.version}</version>
494       </dependency>
495       <dependency>
496         <groupId>io.netty</groupId>
497         <artifactId>netty-codec-http</artifactId>
498         <version>${netty.version}</version>
499       </dependency>
500       <dependency>
501         <groupId>io.netty</groupId>
502         <artifactId>netty-common</artifactId>
503         <version>${netty.version}</version>
504       </dependency>
505       <!-- Netty -->
506       <dependency>
507         <groupId>io.netty</groupId>
508         <artifactId>netty-handler</artifactId>
509         <version>${netty.version}</version>
510       </dependency>
511       <dependency>
512         <groupId>io.netty</groupId>
513         <artifactId>netty-transport</artifactId>
514         <version>${netty.version}</version>
515       </dependency>
516       <dependency>
517         <groupId>javax.ws.rs</groupId>
518         <artifactId>jsr311-api</artifactId>
519         <version>${jsr311.api.version}</version>
520       </dependency>
521       <dependency>
522         <groupId>orbit</groupId>
523         <artifactId>javax.activation</artifactId>
524         <version>1.1.0.v201211130549</version>
525       </dependency>
526       <dependency>
527         <groupId>orbit</groupId>
528         <artifactId>javax.annotation</artifactId>
529         <version>1.1.0.v201209060031</version>
530       </dependency>
531       <dependency>
532         <groupId>orbit</groupId>
533         <artifactId>javax.ejb</artifactId>
534         <version>3.1.1.v201204261316</version>
535       </dependency>
536       <dependency>
537         <groupId>orbit</groupId>
538         <artifactId>javax.el</artifactId>
539         <version>2.2.0.v201108011116</version>
540       </dependency>
541       <dependency>
542         <groupId>orbit</groupId>
543         <artifactId>javax.mail.glassfish</artifactId>
544         <version>1.4.1.v201108011116</version>
545       </dependency>
546       <dependency>
547         <groupId>orbit</groupId>
548         <artifactId>javax.servlet.jsp.jstl</artifactId>
549         <version>1.2.0.v201105211821</version>
550       </dependency>
551       <dependency>
552         <groupId>orbit</groupId>
553         <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
554         <version>1.2.0.v201210211230</version>
555       </dependency>
556       <dependency>
557         <groupId>orbit</groupId>
558         <artifactId>javax.xml.rpc</artifactId>
559         <version>1.1.0.v201005080400</version>
560       </dependency>
561       <dependency>
562         <groupId>orbit</groupId>
563         <artifactId>org.apache.catalina</artifactId>
564         <version>7.0.53.v201406061610</version>
565       </dependency>
566       <dependency>
567         <groupId>orbit</groupId>
568         <artifactId>org.apache.catalina.ha</artifactId>
569         <version>7.0.53.v201406070630</version>
570       </dependency>
571       <dependency>
572         <groupId>orbit</groupId>
573         <artifactId>org.apache.catalina.tribes</artifactId>
574         <version>7.0.53.v201406070630</version>
575       </dependency>
576       <dependency>
577         <groupId>orbit</groupId>
578         <artifactId>org.apache.coyote</artifactId>
579         <version>7.0.53.v201406070630</version>
580       </dependency>
581       <dependency>
582         <groupId>orbit</groupId>
583         <artifactId>org.apache.el</artifactId>
584         <version>7.0.53.v201406060720</version>
585       </dependency>
586       <dependency>
587         <groupId>orbit</groupId>
588         <artifactId>org.apache.jasper</artifactId>
589         <version>7.0.53.v201406070630</version>
590       </dependency>
591       <dependency>
592         <groupId>orbit</groupId>
593         <artifactId>org.apache.juli.extras</artifactId>
594         <version>7.0.53.v201406060720</version>
595       </dependency>
596       <dependency>
597         <groupId>orbit</groupId>
598         <artifactId>org.apache.tomcat.api</artifactId>
599         <version>7.0.53.v201406060720</version>
600       </dependency>
601       <dependency>
602         <groupId>orbit</groupId>
603         <artifactId>org.apache.tomcat.util</artifactId>
604         <version>7.0.53.v201406070630</version>
605       </dependency>
606       <dependency>
607         <groupId>org.aopalliance</groupId>
608         <artifactId>com.springsource.org.aopalliance</artifactId>
609         <version>${aopalliance.version}</version>
610       </dependency>
611       <dependency>
612         <groupId>org.apache.felix</groupId>
613         <artifactId>org.apache.felix.dependencymanager</artifactId>
614         <version>${felix.dependencymanager.version}</version>
615       </dependency>
616       <dependency>
617         <groupId>org.apache.felix</groupId>
618         <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
619         <version>${felix.dependencymanager.shell.version}</version>
620       </dependency>
621       <dependency>
622         <groupId>org.apache.felix</groupId>
623         <artifactId>org.apache.felix.fileinstall</artifactId>
624         <version>${felix.fileinstall.version}</version>
625       </dependency>
626       <!-- felix webconsole -->
627       <dependency>
628         <groupId>org.apache.felix</groupId>
629         <artifactId>org.apache.felix.webconsole</artifactId>
630         <version>${felix.webconsole.version}</version>
631         <!-- the all bundle includes all the necessary plugins -->
632         <classifier>all</classifier>
633       </dependency>
634       <dependency>
635         <groupId>org.bouncycastle</groupId>
636         <artifactId>bcpkix-jdk15on</artifactId>
637         <version>${bouncycastle.version}</version>
638       </dependency>
639       <dependency>
640         <groupId>org.bouncycastle</groupId>
641         <artifactId>bcprov-jdk15on</artifactId>
642         <version>${bouncycastle.version}</version>
643       </dependency>
644       <dependency>
645         <groupId>org.codehaus.enunciate</groupId>
646         <artifactId>enunciate-core-annotations</artifactId>
647         <version>${enunciate.version}</version>
648       </dependency>
649       <dependency>
650         <groupId>org.codehaus.jettison</groupId>
651         <artifactId>jettison</artifactId>
652         <version>${jettison.version}</version>
653       </dependency>
654       <!-- equinox http service bridge -->
655       <dependency>
656         <groupId>org.eclipse.equinox.http</groupId>
657         <artifactId>servlet</artifactId>
658         <version>1.0.0-v20070606</version>
659       </dependency>
660       <dependency>
661         <groupId>org.eclipse.persistence</groupId>
662         <artifactId>org.eclipse.persistence.antlr</artifactId>
663         <version>${eclipse.persistence.version}</version>
664       </dependency>
665       <dependency>
666         <groupId>org.eclipse.persistence</groupId>
667         <artifactId>org.eclipse.persistence.core</artifactId>
668         <version>${eclipse.persistence.version}</version>
669       </dependency>
670       <dependency>
671         <groupId>org.eclipse.persistence</groupId>
672         <artifactId>org.eclipse.persistence.moxy</artifactId>
673         <version>${eclipse.persistence.version}</version>
674       </dependency>
675       <dependency>
676         <groupId>org.javassist</groupId>
677         <artifactId>javassist</artifactId>
678         <version>${javassist.version}</version>
679       </dependency>
680       <dependency>
681         <groupId>org.jboss.spec.javax.transaction</groupId>
682         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
683         <version>1.0.1.Final</version>
684       </dependency>
685       <dependency>
686         <groupId>org.jolokia</groupId>
687         <artifactId>jolokia-osgi</artifactId>
688         <version>${jolokia.version}</version>
689       </dependency>
690       <dependency>
691         <groupId>org.json</groupId>
692         <artifactId>json</artifactId>
693         <version>${org.json.version}</version>
694       </dependency>
695       <dependency>
696         <groupId>org.osgi</groupId>
697         <artifactId>org.osgi.compendium</artifactId>
698         <version>${osgi.compendium.version}</version>
699         <scope>provided</scope>
700       </dependency>
701       <dependency>
702         <groupId>org.osgi</groupId>
703         <artifactId>org.osgi.core</artifactId>
704         <version>${osgi.core.version}</version>
705         <scope>provided</scope>
706       </dependency>
707       <dependency>
708         <groupId>org.ow2.asm</groupId>
709         <artifactId>asm-all</artifactId>
710         <version>4.1</version>
711       </dependency>
712       <!-- Visual VM hook -->
713       <dependency>
714         <groupId>org.ow2.chameleon.management</groupId>
715         <artifactId>chameleon-mbeans</artifactId>
716         <version>1.0.0</version>
717       </dependency>
718       <dependency>
719         <groupId>org.springframework</groupId>
720         <artifactId>org.springframework.aop</artifactId>
721         <version>${spring.version}</version>
722       </dependency>
723       <dependency>
724         <groupId>org.springframework</groupId>
725         <artifactId>org.springframework.asm</artifactId>
726         <version>${spring.version}</version>
727       </dependency>
728       <dependency>
729         <groupId>org.springframework</groupId>
730         <artifactId>org.springframework.beans</artifactId>
731         <version>${spring.version}</version>
732       </dependency>
733       <dependency>
734         <groupId>org.springframework</groupId>
735         <artifactId>org.springframework.context</artifactId>
736         <version>${spring.version}</version>
737       </dependency>
738       <dependency>
739         <groupId>org.springframework</groupId>
740         <artifactId>org.springframework.context.support</artifactId>
741         <version>${spring.version}</version>
742       </dependency>
743       <dependency>
744         <groupId>org.springframework</groupId>
745         <artifactId>org.springframework.core</artifactId>
746         <version>${spring.version}</version>
747       </dependency>
748       <dependency>
749         <groupId>org.springframework</groupId>
750         <artifactId>org.springframework.expression</artifactId>
751         <version>${spring.version}</version>
752       </dependency>
753       <dependency>
754         <groupId>org.springframework</groupId>
755         <artifactId>org.springframework.transaction</artifactId>
756         <version>${spring-security.version}</version>
757       </dependency>
758       <dependency>
759         <groupId>org.springframework</groupId>
760         <artifactId>org.springframework.web</artifactId>
761         <version>${spring.version}</version>
762       </dependency>
763       <dependency>
764         <groupId>org.springframework</groupId>
765         <artifactId>org.springframework.web.servlet</artifactId>
766         <version>${spring.version}</version>
767       </dependency>
768       <!-- Spring security -->
769       <dependency>
770         <groupId>org.springframework.security</groupId>
771         <artifactId>spring-security-config</artifactId>
772         <version>${spring-security.version}</version>
773       </dependency>
774       <dependency>
775         <groupId>org.springframework.security</groupId>
776         <artifactId>spring-security-core</artifactId>
777         <version>${spring-security.version}</version>
778       </dependency>
779       <dependency>
780         <groupId>org.springframework.security</groupId>
781         <artifactId>spring-security-taglibs</artifactId>
782         <version>${spring-security.version}</version>
783       </dependency>
784       <dependency>
785         <groupId>org.springframework.security</groupId>
786         <artifactId>spring-security-web</artifactId>
787         <version>${spring-security.version}</version>
788       </dependency>
789       <dependency>
790         <groupId>virgomirror</groupId>
791         <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
792         <version>3.8.0.I20120518-2145</version>
793       </dependency>
794
795       <!-- Add Pax Exam -->
796       <dependency>
797         <groupId>org.ops4j.pax.exam</groupId>
798         <artifactId>pax-exam</artifactId>
799         <version>${exam.version}</version>
800         <scope>test</scope>
801       </dependency>
802       <dependency>
803         <groupId>org.ops4j.pax.exam</groupId>
804         <artifactId>pax-exam-container-karaf</artifactId>
805         <version>${exam.version}</version>
806         <scope>test</scope>
807       </dependency>
808       <dependency>
809         <groupId>org.ops4j.pax.exam</groupId>
810         <artifactId>pax-exam-container-native</artifactId>
811         <version>${exam.version}</version>
812         <scope>test</scope>
813       </dependency>
814       <dependency>
815         <groupId>org.ops4j.pax.exam</groupId>
816         <artifactId>pax-exam-junit4</artifactId>
817         <version>${exam.version}</version>
818         <scope>test</scope>
819       </dependency>
820       <dependency>
821         <groupId>org.ops4j.pax.exam</groupId>
822         <artifactId>pax-exam-link-mvn</artifactId>
823         <version>${exam.version}</version>
824         <scope>test</scope>
825       </dependency>
826
827       <dependency>
828         <groupId>org.ops4j.pax.url</groupId>
829         <artifactId>pax-url-aether</artifactId>
830         <version>${url.version}</version>
831         <scope>test</scope>
832       </dependency>
833       <dependency>
834         <groupId>org.springframework.osgi</groupId>
835         <artifactId>spring-osgi-mock</artifactId>
836         <version>${spring-osgi.version}</version>
837         <scope>test</scope>
838       </dependency>
839       <dependency>
840         <groupId>xmlunit</groupId>
841         <artifactId>xmlunit</artifactId>
842         <version>1.5</version>
843         <scope>test</scope>
844       </dependency>
845     </dependencies>
846   </dependencyManagement>
847   <repositories>
848     <!-- OpenDayLight Repo Mirror -->
849     <repository>
850       <releases>
851         <enabled>true</enabled>
852         <updatePolicy>never</updatePolicy>
853       </releases>
854       <snapshots>
855         <enabled>false</enabled>
856       </snapshots>
857       <id>opendaylight-mirror</id>
858       <name>opendaylight-mirror</name>
859       <url>${nexusproxy}/groups/public/</url>
860     </repository>
861     <!-- OpenDayLight Snapshot artifact -->
862     <repository>
863       <releases>
864         <enabled>false</enabled>
865       </releases>
866       <snapshots>
867         <enabled>true</enabled>
868       </snapshots>
869       <id>opendaylight-snapshot</id>
870       <name>opendaylight-snapshot</name>
871       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
872     </repository>
873   </repositories>
874   <pluginRepositories>
875     <!-- OpenDayLight Repo Mirror -->
876     <pluginRepository>
877       <releases>
878         <enabled>true</enabled>
879         <updatePolicy>never</updatePolicy>
880       </releases>
881       <snapshots>
882         <enabled>false</enabled>
883       </snapshots>
884       <id>opendaylight-mirror</id>
885       <name>opendaylight-mirror</name>
886       <url>${nexusproxy}/groups/public/</url>
887     </pluginRepository>
888     <!-- OpenDayLight Snapshot artifact -->
889     <pluginRepository>
890       <releases>
891         <enabled>false</enabled>
892       </releases>
893       <snapshots>
894         <enabled>true</enabled>
895       </snapshots>
896       <id>opendaylight-snapshot</id>
897       <name>opendaylight-snapshot</name>
898       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
899     </pluginRepository>
900   </pluginRepositories>
901
902   <build>
903     <pluginManagement>
904       <plugins>
905         <!-- Official maven plugins, alpha-sorted by artifactId.
906              We do not need to specify the groupId. -->
907         <plugin>
908           <artifactId>maven-antrun-plugin</artifactId>
909           <version>${maven.antrun.plugin.version}</version>
910         </plugin>
911         <plugin>
912           <artifactId>maven-checkstyle-plugin</artifactId>
913           <version>${checkstyle.version}</version>
914           <dependencies>
915             <dependency>
916               <groupId>org.opendaylight.odlparent</groupId>
917               <artifactId>checkstyle</artifactId>
918               <version>${odl.checkstyle.version}</version>
919             </dependency>
920           </dependencies>
921           <configuration>
922             <configLocation>odl_checks.xml</configLocation>
923             <failsOnError>false</failsOnError>
924             <consoleOutput>true</consoleOutput>
925           </configuration>
926           <executions>
927             <execution>
928               <goals>
929                 <goal>check</goal>
930               </goals>
931               <phase>process-sources</phase>
932             </execution>
933           </executions>
934         </plugin>
935         <plugin>
936           <artifactId>maven-clean-plugin</artifactId>
937           <version>${maven.clean.plugin.version}</version>
938         </plugin>
939         <plugin>
940           <artifactId>maven-install-plugin</artifactId>
941           <version>${maven.install.plugin.version}</version>
942         </plugin>
943         <plugin>
944           <artifactId>maven-deploy-plugin</artifactId>
945           <version>${maven.deploy.plugin.version}</version>
946         </plugin>
947         <plugin>
948           <artifactId>maven-dependency-plugin</artifactId>
949           <version>2.10</version>
950         </plugin>
951         <plugin>
952           <artifactId>maven-compiler-plugin</artifactId>
953           <version>${maven.compile.plugin.version}</version>
954         </plugin>
955         <plugin>
956           <artifactId>maven-enforcer-plugin</artifactId>
957           <version>${enforcer.version}</version>
958         </plugin>
959         <plugin>
960           <artifactId>maven-failsafe-plugin</artifactId>
961           <version>${failsafe.version}</version>
962         </plugin>
963         <plugin>
964           <artifactId>maven-jar-plugin</artifactId>
965           <version>${jar.plugin.version}</version>
966         </plugin>
967         <plugin>
968           <artifactId>maven-javadoc-plugin</artifactId>
969           <version>${maven.javadoc.version}</version>
970         </plugin>
971         <plugin>
972           <artifactId>maven-release-plugin</artifactId>
973           <version>${maven.release.version}</version>
974         </plugin>
975         <plugin>
976           <artifactId>maven-resources-plugin</artifactId>
977           <version>2.7</version>
978         </plugin>
979         <plugin>
980           <artifactId>maven-shade-plugin</artifactId>
981           <version>2.3</version>
982         </plugin>
983         <plugin>
984           <artifactId>maven-site-plugin</artifactId>
985           <version>${siteplugin}</version>
986         </plugin>
987         <plugin>
988           <artifactId>maven-source-plugin</artifactId>
989           <version>${maven.source.version}</version>
990         </plugin>
991         <plugin>
992           <artifactId>maven-surefire-plugin</artifactId>
993           <version>${maven.surefire.version}</version>
994         </plugin>
995
996         <!-- Third-party plugins, grouped by groupId, alpha-sorted by artifactId -->
997         <plugin>
998           <groupId>org.apache.felix</groupId>
999           <artifactId>maven-bundle-plugin</artifactId>
1000           <version>${maven.bundle.version}</version>
1001           <extensions>true</extensions>
1002         </plugin>
1003
1004         <plugin>
1005           <groupId>org.apache.karaf.tooling</groupId>
1006           <artifactId>karaf-maven-plugin</artifactId>
1007           <version>${karaf.version}</version>
1008         </plugin>
1009
1010         <plugin>
1011           <groupId>org.apache.servicemix.tooling</groupId>
1012           <artifactId>depends-maven-plugin</artifactId>
1013           <version>${maven.depends.version}</version>
1014           <executions>
1015             <execution>
1016               <id>generate-depends-file</id>
1017               <goals>
1018                 <goal>generate-depends-file</goal>
1019               </goals>
1020             </execution>
1021           </executions>
1022         </plugin>
1023
1024         <plugin>
1025           <groupId>org.codehaus.enunciate</groupId>
1026           <artifactId>maven-enunciate-plugin</artifactId>
1027           <version>${enunciate.version}</version>
1028         </plugin>
1029         <plugin>
1030           <groupId>org.codehaus.groovy.maven</groupId>
1031           <artifactId>gmaven-plugin</artifactId>
1032           <version>${gmaven.plugin.version}</version>
1033         </plugin>
1034         <plugin>
1035           <groupId>org.codehaus.mojo</groupId>
1036           <artifactId>build-helper-maven-plugin</artifactId>
1037           <version>1.9.1</version>
1038         </plugin>
1039         <plugin>
1040           <groupId>org.codehaus.mojo</groupId>
1041           <artifactId>properties-maven-plugin</artifactId>
1042           <version>${propertymavenplugin.version}</version>
1043         </plugin>
1044
1045         <plugin>
1046           <groupId>org.eclipse.m2e</groupId>
1047           <artifactId>lifecycle-mapping</artifactId>
1048           <version>1.0.0</version>
1049           <configuration>
1050             <lifecycleMappingMetadata>
1051               <pluginExecutions>
1052                 <pluginExecution>
1053                   <pluginExecutionFilter>
1054                     <groupId>org.apache.felix</groupId>
1055                     <artifactId>maven-bundle-plugin</artifactId>
1056                     <versionRange>[1.0,)</versionRange>
1057                     <goals>
1058                       <goal>manifest</goal>
1059                     </goals>
1060                   </pluginExecutionFilter>
1061                   <action>
1062                     <execute></execute>
1063                   </action>
1064                 </pluginExecution>
1065               </pluginExecutions>
1066             </lifecycleMappingMetadata>
1067           </configuration>
1068         </plugin>
1069
1070         <plugin>
1071           <groupId>org.eclipse.xtend</groupId>
1072           <artifactId>xtend-maven-plugin</artifactId>
1073           <version>${xtend.version}</version>
1074         </plugin>
1075
1076         <plugin>
1077           <groupId>org.jacoco</groupId>
1078           <artifactId>jacoco-maven-plugin</artifactId>
1079           <version>${jacoco.version}</version>
1080         </plugin>
1081
1082         <plugin>
1083           <groupId>org.ops4j.pax.exam</groupId>
1084           <artifactId>maven-paxexam-plugin</artifactId>
1085           <version>${paxexam.plugin.version}</version>
1086         </plugin>
1087       </plugins>
1088     </pluginManagement>
1089
1090     <plugins>
1091       <plugin>
1092         <groupId>org.apache.maven.plugins</groupId>
1093         <artifactId>maven-enforcer-plugin</artifactId>
1094         <executions>
1095           <execution>
1096             <id>enforce-maven</id>
1097             <configuration>
1098               <rules>
1099                 <requireMavenVersion>
1100                   <version>3.1.1</version>
1101                 </requireMavenVersion>
1102               </rules>
1103             </configuration>
1104             <goals>
1105               <goal>enforce</goal>
1106             </goals>
1107           </execution>
1108         </executions>
1109       </plugin>
1110     </plugins>
1111   </build>
1112
1113   <reporting>
1114     <plugins>
1115       <plugin>
1116         <artifactId>maven-checkstyle-plugin</artifactId>
1117         <version>${checkstyle.version}</version>
1118       </plugin>
1119
1120       <!-- FIXME: activate this
1121       <plugin>
1122         <artifactId>maven-project-info-reports-plugin</artifactId>
1123         <version>${projectinfo}</version>
1124       </plugin-->
1125       <plugin>
1126         <groupId>org.codehaus.mojo</groupId>
1127         <artifactId>findbugs-maven-plugin</artifactId>
1128         <version>3.0.0</version>
1129         <configuration>
1130           <effort>Max</effort>
1131           <threshold>Low</threshold>
1132           <goal>site</goal>
1133         </configuration>
1134       </plugin>
1135       <plugin>
1136         <groupId>org.codehaus.mojo</groupId>
1137         <artifactId>jdepend-maven-plugin</artifactId>
1138         <version>2.0</version>
1139       </plugin>
1140     </plugins>
1141   </reporting>
1142 </project>