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