Bug 5752 Add jersey-test-framework-inmemory for downstream consumption
[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   <modelVersion>4.0.0</modelVersion>
12
13   <parent>
14     <groupId>org.opendaylight.odlparent</groupId>
15     <artifactId>odlparent-lite</artifactId>
16     <version>1.7.0-SNAPSHOT</version>
17     <relativePath>../odlparent-lite</relativePath>
18   </parent>
19
20   <artifactId>odlparent</artifactId>
21   <packaging>pom</packaging>
22   <name>ODL :: odlparent :: ${project.artifactId}</name>
23
24   <scm>
25     <connection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</connection>
26     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</developerConnection>
27     <tag>HEAD</tag>
28     <url>https://wiki.opendaylight.org/view/ODL_Root_Parent:Main</url>
29   </scm>
30
31   <!-- Variables should only be used where genuinely useful (to avoid
32        repetition); in general versions should be specified in the
33        corresponding dependencyManagement or pluginManagement element, not as
34        a variable. Duplication within odlparent doesn't count if it can be
35        managed using maven-versions-plugin. -->
36   <properties>
37     <nexus.repository.release>opendaylight.release</nexus.repository.release>
38     <nexus.repository.snapshot>opendaylight.snapshot</nexus.repository.snapshot>
39
40     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
42
43     <!-- Java Versions -->
44     <!-- FIXME: confirm these two are picked by maven-compiler-plugin -->
45     <maven.compiler.source>1.8</maven.compiler.source>
46     <maven.compiler.target>1.8</maven.compiler.target>
47     <java.version.source>${maven.compiler.source}</java.version.source>
48     <java.version.target>${maven.compiler.target}</java.version.target>
49
50     <!-- Maven plugin versions, in the 'canonical' format -->
51     <maven.antrun.plugin.version>1.8</maven.antrun.plugin.version>
52     <maven.bundle.version>3.0.0</maven.bundle.version>
53     <maven.clean.plugin.version>2.6.1</maven.clean.plugin.version>
54     <maven.compile.plugin.version>3.3</maven.compile.plugin.version>
55     <maven.jar.version>2.6</maven.jar.version>
56     <maven.javadoc.version>2.10.3</maven.javadoc.version>
57     <maven.plugin.version>3.4</maven.plugin.version>
58     <maven.release.version>2.5.2</maven.release.version>
59     <maven.surefire.version>2.18.1</maven.surefire.version>
60
61     <!-- Maven plugin versions, in random formats -->
62     <bundle.plugin.version>${maven.bundle.version}</bundle.plugin.version>
63     <checkstyle.version>2.16</checkstyle.version>
64     <compiler.version>${maven.compile.plugin.version}</compiler.version>
65     <enforcer.version>1.4.1</enforcer.version>
66     <enunciate.version>1.31</enunciate.version> <!-- Needs to remain exported, as its used for dependencies, too -->
67     <exam.version>4.4.0</exam.version> <!-- Needs to remain exported, as its used for dependencies, too -->
68     <failsafe.version>2.18.1</failsafe.version>
69     <gmaven.plugin.version>1.0</gmaven.plugin.version>
70     <!--
71         Regression in jacoco-plugin 0.7.5 prevents us from upgrading to it
72         http://jira.xwiki.org/browse/XCOMMONS-821
73
74         Additionally we need to stay on jacoco 0.7.2.201409121644. Future
75         versions appear to have issues picking up code coverage for projects
76         that use PowerMock.
77         https://github.com/jayway/powermock/issues/564
78     -->
79     <jacoco.version>0.7.2.201409121644</jacoco.version>
80     <jar.plugin.version>${maven.jar.version}</jar.plugin.version>
81     <karaf.version>3.0.3</karaf.version> <!-- Needs to remain exported, as its used for dependencies, too -->
82     <projectinfo>2.8.1</projectinfo>
83     <propertymavenplugin.version>1.0-alpha-2</propertymavenplugin.version>
84     <releaseplugin.version>${maven.release.version}</releaseplugin.version>
85     <odl.checkstyle.version>0.2.0-SNAPSHOT</odl.checkstyle.version>
86
87     <!-- Supporting Libraries -->
88     <!-- Used by controller -->
89     <bouncycastle.version>1.54</bouncycastle.version>
90     <!-- Used by persistence, snmp4sdn; see also didm -->
91     <guava.version>18.0</guava.version>
92     <!-- Used by alto; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp -->
93     <jackson.version>2.3.2</jackson.version>
94     <!-- Used by snmp4sdn -->
95     <javassist.version>3.20.0-GA</javassist.version>
96
97     <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects -->
98     <!-- Used by alto, centinel, tsdr; see also affinity, defense4all, nemo, snmp4sdn, toolkit -->
99     <jersey.version>1.17</jersey.version>
100
101     <!-- Used by centinel -->
102     <org.json.version>20131018</org.json.version>
103
104     <!-- Used by centinel -->
105     <jettison.version>1.3.7</jettison.version>
106     <!-- Used by persistence -->
107     <jsr305.api.version>3.0.0</jsr305.api.version>
108     <!-- Need to stick to JUnit 4.11 until
109          https://github.com/jayway/powermock/issues/560 is fixed (either in
110          PowerMock or with a new JUnit release) -->
111     <!-- Used by nic, persistence, tsdr; see also nemo -->
112     <junit.version>4.11</junit.version>
113     <!-- Used by snmp4sdn; see also affinity, toolkit -->
114     <logback.version>1.1.3</logback.version>
115     <!-- Used by nic, tsdr -->
116     <mockito.version>1.10.19</mockito.version>
117     <!-- Used by alto, controller, didm, snbi; see also centinel, dlux, toolkit, tsdr -->
118     <osgi.core.version>5.0.0</osgi.core.version>
119     <!-- Used by persistence, snmp4sdn; see also affinity, toolkit -->
120     <slf4j.version>1.7.12</slf4j.version>
121
122     <akka.version>2.4.4</akka.version>
123     <scala.version>2.11</scala.version>
124     <scala.micro.version>8</scala.micro.version>
125     <leveldb.version>0.7</leveldb.version>
126
127     <!-- Default Sonar configuration -->
128     <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
129     <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
130     <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
131     <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
132     <!-- Note: This list should match jacoco-maven-plugin's exclusion list below -->
133     <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
134   </properties>
135
136   <dependencyManagement>
137     <dependencies>
138
139       <dependency>
140         <groupId>org.opendaylight.odlparent</groupId>
141         <artifactId>odlparent-artifacts</artifactId>
142         <version>1.7.0-SNAPSHOT</version>
143         <scope>import</scope>
144         <type>pom</type>
145       </dependency>
146
147       <!-- Testing Dependencies -->
148       <!-- JUnit, Hamcrest, Mockito and PowerMock need to be kept in sync -->
149       <dependency>
150         <groupId>junit</groupId>
151         <artifactId>junit</artifactId>
152         <version>${junit.version}</version>
153         <scope>test</scope>
154       </dependency>
155       <dependency>
156         <groupId>junit</groupId>
157         <artifactId>junit-dep</artifactId>
158         <version>${junit.version}</version>
159         <scope>test</scope>
160       </dependency>
161       <dependency>
162          <groupId>org.skyscreamer</groupId>
163          <artifactId>jsonassert</artifactId>
164          <version>1.2.3</version>
165          <scope>test</scope>
166       </dependency>
167       <dependency>
168         <groupId>org.mockito</groupId>
169         <artifactId>mockito-all</artifactId>
170         <version>${mockito.version}</version>
171         <scope>test</scope>
172       </dependency>
173       <dependency>
174         <groupId>org.mockito</groupId>
175         <artifactId>mockito-core</artifactId>
176         <version>${mockito.version}</version>
177         <scope>test</scope>
178       </dependency>
179       <dependency>
180         <groupId>org.hamcrest</groupId>
181         <artifactId>hamcrest-core</artifactId>
182         <version>1.3</version>
183         <scope>test</scope>
184       </dependency>
185       <dependency>
186         <groupId>org.slf4j</groupId>
187         <artifactId>slf4j-simple</artifactId>
188         <version>${slf4j.version}</version>
189         <scope>test</scope>
190       </dependency>
191       <dependency>
192         <groupId>org.powermock</groupId>
193         <artifactId>powermock-api-mockito</artifactId>
194         <version>1.6.4</version>
195         <scope>test</scope>
196       </dependency>
197       <dependency>
198         <groupId>org.powermock</groupId>
199         <artifactId>powermock-api-support</artifactId>
200         <version>1.6.4</version>
201         <scope>test</scope>
202       </dependency>
203       <dependency>
204         <groupId>org.powermock</groupId>
205         <artifactId>powermock-core</artifactId>
206         <version>1.6.4</version>
207         <scope>test</scope>
208       </dependency>
209       <dependency>
210         <groupId>org.powermock</groupId>
211         <artifactId>powermock-module-junit4</artifactId>
212         <version>1.6.4</version>
213         <scope>test</scope>
214       </dependency>
215       <dependency>
216         <groupId>org.powermock</groupId>
217         <artifactId>powermock-reflect</artifactId>
218         <version>1.6.4</version>
219         <scope>test</scope>
220       </dependency>
221       <!-- Supporting Libraries -->
222       <dependency>
223         <groupId>org.slf4j</groupId>
224         <artifactId>jcl-over-slf4j</artifactId>
225         <version>${slf4j.version}</version>
226       </dependency>
227       <dependency>
228         <groupId>org.slf4j</groupId>
229         <artifactId>slf4j-api</artifactId>
230         <version>${slf4j.version}</version>
231       </dependency>
232       <dependency>
233         <groupId>org.slf4j</groupId>
234         <artifactId>slf4j-log4j12</artifactId>
235         <version>${slf4j.version}</version>
236       </dependency>
237       <dependency>
238         <groupId>org.slf4j</groupId>
239         <artifactId>log4j-over-slf4j</artifactId>
240         <version>${slf4j.version}</version>
241       </dependency>
242       <dependency>
243         <groupId>xml-apis</groupId>
244         <artifactId>xml-apis</artifactId>
245         <version>2.0.2</version>
246       </dependency>
247       <dependency>
248         <groupId>ch.qos.logback</groupId>
249         <artifactId>logback-core</artifactId>
250         <version>${logback.version}</version>
251       </dependency>
252       <dependency>
253         <groupId>ch.qos.logback</groupId>
254         <artifactId>logback-classic</artifactId>
255         <version>${logback.version}</version>
256       </dependency>
257       <dependency>
258         <groupId>com.google.guava</groupId>
259         <artifactId>guava</artifactId>
260         <version>${guava.version}</version>
261       </dependency>
262       <dependency>
263         <groupId>org.apache.commons</groupId>
264         <artifactId>commons-lang3</artifactId>
265         <version>3.4</version>
266       </dependency>
267       <dependency>
268         <groupId>commons-lang</groupId>
269         <artifactId>commons-lang</artifactId>
270         <version>2.6</version>
271       </dependency>
272       <dependency>
273         <groupId>commons-codec</groupId>
274         <artifactId>commons-codec</artifactId>
275         <version>1.10</version>
276       </dependency>
277       <!-- Jersey for JAXRS -->
278       <dependency>
279         <groupId>javax.ws.rs</groupId>
280         <artifactId>javax.ws.rs-api</artifactId>
281         <version>2.0.1</version>
282       </dependency>
283       <dependency>
284         <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
285         <artifactId>jersey-guava</artifactId>
286         <version>2.8</version>
287       </dependency>
288       <dependency>
289         <groupId>com.eclipsesource.jaxrs</groupId>
290         <artifactId>jersey-all</artifactId>
291         <version>2.8</version>
292       </dependency>
293
294       <!-- servlet 3.x support -->
295       <dependency>
296         <groupId>org.glassfish.jersey.containers</groupId>
297         <artifactId>jersey-container-servlet</artifactId>
298         <version>2.8</version>
299       </dependency>
300       <dependency>
301         <groupId>org.apache.geronimo.bundles</groupId>
302         <artifactId>json</artifactId>
303         <version>20090211_1</version>
304       </dependency>
305       <!-- FIXME : remove all dependencies for jersey 1.7 -->
306       <dependency>
307         <groupId>com.sun.jersey</groupId>
308         <artifactId>jersey-core</artifactId>
309         <version>${jersey.version}</version>
310       </dependency>
311       <dependency>
312         <groupId>com.sun.jersey</groupId>
313         <artifactId>jersey-json</artifactId>
314         <version>${jersey.version}</version>
315       </dependency>
316       <dependency>
317         <groupId>com.sun.jersey</groupId>
318         <artifactId>jersey-server</artifactId>
319         <version>${jersey.version}</version>
320       </dependency>
321       <dependency>
322         <groupId>com.sun.jersey</groupId>
323         <artifactId>jersey-servlet</artifactId>
324         <version>${jersey.version}</version>
325       </dependency>
326       <dependency>
327         <groupId>com.sun.jersey.jersey-test-framework</groupId>
328         <artifactId>jersey-test-framework-grizzly2</artifactId>
329         <version>${jersey.version}</version>
330         <scope>test</scope>
331       </dependency>
332       <dependency>
333         <groupId>com.sun.jersey.jersey-test-framework</groupId>
334         <artifactId>jersey-test-framework-inmemory</artifactId>
335         <version>1.17</version>
336         <scope>test</scope>
337       </dependency>
338       <dependency>
339         <groupId>com.sun.jersey</groupId>
340         <artifactId>jersey-client</artifactId>
341         <version>${jersey.version}</version>
342       </dependency>
343       <dependency>
344         <groupId>org.opendaylight.controller.thirdparty</groupId>
345         <artifactId>com.sun.jersey.jersey-servlet</artifactId>
346         <version>1.17</version>
347       </dependency>
348       <dependency>
349         <groupId>org.apache.shiro</groupId>
350         <artifactId>shiro-core</artifactId>
351         <version>1.2.4</version>
352       </dependency>
353       <dependency>
354         <groupId>org.apache.shiro</groupId>
355         <artifactId>shiro-web</artifactId>
356         <version>1.2.4</version>
357       </dependency>
358
359       <!-- Plugin integration -->
360       <dependency>
361         <groupId>net.java.dev.stax-utils</groupId>
362         <artifactId>stax-utils</artifactId>
363         <version>20070216</version>
364       </dependency>
365       <dependency>
366         <groupId>org.sonatype.plexus</groupId>
367         <artifactId>plexus-build-api</artifactId>
368         <version>0.0.7</version>
369       </dependency>
370       <dependency>
371         <groupId>org.codehaus.plexus</groupId>
372         <artifactId>plexus-slf4j-logging</artifactId>
373         <version>1.1</version>
374       </dependency>
375       <dependency>
376         <groupId>com.fasterxml.jackson.core</groupId>
377         <artifactId>jackson-annotations</artifactId>
378         <version>${jackson.version}</version>
379       </dependency>
380       <dependency>
381         <groupId>com.fasterxml.jackson.core</groupId>
382         <artifactId>jackson-core</artifactId>
383         <version>${jackson.version}</version>
384       </dependency>
385       <dependency>
386         <groupId>com.fasterxml.jackson.core</groupId>
387         <artifactId>jackson-databind</artifactId>
388         <version>${jackson.version}</version>
389       </dependency>
390       <dependency>
391         <groupId>com.fasterxml.jackson.datatype</groupId>
392         <artifactId>jackson-datatype-json-org</artifactId>
393         <version>${jackson.version}</version>
394       </dependency>
395       <!-- TODO do we really need resteasy ? -->
396       <dependency>
397           <groupId>org.jboss.resteasy</groupId>
398           <artifactId>jaxrs-api</artifactId>
399           <version>3.0.4.Final</version>
400       </dependency>
401
402       <dependency>
403         <groupId>com.fasterxml.jackson.jaxrs</groupId>
404         <artifactId>jackson-jaxrs-base</artifactId>
405         <version>${jackson.version}</version>
406       </dependency>
407       <dependency>
408         <groupId>com.fasterxml.jackson.jaxrs</groupId>
409         <artifactId>jackson-jaxrs-json-provider</artifactId>
410         <version>${jackson.version}</version>
411       </dependency>
412       <dependency>
413         <groupId>com.fasterxml.jackson.module</groupId>
414         <artifactId>jackson-module-jaxb-annotations</artifactId>
415         <version>${jackson.version}</version>
416       </dependency>
417       <dependency>
418         <groupId>com.sun.xml.txw2</groupId>
419         <artifactId>txw2</artifactId>
420         <version>20110809</version>
421       </dependency>
422       <dependency>
423         <groupId>com.github.romix</groupId>
424         <artifactId>java-concurrent-hash-trie-map</artifactId>
425         <version>0.2.23</version>
426       </dependency>
427       <dependency>
428         <groupId>com.google.code.findbugs</groupId>
429         <artifactId>jsr305</artifactId>
430         <version>${jsr305.api.version}</version>
431       </dependency>
432       <dependency>
433         <groupId>com.google.code.gson</groupId>
434         <artifactId>gson</artifactId>
435         <version>2.3.1</version>
436       </dependency>
437       <dependency>
438         <groupId>commons-fileupload</groupId>
439         <artifactId>commons-fileupload</artifactId>
440         <version>1.3.1</version>
441       </dependency>
442       <dependency>
443         <groupId>commons-io</groupId>
444         <artifactId>commons-io</artifactId>
445         <version>2.4</version>
446       </dependency>
447       <dependency>
448         <groupId>commons-net</groupId>
449         <artifactId>commons-net</artifactId>
450         <version>3.4</version>
451       </dependency>
452       <dependency>
453         <groupId>eclipselink</groupId>
454         <artifactId>javax.persistence</artifactId>
455         <version>2.0.4.v201112161009</version>
456       </dependency>
457       <dependency>
458         <groupId>eclipselink</groupId>
459         <artifactId>javax.resource</artifactId>
460         <version>1.5.0.v200906010428</version>
461       </dependency>
462       <dependency>
463         <groupId>equinoxSDK381</groupId>
464         <artifactId>javax.servlet</artifactId>
465         <version>3.0.0.v201112011016</version>
466       </dependency>
467       <dependency>
468         <groupId>equinoxSDK381</groupId>
469         <artifactId>javax.servlet.jsp</artifactId>
470         <version>2.2.0.v201112011158</version>
471       </dependency>
472       <dependency>
473         <groupId>equinoxSDK381</groupId>
474         <artifactId>org.apache.felix.gogo.command</artifactId>
475         <version>0.8.0.v201108120515</version>
476       </dependency>
477       <dependency>
478         <groupId>equinoxSDK381</groupId>
479         <artifactId>org.apache.felix.gogo.runtime</artifactId>
480         <version>0.8.0.v201108120515</version>
481       </dependency>
482       <dependency>
483         <groupId>equinoxSDK381</groupId>
484         <artifactId>org.apache.felix.gogo.shell</artifactId>
485         <version>0.8.0.v201110170705</version>
486       </dependency>
487       <dependency>
488         <groupId>equinoxSDK381</groupId>
489         <artifactId>org.eclipse.equinox.cm</artifactId>
490         <version>1.0.400.v20120522-1841</version>
491       </dependency>
492       <dependency>
493         <groupId>equinoxSDK381</groupId>
494         <artifactId>org.eclipse.equinox.console</artifactId>
495         <version>1.0.0.v20120522-1841</version>
496       </dependency>
497       <dependency>
498         <groupId>equinoxSDK381</groupId>
499         <artifactId>org.eclipse.equinox.ds</artifactId>
500         <version>1.4.0.v20120522-1841</version>
501       </dependency>
502       <dependency>
503         <groupId>equinoxSDK381</groupId>
504         <artifactId>org.eclipse.equinox.launcher</artifactId>
505         <version>1.3.0.v20120522-1813</version>
506       </dependency>
507       <dependency>
508         <groupId>equinoxSDK381</groupId>
509         <artifactId>org.eclipse.equinox.util</artifactId>
510         <version>1.0.400.v20120522-2049</version>
511       </dependency>
512       <dependency>
513         <groupId>equinoxSDK381</groupId>
514         <artifactId>org.eclipse.osgi.services</artifactId>
515         <version>3.3.100.v20120522-1822</version>
516       </dependency>
517
518       <dependency>
519         <groupId>org.eclipse.tycho</groupId>
520         <artifactId>org.eclipse.osgi</artifactId>
521         <version>3.9.1.v20130814-1242</version>
522       </dependency>
523       <!-- FIXME: remove once all users migrate to org.eclipse.tycho -->
524       <dependency>
525         <groupId>equinoxSDK381</groupId>
526         <artifactId>org.eclipse.osgi</artifactId>
527         <version>3.8.1.v20120830-144521</version>
528       </dependency>
529
530       <!-- Gemini Web -->
531       <dependency>
532         <groupId>geminiweb</groupId>
533         <artifactId>org.eclipse.gemini.web.core</artifactId>
534         <version>2.2.0.RELEASE</version>
535       </dependency>
536       <dependency>
537         <groupId>geminiweb</groupId>
538         <artifactId>org.eclipse.gemini.web.extender</artifactId>
539         <version>2.2.0.RELEASE</version>
540       </dependency>
541       <dependency>
542         <groupId>geminiweb</groupId>
543         <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
544         <version>2.2.0.RELEASE</version>
545       </dependency>
546       <dependency>
547         <groupId>geminiweb</groupId>
548         <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
549         <version>3.6.0.RELEASE</version>
550       </dependency>
551       <dependency>
552         <groupId>geminiweb</groupId>
553         <artifactId>org.eclipse.virgo.util.common</artifactId>
554         <version>3.6.0.RELEASE</version>
555       </dependency>
556       <dependency>
557         <groupId>geminiweb</groupId>
558         <artifactId>org.eclipse.virgo.util.io</artifactId>
559         <version>3.6.0.RELEASE</version>
560       </dependency>
561       <dependency>
562         <groupId>geminiweb</groupId>
563         <artifactId>org.eclipse.virgo.util.math</artifactId>
564         <version>3.6.0.RELEASE</version>
565       </dependency>
566       <dependency>
567         <groupId>geminiweb</groupId>
568         <artifactId>org.eclipse.virgo.util.osgi</artifactId>
569         <version>3.6.0.RELEASE</version>
570       </dependency>
571       <dependency>
572         <groupId>geminiweb</groupId>
573         <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
574         <version>3.6.0.RELEASE</version>
575       </dependency>
576       <dependency>
577         <groupId>geminiweb</groupId>
578         <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
579         <version>3.6.0.RELEASE</version>
580       </dependency>
581       <!-- Netty -->
582       <dependency>
583         <groupId>io.netty</groupId>
584         <artifactId>netty-all</artifactId>
585         <!-- If these are updated, the version in features.xml needs to be changed too -->
586         <version>4.0.36.Final</version>
587       </dependency>
588       <dependency>
589         <groupId>io.netty</groupId>
590         <artifactId>netty-buffer</artifactId>
591         <version>4.0.36.Final</version>
592       </dependency>
593       <dependency>
594         <groupId>io.netty</groupId>
595         <artifactId>netty-codec</artifactId>
596         <version>4.0.36.Final</version>
597       </dependency>
598       <dependency>
599         <groupId>io.netty</groupId>
600         <artifactId>netty-codec-http</artifactId>
601         <version>4.0.36.Final</version>
602       </dependency>
603       <dependency>
604         <groupId>io.netty</groupId>
605         <artifactId>netty-common</artifactId>
606         <version>4.0.36.Final</version>
607       </dependency>
608       <dependency>
609         <groupId>io.netty</groupId>
610         <artifactId>netty-handler</artifactId>
611         <version>4.0.36.Final</version>
612       </dependency>
613       <dependency>
614         <groupId>io.netty</groupId>
615         <artifactId>netty-transport</artifactId>
616         <version>4.0.36.Final</version>
617       </dependency>
618       <!-- Here we need to define all available native epoll implementations; we can't limit ourselves to the build
619       platform and we can't require the build platform to have an implementation (e.g. OS X) -->
620       <dependency>
621         <groupId>io.netty</groupId>
622         <artifactId>netty-transport-native-epoll</artifactId>
623         <classifier>linux-x86_64</classifier>
624         <version>4.0.36.Final</version>
625       </dependency>
626       <dependency>
627         <groupId>javax.ws.rs</groupId>
628         <artifactId>jsr311-api</artifactId>
629         <version>1.1.1</version>
630       </dependency>
631       <dependency>
632         <groupId>orbit</groupId>
633         <artifactId>javax.activation</artifactId>
634         <version>1.1.0.v201211130549</version>
635       </dependency>
636       <dependency>
637         <groupId>orbit</groupId>
638         <artifactId>javax.annotation</artifactId>
639         <version>1.1.0.v201209060031</version>
640       </dependency>
641       <dependency>
642         <groupId>orbit</groupId>
643         <artifactId>javax.ejb</artifactId>
644         <version>3.1.1.v201204261316</version>
645       </dependency>
646       <dependency>
647         <groupId>orbit</groupId>
648         <artifactId>javax.el</artifactId>
649         <version>2.2.0.v201108011116</version>
650       </dependency>
651       <dependency>
652         <groupId>orbit</groupId>
653         <artifactId>javax.mail.glassfish</artifactId>
654         <version>1.4.1.v201108011116</version>
655       </dependency>
656       <dependency>
657         <groupId>javax.servlet</groupId>
658         <artifactId>javax.servlet-api</artifactId>
659         <version>3.0.1</version>
660       </dependency>
661       <dependency>
662         <groupId>orbit</groupId>
663         <artifactId>javax.servlet.jsp.jstl</artifactId>
664         <version>1.2.0.v201105211821</version>
665       </dependency>
666       <dependency>
667         <groupId>orbit</groupId>
668         <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
669         <version>1.2.0.v201210211230</version>
670       </dependency>
671       <dependency>
672         <groupId>orbit</groupId>
673         <artifactId>javax.xml.rpc</artifactId>
674         <version>1.1.0.v201005080400</version>
675       </dependency>
676       <dependency>
677         <groupId>orbit</groupId>
678         <artifactId>org.apache.catalina</artifactId>
679         <version>7.0.53.v201406061610</version>
680       </dependency>
681       <dependency>
682         <groupId>orbit</groupId>
683         <artifactId>org.apache.catalina.ha</artifactId>
684         <version>7.0.53.v201406070630</version>
685       </dependency>
686       <dependency>
687         <groupId>orbit</groupId>
688         <artifactId>org.apache.catalina.tribes</artifactId>
689         <version>7.0.53.v201406070630</version>
690       </dependency>
691       <dependency>
692         <groupId>orbit</groupId>
693         <artifactId>org.apache.coyote</artifactId>
694         <version>7.0.53.v201406070630</version>
695       </dependency>
696       <dependency>
697         <groupId>orbit</groupId>
698         <artifactId>org.apache.el</artifactId>
699         <version>7.0.53.v201406060720</version>
700       </dependency>
701       <dependency>
702         <groupId>orbit</groupId>
703         <artifactId>org.apache.jasper</artifactId>
704         <version>7.0.53.v201406070630</version>
705       </dependency>
706       <dependency>
707         <groupId>orbit</groupId>
708         <artifactId>org.apache.juli.extras</artifactId>
709         <version>7.0.53.v201406060720</version>
710       </dependency>
711       <dependency>
712         <groupId>orbit</groupId>
713         <artifactId>org.apache.tomcat.api</artifactId>
714         <version>7.0.53.v201406060720</version>
715       </dependency>
716       <dependency>
717         <groupId>orbit</groupId>
718         <artifactId>org.apache.tomcat.util</artifactId>
719         <version>7.0.53.v201406070630</version>
720       </dependency>
721       <dependency>
722         <groupId>org.aopalliance</groupId>
723         <artifactId>com.springsource.org.aopalliance</artifactId>
724         <version>1.0.0</version>
725       </dependency>
726       <dependency>
727         <groupId>org.apache.felix</groupId>
728         <artifactId>org.apache.felix.dependencymanager</artifactId>
729         <version>3.1.0</version>
730       </dependency>
731       <dependency>
732         <groupId>org.apache.felix</groupId>
733         <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
734         <version>3.0.1</version>
735       </dependency>
736       <dependency>
737         <groupId>org.apache.felix</groupId>
738         <artifactId>org.apache.felix.fileinstall</artifactId>
739         <version>3.1.6</version>
740       </dependency>
741       <dependency>
742         <groupId>org.apache.felix</groupId>
743         <artifactId>org.apache.felix.metatype</artifactId>
744         <version>1.1.2</version>
745       </dependency>
746       <!-- felix webconsole -->
747       <dependency>
748         <groupId>org.apache.felix</groupId>
749         <artifactId>org.apache.felix.webconsole</artifactId>
750         <version>4.2.0</version>
751         <!-- the all bundle includes all the necessary plugins -->
752         <classifier>all</classifier>
753       </dependency>
754       <dependency>
755         <groupId>org.bouncycastle</groupId>
756         <artifactId>bcpkix-jdk15on</artifactId>
757         <version>${bouncycastle.version}</version>
758       </dependency>
759       <dependency>
760         <groupId>org.bouncycastle</groupId>
761         <artifactId>bcprov-jdk15on</artifactId>
762         <version>${bouncycastle.version}</version>
763       </dependency>
764       <dependency>
765         <groupId>org.codehaus.enunciate</groupId>
766         <artifactId>enunciate-core-annotations</artifactId>
767         <version>${enunciate.version}</version>
768       </dependency>
769       <dependency>
770         <groupId>com.webcohesion.enunciate</groupId>
771         <artifactId>enunciate-core-annotations</artifactId>
772         <version>2.1.1</version>
773       </dependency>
774       <dependency>
775         <groupId>org.codehaus.jettison</groupId>
776         <artifactId>jettison</artifactId>
777         <version>${jettison.version}</version>
778       </dependency>
779       <!-- equinox http service bridge -->
780       <dependency>
781         <groupId>org.eclipse.equinox.http</groupId>
782         <artifactId>servlet</artifactId>
783         <version>1.0.0-v20070606</version>
784       </dependency>
785       <!-- To upgrade org.eclipse.persistence dependencies to 2.6.0+, we need to ensure all downstreams consumers
786          pull in javax.validation first:
787          http://stackoverflow.com/questions/28568154/how-to-get-eclipselink-2-6-0-m3-working-with-jersey-1-18-3 -->
788       <dependency>
789         <groupId>org.eclipse.persistence</groupId>
790         <artifactId>org.eclipse.persistence.antlr</artifactId>
791         <version>2.5.2</version>
792       </dependency>
793       <dependency>
794         <groupId>org.eclipse.persistence</groupId>
795         <artifactId>org.eclipse.persistence.core</artifactId>
796         <version>2.5.2</version>
797       </dependency>
798       <dependency>
799         <groupId>org.eclipse.persistence</groupId>
800         <artifactId>org.eclipse.persistence.moxy</artifactId>
801         <version>2.5.2</version>
802       </dependency>
803       <dependency>
804         <groupId>javax.validation</groupId>
805         <artifactId>validation-api</artifactId>
806         <version>1.1.0.Final</version>
807       </dependency>
808       <dependency>
809         <groupId>org.javassist</groupId>
810         <artifactId>javassist</artifactId>
811         <version>${javassist.version}</version>
812       </dependency>
813       <dependency>
814         <groupId>org.jboss.spec.javax.transaction</groupId>
815         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
816         <version>1.0.1.Final</version>
817       </dependency>
818       <dependency>
819         <groupId>org.jolokia</groupId>
820         <artifactId>jolokia-osgi</artifactId>
821         <version>1.3.3</version>
822       </dependency>
823       <dependency>
824         <groupId>org.json</groupId>
825         <artifactId>json</artifactId>
826         <version>${org.json.version}</version>
827       </dependency>
828       <dependency>
829         <groupId>org.osgi</groupId>
830         <artifactId>org.osgi.compendium</artifactId>
831         <version>5.0.0</version>
832         <scope>provided</scope>
833       </dependency>
834       <dependency>
835         <groupId>org.osgi</groupId>
836         <artifactId>org.osgi.core</artifactId>
837         <version>${osgi.core.version}</version>
838         <scope>provided</scope>
839       </dependency>
840       <dependency>
841         <groupId>org.ow2.asm</groupId>
842         <artifactId>asm-all</artifactId>
843         <version>5.0.4</version>
844       </dependency>
845       <!-- Visual VM hook -->
846       <dependency>
847         <groupId>org.ow2.chameleon.management</groupId>
848         <artifactId>chameleon-mbeans</artifactId>
849         <version>1.0.0</version>
850       </dependency>
851       <dependency>
852         <groupId>org.springframework</groupId>
853         <artifactId>spring-aop</artifactId>
854         <version>3.2.14.RELEASE</version>
855       </dependency>
856       <dependency>
857         <groupId>org.springframework</groupId>
858         <artifactId>spring-beans</artifactId>
859         <version>3.2.14.RELEASE</version>
860       </dependency>
861       <dependency>
862         <groupId>org.springframework</groupId>
863         <artifactId>spring-context</artifactId>
864         <version>3.2.14.RELEASE</version>
865       </dependency>
866       <dependency>
867         <groupId>org.springframework</groupId>
868         <artifactId>spring-core</artifactId>
869         <version>3.2.14.RELEASE</version>
870       </dependency>
871       <dependency>
872         <groupId>org.springframework</groupId>
873         <artifactId>spring-expression</artifactId>
874         <version>3.2.14.RELEASE</version>
875       </dependency>
876       <dependency>
877         <groupId>org.springframework</groupId>
878         <artifactId>spring-tx</artifactId>
879         <version>3.2.14.RELEASE</version>
880       </dependency>
881       <dependency>
882         <groupId>org.springframework</groupId>
883         <artifactId>spring-web</artifactId>
884         <version>3.2.14.RELEASE</version>
885       </dependency>
886       <dependency>
887         <groupId>org.springframework</groupId>
888         <artifactId>spring-webmvc</artifactId>
889         <version>3.2.14.RELEASE</version>
890       </dependency>
891       <!-- Spring security -->
892       <dependency>
893         <groupId>org.springframework.security</groupId>
894         <artifactId>spring-security-config</artifactId>
895         <version>3.2.8.RELEASE</version>
896       </dependency>
897       <dependency>
898         <groupId>org.springframework.security</groupId>
899         <artifactId>spring-security-core</artifactId>
900         <version>3.2.8.RELEASE</version>
901       </dependency>
902       <dependency>
903         <groupId>org.springframework.security</groupId>
904         <artifactId>spring-security-taglibs</artifactId>
905         <version>3.2.8.RELEASE</version>
906       </dependency>
907       <dependency>
908         <groupId>org.springframework.security</groupId>
909         <artifactId>spring-security-web</artifactId>
910         <version>3.2.8.RELEASE</version>
911       </dependency>
912       <dependency>
913         <groupId>virgomirror</groupId>
914         <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
915         <version>3.8.0.I20120518-2145</version>
916       </dependency>
917
918       <!-- Configuration library -->
919       <!-- This needs to be kept in sync with the version used by akka -->
920       <dependency>
921         <groupId>com.typesafe</groupId>
922         <artifactId>config</artifactId>
923         <version>1.3.0</version>
924       </dependency>
925
926       <!-- Akka -->
927       <dependency>
928         <groupId>com.typesafe.akka</groupId>
929         <artifactId>akka-actor_${scala.version}</artifactId>
930         <version>${akka.version}</version>
931       </dependency>
932       <dependency>
933         <groupId>com.typesafe.akka</groupId>
934         <artifactId>akka-cluster_${scala.version}</artifactId>
935         <version>${akka.version}</version>
936       </dependency>
937       <dependency>
938         <groupId>com.typesafe.akka</groupId>
939         <artifactId>akka-persistence_${scala.version}</artifactId>
940         <version>${akka.version}</version>
941       </dependency>
942       <dependency>
943         <groupId>com.typesafe.akka</groupId>
944         <artifactId>akka-protobuf_${scala.version}</artifactId>
945         <version>${akka.version}</version>
946       </dependency>
947       <dependency>
948         <groupId>com.typesafe.akka</groupId>
949         <artifactId>akka-remote_${scala.version}</artifactId>
950         <version>${akka.version}</version>
951       </dependency>
952       <dependency>
953         <groupId>com.typesafe.akka</groupId>
954         <artifactId>akka-testkit_${scala.version}</artifactId>
955         <version>${akka.version}</version>
956       </dependency>
957       <dependency>
958         <groupId>com.typesafe.akka</groupId>
959         <artifactId>akka-osgi_${scala.version}</artifactId>
960         <version>${akka.version}</version>
961       </dependency>
962       <dependency>
963         <groupId>com.typesafe.akka</groupId>
964         <artifactId>akka-slf4j_${scala.version}</artifactId>
965         <version>${akka.version}</version>
966       </dependency>
967       <dependency>
968         <groupId>org.scala-lang.modules</groupId>
969         <artifactId>scala-java8-compat_${scala.version}</artifactId>
970         <version>0.7.0</version>
971       </dependency>
972       <dependency>
973         <groupId>org.iq80.leveldb</groupId>
974         <artifactId>leveldb</artifactId>
975         <version>${leveldb.version}</version>
976       </dependency>
977       <dependency>
978         <groupId>org.fusesource.leveldbjni</groupId>
979         <artifactId>leveldbjni-all</artifactId>
980         <version>1.8-odl</version>
981       </dependency>
982       <dependency>
983         <groupId>org.uncommons.maths</groupId>
984         <artifactId>uncommons-maths</artifactId>
985         <version>1.2.2a</version>
986       </dependency>
987       <dependency>
988         <groupId>com.google.protobuf</groupId>
989         <artifactId>protobuf-java</artifactId>
990         <version>2.5.0</version>
991       </dependency>
992
993       <!-- Scala -->
994       <dependency>
995         <groupId>org.scala-lang</groupId>
996         <artifactId>scala-library</artifactId>
997         <version>${scala.version}.${scala.micro.version}</version>
998       </dependency>
999       <dependency>
1000         <groupId>org.scala-lang</groupId>
1001         <artifactId>scala-reflect</artifactId>
1002         <version>${scala.version}.${scala.micro.version}</version>
1003       </dependency>
1004
1005       <!-- LMAX Disruptor -->
1006       <dependency>
1007         <groupId>com.lmax</groupId>
1008         <artifactId>disruptor</artifactId>
1009         <!-- If this is updated, the version in features.xml needs to be changed too -->
1010         <version>3.3.2</version>
1011       </dependency>
1012
1013       <!-- Add Pax Exam -->
1014       <dependency>
1015         <groupId>org.ops4j.pax.exam</groupId>
1016         <artifactId>pax-exam</artifactId>
1017         <version>${exam.version}</version>
1018         <scope>test</scope>
1019       </dependency>
1020       <dependency>
1021         <groupId>org.ops4j.pax.exam</groupId>
1022         <artifactId>pax-exam-container-karaf</artifactId>
1023         <version>${exam.version}</version>
1024         <scope>test</scope>
1025       </dependency>
1026       <dependency>
1027         <groupId>org.ops4j.pax.exam</groupId>
1028         <artifactId>pax-exam-container-native</artifactId>
1029         <version>${exam.version}</version>
1030         <scope>test</scope>
1031       </dependency>
1032       <dependency>
1033         <groupId>org.ops4j.pax.exam</groupId>
1034         <artifactId>pax-exam-junit4</artifactId>
1035         <version>${exam.version}</version>
1036         <scope>test</scope>
1037       </dependency>
1038       <dependency>
1039         <groupId>org.ops4j.pax.exam</groupId>
1040         <artifactId>pax-exam-link-mvn</artifactId>
1041         <version>${exam.version}</version>
1042         <scope>test</scope>
1043       </dependency>
1044
1045       <dependency>
1046         <groupId>org.ops4j.pax.url</groupId>
1047         <artifactId>pax-url-aether</artifactId>
1048         <version>1.5.0</version>
1049         <scope>test</scope>
1050       </dependency>
1051       <dependency>
1052         <groupId>org.ops4j.pax.url</groupId>
1053         <artifactId>pax-url-wrap</artifactId>
1054         <version>1.5.0</version>
1055       </dependency>
1056       <dependency>
1057         <groupId>org.springframework.osgi</groupId>
1058         <artifactId>spring-osgi-mock</artifactId>
1059         <version>1.2.1</version>
1060         <scope>test</scope>
1061       </dependency>
1062       <dependency>
1063         <groupId>xmlunit</groupId>
1064         <artifactId>xmlunit</artifactId>
1065         <version>1.6</version>
1066         <scope>test</scope>
1067       </dependency>
1068       <dependency>
1069         <groupId>org.eclipse.jetty</groupId>
1070         <artifactId>jetty-servlets</artifactId>
1071         <version>8.1.14.v20131031</version>
1072       </dependency>
1073       <dependency>
1074         <groupId>org.apache.aries.blueprint</groupId>
1075         <artifactId>org.apache.aries.blueprint.core</artifactId>
1076         <version>1.4.2</version>
1077       </dependency>
1078     </dependencies>
1079   </dependencyManagement>
1080
1081   <build>
1082     <pluginManagement>
1083       <plugins>
1084         <!-- Official maven plugins, alpha-sorted by artifactId.
1085              We do not need to specify the groupId. -->
1086         <plugin>
1087           <artifactId>maven-antrun-plugin</artifactId>
1088           <version>${maven.antrun.plugin.version}</version>
1089         </plugin>
1090         <plugin>
1091           <artifactId>maven-checkstyle-plugin</artifactId>
1092           <version>${checkstyle.version}</version>
1093           <dependencies>
1094             <dependency>
1095               <groupId>org.opendaylight.odlparent</groupId>
1096               <artifactId>checkstyle</artifactId>
1097               <version>${odl.checkstyle.version}</version>
1098             </dependency>
1099             <dependency>
1100               <groupId>org.opendaylight.odlparent</groupId>
1101               <artifactId>odl-license</artifactId>
1102               <version>0.1.0-SNAPSHOT</version>
1103             </dependency>
1104           </dependencies>
1105           <configuration>
1106             <configLocation>odl_checks.xml</configLocation>
1107             <!-- <sourceDirectory> is needed so that checkstyle ignores the
1108                  generated sources directory -->
1109             <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
1110             <excludes>
1111               org/opendaylight/yang/gen/**,
1112               **/protobuff/messages/**,
1113               **/thrift/gen/*.java
1114             </excludes>
1115             <failsOnError>false</failsOnError>
1116             <consoleOutput>true</consoleOutput>
1117           </configuration>
1118           <executions>
1119             <execution>
1120               <id>check-license</id>
1121               <goals>
1122                 <goal>check</goal>
1123               </goals>
1124               <phase>process-sources</phase>
1125               <configuration>
1126                 <configLocation>check-license.xml</configLocation>
1127                 <includeResources>false</includeResources>
1128                 <includeTestResources>false</includeTestResources>
1129                 <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
1130                 <excludes>
1131                   org/opendaylight/yang/gen/**,
1132                   **/protobuff/messages/**,
1133                   **/thrift/gen/*.java
1134                 </excludes>
1135                 <failsOnError>false</failsOnError>
1136                 <consoleOutput>true</consoleOutput>
1137               </configuration>
1138             </execution>
1139             <execution>
1140               <goals>
1141                 <goal>check</goal>
1142               </goals>
1143               <phase>process-sources</phase>
1144             </execution>
1145           </executions>
1146         </plugin>
1147         <plugin>
1148           <artifactId>maven-compiler-plugin</artifactId>
1149           <version>${maven.compile.plugin.version}</version>
1150           <configuration>
1151             <source>1.8</source>
1152             <target>1.8</target>
1153           </configuration>
1154         </plugin>
1155         <plugin>
1156           <artifactId>maven-enforcer-plugin</artifactId>
1157           <version>${enforcer.version}</version>
1158         </plugin>
1159         <plugin>
1160           <artifactId>maven-failsafe-plugin</artifactId>
1161           <version>${failsafe.version}</version>
1162         </plugin>
1163         <plugin>
1164           <artifactId>maven-invoker-plugin</artifactId>
1165           <version>2.0.0</version>
1166         </plugin>
1167         <plugin>
1168           <artifactId>maven-jar-plugin</artifactId>
1169           <version>${maven.jar.version}</version>
1170         </plugin>
1171         <plugin>
1172           <artifactId>maven-release-plugin</artifactId>
1173           <version>${maven.release.version}</version>
1174         </plugin>
1175         <plugin>
1176           <artifactId>maven-dependency-plugin</artifactId>
1177           <version>2.10</version>
1178           <executions>
1179             <execution>
1180               <id>unpack-license</id>
1181               <phase>generate-resources</phase>
1182               <goals><goal>unpack</goal></goals>
1183               <configuration>
1184                 <artifactItems>
1185                   <artifactItem>
1186                     <groupId>org.opendaylight.odlparent</groupId>
1187                     <artifactId>odl-license</artifactId>
1188                     <version>0.1.0-SNAPSHOT</version>
1189                   </artifactItem>
1190                 </artifactItems>
1191                 <outputDirectory>${project.build.outputDirectory}</outputDirectory>
1192                 <excludes>META-INF/**</excludes>
1193               </configuration>
1194             </execution>
1195           </executions>
1196         </plugin>
1197
1198         <plugin>
1199           <artifactId>maven-plugin-plugin</artifactId>
1200           <version>${maven.plugin.version}</version>
1201         </plugin>
1202
1203         <plugin>
1204           <artifactId>maven-resources-plugin</artifactId>
1205           <version>2.7</version>
1206         </plugin>
1207         <plugin>
1208           <artifactId>maven-shade-plugin</artifactId>
1209           <version>2.4.1</version>
1210         </plugin>
1211         <plugin>
1212           <artifactId>maven-site-plugin</artifactId>
1213           <version>3.4</version>
1214         </plugin>
1215         <plugin>
1216           <artifactId>maven-source-plugin</artifactId>
1217           <version>2.4</version>
1218           <executions>
1219             <execution>
1220               <id>attach-sources</id>
1221               <goals>
1222                 <goal>jar-no-fork</goal>
1223               </goals>
1224             </execution>
1225           </executions>
1226         </plugin>
1227         <plugin>
1228           <artifactId>maven-surefire-plugin</artifactId>
1229           <version>${maven.surefire.version}</version>
1230           <configuration>
1231             <redirectTestOutputToFile>true</redirectTestOutputToFile>
1232           </configuration>
1233         </plugin>
1234
1235         <!-- Third-party plugins, grouped by groupId, alpha-sorted by artifactId -->
1236         <plugin>
1237           <groupId>org.apache.felix</groupId>
1238           <artifactId>maven-bundle-plugin</artifactId>
1239           <version>${maven.bundle.version}</version>
1240           <extensions>true</extensions>
1241         </plugin>
1242
1243         <plugin>
1244           <groupId>org.apache.karaf.tooling</groupId>
1245           <artifactId>karaf-maven-plugin</artifactId>
1246           <version>${karaf.version}</version>
1247         </plugin>
1248
1249         <plugin>
1250           <groupId>org.apache.servicemix.tooling</groupId>
1251           <artifactId>depends-maven-plugin</artifactId>
1252           <version>1.3.1</version>
1253           <executions>
1254             <execution>
1255               <id>generate-depends-file</id>
1256               <goals>
1257                 <goal>generate-depends-file</goal>
1258               </goals>
1259             </execution>
1260           </executions>
1261         </plugin>
1262
1263         <plugin>
1264           <groupId>org.codehaus.enunciate</groupId>
1265           <artifactId>maven-enunciate-plugin</artifactId>
1266           <version>${enunciate.version}</version>
1267         </plugin>
1268         <plugin>
1269           <groupId>com.webcohesion.enunciate</groupId>
1270           <artifactId>enunciate-maven-plugin</artifactId>
1271           <version>2.1.1</version>
1272         </plugin>
1273         <plugin>
1274           <groupId>org.codehaus.groovy.maven</groupId>
1275           <artifactId>gmaven-plugin</artifactId>
1276           <version>${gmaven.plugin.version}</version>
1277         </plugin>
1278         <plugin>
1279           <groupId>org.codehaus.mojo</groupId>
1280           <artifactId>build-helper-maven-plugin</artifactId>
1281           <version>1.9.1</version>
1282         </plugin>
1283         <plugin>
1284           <groupId>org.codehaus.mojo</groupId>
1285           <artifactId>findbugs-maven-plugin</artifactId>
1286           <version>3.0.3</version>
1287         </plugin>
1288         <plugin>
1289           <groupId>org.codehaus.mojo</groupId>
1290           <artifactId>properties-maven-plugin</artifactId>
1291           <version>${propertymavenplugin.version}</version>
1292         </plugin>
1293
1294         <plugin>
1295           <groupId>org.eclipse.m2e</groupId>
1296           <artifactId>lifecycle-mapping</artifactId>
1297           <version>1.0.0</version>
1298           <configuration>
1299             <lifecycleMappingMetadata>
1300               <pluginExecutions>
1301                 <pluginExecution>
1302                   <pluginExecutionFilter>
1303                     <groupId>org.apache.felix</groupId>
1304                     <artifactId>maven-bundle-plugin</artifactId>
1305                     <versionRange>[1.0,)</versionRange>
1306                     <goals>
1307                       <goal>manifest</goal>
1308                     </goals>
1309                   </pluginExecutionFilter>
1310                   <action>
1311                     <execute/>
1312                   </action>
1313                 </pluginExecution>
1314                 <pluginExecution>
1315                   <pluginExecutionFilter>
1316                     <groupId>org.apache.maven.plugins</groupId>
1317                     <artifactId>maven-enforcer-plugin</artifactId>
1318                     <versionRange>[1.0.0,)</versionRange>
1319                     <goals>
1320                       <goal>enforce</goal>
1321                     </goals>
1322                   </pluginExecutionFilter>
1323                   <action>
1324                     <ignore/>
1325                   </action>
1326                 </pluginExecution>
1327                 <pluginExecution>
1328                   <pluginExecutionFilter>
1329                     <groupId>org.apache.maven.plugins</groupId>
1330                     <artifactId>maven-checkstyle-plugin</artifactId>
1331                     <versionRange>[2.0.0,)</versionRange>
1332                     <goals>
1333                       <goal>check</goal>
1334                     </goals>
1335                   </pluginExecutionFilter>
1336                   <action>
1337                     <ignore/>
1338                   </action>
1339                 </pluginExecution>
1340                 <pluginExecution>
1341                   <pluginExecutionFilter>
1342                     <groupId>org.apache.maven.plugins</groupId>
1343                     <artifactId>maven-dependency-plugin</artifactId>
1344                     <versionRange>[2.10,)</versionRange>
1345                     <goals>
1346                       <goal>unpack</goal>
1347                     </goals>
1348                   </pluginExecutionFilter>
1349                   <action>
1350                     <execute/>
1351                   </action>
1352                 </pluginExecution>
1353                 <pluginExecution>
1354                   <pluginExecutionFilter>
1355                     <groupId>org.apache.servicemix.tooling</groupId>
1356                     <artifactId>depends-maven-plugin</artifactId>
1357                     <versionRange>[1.2,)</versionRange>
1358                     <goals>
1359                       <goal>generate-depends-file</goal>
1360                     </goals>
1361                   </pluginExecutionFilter>
1362                   <action>
1363                     <execute/>
1364                   </action>
1365                 </pluginExecution>
1366                 <pluginExecution>
1367                   <pluginExecutionFilter>
1368                     <groupId>org.jacoco</groupId>
1369                     <artifactId>jacoco-maven-plugin</artifactId>
1370                     <versionRange>[0.7.0,)</versionRange>
1371                     <goals>
1372                       <goal>prepare-agent</goal>
1373                       <goal>report</goal>
1374                     </goals>
1375                   </pluginExecutionFilter>
1376                   <action>
1377                     <ignore/>
1378                   </action>
1379                 </pluginExecution>
1380               </pluginExecutions>
1381             </lifecycleMappingMetadata>
1382           </configuration>
1383         </plugin>
1384
1385         <plugin>
1386           <groupId>org.jacoco</groupId>
1387           <artifactId>jacoco-maven-plugin</artifactId>
1388           <version>${jacoco.version}</version>
1389           <configuration>
1390             <!-- Note: This exclusion list should match <sonar.exclusions>
1391                        property above -->
1392             <excludes>
1393               <exclude>**/gen/**</exclude>
1394               <exclude>**/generated-sources/**</exclude>
1395               <exclude>**/yang-gen/**</exclude>
1396               <exclude>**/pax/**</exclude>
1397             </excludes>
1398           </configuration>
1399         </plugin>
1400
1401         <plugin>
1402           <groupId>org.ops4j.pax.exam</groupId>
1403           <artifactId>maven-paxexam-plugin</artifactId>
1404           <version>1.2.4</version>
1405         </plugin>
1406
1407         <plugin>
1408           <groupId>org.codehaus.mojo</groupId>
1409           <artifactId>jdepend-maven-plugin</artifactId>
1410           <version>2.0</version>
1411           <executions>
1412             <execution>
1413               <phase>site</phase>
1414               <goals>
1415                 <goal>generate-no-fork</goal>
1416               </goals>
1417             </execution>
1418           </executions>
1419         </plugin>
1420       </plugins>
1421     </pluginManagement>
1422
1423     <plugins>
1424       <plugin>
1425         <artifactId>maven-enforcer-plugin</artifactId>
1426         <executions>
1427           <execution>
1428             <id>enforce-maven</id>
1429             <configuration>
1430               <rules>
1431                 <requireMavenVersion>
1432                   <version>3.1.1</version>
1433                 </requireMavenVersion>
1434               </rules>
1435             </configuration>
1436             <goals>
1437               <goal>enforce</goal>
1438             </goals>
1439           </execution>
1440         </executions>
1441       </plugin>
1442       <plugin>
1443         <artifactId>maven-dependency-plugin</artifactId>
1444       </plugin>
1445       <plugin>
1446         <artifactId>maven-checkstyle-plugin</artifactId>
1447       </plugin>
1448       <plugin>
1449         <artifactId>maven-source-plugin</artifactId>
1450       </plugin>
1451       <plugin>
1452         <artifactId>maven-javadoc-plugin</artifactId>
1453       </plugin>
1454
1455       <!-- Jacoco / Sonar -->
1456       <plugin>
1457         <groupId>org.jacoco</groupId>
1458         <artifactId>jacoco-maven-plugin</artifactId>
1459         <executions>
1460           <execution>
1461             <id>pre-unit-test</id>
1462             <goals>
1463               <goal>prepare-agent</goal>
1464             </goals>
1465             <configuration>
1466               <destFile>${sonar.jacoco.reportPath}</destFile>
1467             </configuration>
1468           </execution>
1469           <execution>
1470             <id>post-unit-test</id>
1471             <goals>
1472               <goal>report</goal>
1473             </goals>
1474             <configuration>
1475               <dataFile>${sonar.jacoco.reportPath}</dataFile>
1476             </configuration>
1477           </execution>
1478         </executions>
1479       </plugin>
1480     </plugins>
1481   </build>
1482
1483   <reporting>
1484     <plugins>
1485       <plugin>
1486         <artifactId>maven-checkstyle-plugin</artifactId>
1487         <version>${checkstyle.version}</version>
1488       </plugin>
1489
1490       <!-- FIXME: activate this
1491       <plugin>
1492         <artifactId>maven-project-info-reports-plugin</artifactId>
1493         <version>${projectinfo}</version>
1494       </plugin-->
1495       <plugin>
1496         <groupId>org.codehaus.mojo</groupId>
1497         <artifactId>findbugs-maven-plugin</artifactId>
1498         <configuration>
1499           <effort>Max</effort>
1500           <threshold>Low</threshold>
1501           <goal>site</goal>
1502         </configuration>
1503       </plugin>
1504       <plugin>
1505         <groupId>org.codehaus.mojo</groupId>
1506         <artifactId>jdepend-maven-plugin</artifactId>
1507         <reportSets>
1508           <reportSet>
1509             <reports>
1510               <report>generate-no-fork</report>
1511             </reports>
1512           </reportSet>
1513         </reportSets>
1514       </plugin>
1515       <plugin>
1516         <artifactId>maven-javadoc-plugin</artifactId>
1517         <configuration>
1518           <links>
1519             <link>http://doc.akka.io/japi/akka/${akka.version}/</link>
1520             <link>https://google.github.io/guava/releases/${guava.version}/api/docs/</link>
1521             <link>http://netty.io/4.0/api/</link>
1522           </links>
1523         </configuration>
1524       </plugin>
1525     </plugins>
1526   </reporting>
1527
1528   <!--
1529     Maven Site Configuration
1530
1531     The following configuration is necessary for maven-site-plugin to
1532     correctly identify the correct deployment path for OpenDaylight Maven
1533     sites.
1534   -->
1535   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
1536
1537   <distributionManagement>
1538     <site>
1539       <id>opendaylight-site</id>
1540       <url>${nexus.site.url}/${project.artifactId}/</url>
1541     </site>
1542   </distributionManagement>
1543 </project>