Intro. @Nullable / @NonNull (and @NonNullByDefault) "type" annotations
[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.8.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     <!-- Used in controller -->
52     <maven.antrun.plugin.version>1.8</maven.antrun.plugin.version>
53     <!-- Used in controller, didm, neutron, openflowplugin, persistence; see also affinity -->
54     <maven.bundle.version>3.0.1</maven.bundle.version>
55     <!-- Used in sxp -->
56     <maven.clean.plugin.version>2.6.1</maven.clean.plugin.version>
57     <!-- Used in controller, didm, l2switch, lacp, persistence; see also toolkit, tsdr, ttp -->
58     <maven.compile.plugin.version>3.5.1</maven.compile.plugin.version>
59     <!-- Used in mdsal, yangtools -->
60     <maven.jar.version>3.0.2</maven.jar.version>
61     <!-- Used in controller, coretutorials, mdsal, snbi, yangtools -->
62     <maven.javadoc.version>2.10.4</maven.javadoc.version>
63     <!-- Used in snmp -->
64     <maven.plugin.version>3.5</maven.plugin.version>
65     <!-- Used in neutron, of-config, tsdr, yangtools -->
66     <!-- Later versions break tests in downstream projects -->
67     <maven.surefire.version>2.18.1</maven.surefire.version>
68
69     <!-- Maven plugin versions, in random formats -->
70     <!-- Used in aaa, alto, controller, didm, tsdr; see also affinity, snmp4sdn, toolkit, ttp -->
71     <bundle.plugin.version>${maven.bundle.version}</bundle.plugin.version>
72     <!-- TODO rename checkstyle.version to checkstyle.(maven.)plugin.version,
73          or just remove it, incl. all usages of it in a number of pom.xml; because normally,
74          as maven-checkstyle-plugin is in pluginManagement, this should not have to be repeated. -->
75     <!-- Used in alto, controller, lacp, netide, openflowjava, packetcable, snmp4sdn, ttp; see also affinity, opendove,
76          toolkit -->
77     <checkstyle.version>2.17</checkstyle.version>
78     <!-- Used in controller, packetcable -->
79     <odl.checkstyle.version>0.3.0-SNAPSHOT</odl.checkstyle.version>
80     <!-- Used in snmp4sdn; see also toolkit -->
81     <compiler.version>${maven.compile.plugin.version}</compiler.version>
82     <!-- Used in controller, l2switch, netide, openflowjava, openflowplugin, snbi, tsdr, ttp; see also toolkit -->
83     <enforcer.version>1.4.1</enforcer.version>
84     <!-- Used in affinity, controller, nemo, opendove, snmp4sdn -->
85     <enunciate.version>1.31</enunciate.version>
86     <!-- Used in affinity, coretutorials, netide -->
87     <exam.version>4.4.0</exam.version>
88     <!-- Used in affinity, controller, neutron, of-config; see also snmp4sdn -->
89     <!-- Later versions break tests in downstream projects -->
90     <failsafe.version>2.18.1</failsafe.version>
91     <!--
92         Regression in jacoco-plugin 0.7.5 prevents us from upgrading to it
93         http://jira.xwiki.org/browse/XCOMMONS-821
94
95         Additionally we need to stay on jacoco 0.7.2.201409121644. Future
96         versions appear to have issues picking up code coverage for projects
97         that use PowerMock.
98         https://github.com/jayway/powermock/issues/564
99     -->
100     <!-- Used in controller, netvirt, neutron, of-config, ovsdb, persistence, snmp4sdn, vtn; see also usc -->
101     <jacoco.version>0.7.2.201409121644</jacoco.version>
102     <!-- Used in aaa, controller, coretutorials, integration/distribution, l2switch, lacp, lispflowmapping, netide,
103          nic, openflowplugin, ovsdb, persistence, sfc, snbi, snmp4sdn?, sxp, topoprocessing, unimgr, vtn -->
104     <karaf.version>3.0.8</karaf.version>
105     <!-- Used in lispflowmapping, snmp4sdn, vtn -->
106     <projectinfo>2.8.1</projectinfo>
107     <!-- Used in of-config; see also snmp4sdn -->
108     <propertymavenplugin.version>1.0.0</propertymavenplugin.version>
109     <!-- Used in topoprocessing; see also defense4all, snmp4sdn, toolkit -->
110     <releaseplugin.version>2.5.3</releaseplugin.version>
111
112     <!-- Supporting Libraries -->
113     <!-- Used by controller -->
114     <bouncycastle.version>1.55</bouncycastle.version>
115
116     <!-- Used by controller, snbi; see also centinel, dlux, toolkit -->
117     <osgi.core.version>5.0.0</osgi.core.version>
118
119     <akka.version>2.4.7</akka.version>
120     <scala.version>2.11</scala.version>
121     <scala.micro.version>8</scala.micro.version>
122     <leveldb.version>0.7</leveldb.version>
123
124     <!-- Default Sonar configuration -->
125     <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
126     <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
127     <sonar.jacoco.reportPath>${project.build.directory}/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
128     <sonar.jacoco.itReportPath>${project.build.directory}/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
129     <!-- Note: This list should match jacoco-maven-plugin's exclusion list below -->
130     <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
131
132     <pmd.cpd.fail>false</pmd.cpd.fail>
133   </properties>
134
135   <dependencyManagement>
136     <dependencies>
137
138       <dependency>
139         <groupId>org.opendaylight.odlparent</groupId>
140         <artifactId>odlparent-artifacts</artifactId>
141         <version>1.8.0-SNAPSHOT</version>
142         <scope>import</scope>
143         <type>pom</type>
144       </dependency>
145
146       <!-- Build tool dependencies (normally not here in <dependencies>,
147            but in a <dependency> in <pluginManagement> but for Checkstyle this
148            is required so that we can share the same version of Checkstyle
149            for both the Maven plugin below as well as  for custom Checkstyle
150            check rule projects, such as yangtools' checkstyle-logging) -->
151       <dependency>
152         <groupId>com.puppycrawl.tools</groupId>
153         <artifactId>checkstyle</artifactId>
154         <!-- This should match the plugin management on maven-checkstyle-plugin below -->
155         <version>6.16</version>
156       </dependency>
157
158       <!-- Testing Dependencies -->
159       <!-- JUnit, Hamcrest, Mockito and PowerMock need to be kept in sync -->
160       <!-- Need to stick to JUnit 4.11 until
161            https://github.com/jayway/powermock/issues/560 is fixed (either in
162            PowerMock or with a new JUnit release) -->
163       <dependency>
164         <groupId>junit</groupId>
165         <artifactId>junit</artifactId>
166         <version>4.11</version>
167         <scope>test</scope>
168       </dependency>
169       <dependency>
170         <groupId>junit</groupId>
171         <artifactId>junit-dep</artifactId>
172         <version>4.11</version>
173         <scope>test</scope>
174       </dependency>
175       <dependency>
176          <groupId>org.skyscreamer</groupId>
177          <artifactId>jsonassert</artifactId>
178          <version>1.3.0</version>
179          <scope>test</scope>
180       </dependency>
181       <dependency>
182         <groupId>org.mockito</groupId>
183         <artifactId>mockito-all</artifactId>
184         <version>1.10.19</version>
185         <scope>test</scope>
186       </dependency>
187       <dependency>
188         <groupId>org.mockito</groupId>
189         <artifactId>mockito-core</artifactId>
190         <version>1.10.19</version>
191         <scope>test</scope>
192       </dependency>
193       <dependency>
194         <groupId>org.hamcrest</groupId>
195         <artifactId>hamcrest-core</artifactId>
196         <version>1.3</version>
197         <scope>test</scope>
198       </dependency>
199       <dependency>
200         <groupId>org.hamcrest</groupId>
201         <artifactId>hamcrest-library</artifactId>
202         <version>1.3</version>
203         <scope>test</scope>
204       </dependency>
205       <dependency>
206         <groupId>com.google.truth</groupId>
207         <artifactId>truth</artifactId>
208         <version>0.28</version>
209         <scope>test</scope>
210       </dependency>
211       <dependency>
212         <groupId>org.powermock</groupId>
213         <artifactId>powermock-api-mockito</artifactId>
214         <version>1.6.4</version>
215         <scope>test</scope>
216       </dependency>
217       <dependency>
218         <groupId>org.powermock</groupId>
219         <artifactId>powermock-api-support</artifactId>
220         <version>1.6.4</version>
221         <scope>test</scope>
222       </dependency>
223       <dependency>
224         <groupId>org.powermock</groupId>
225         <artifactId>powermock-core</artifactId>
226         <version>1.6.4</version>
227         <scope>test</scope>
228       </dependency>
229       <dependency>
230         <groupId>org.powermock</groupId>
231         <artifactId>powermock-module-junit4</artifactId>
232         <version>1.6.4</version>
233         <scope>test</scope>
234       </dependency>
235       <dependency>
236         <groupId>org.powermock</groupId>
237         <artifactId>powermock-reflect</artifactId>
238         <version>1.6.4</version>
239         <scope>test</scope>
240       </dependency>
241       <!-- Supporting Libraries -->
242       <dependency>
243         <groupId>org.slf4j</groupId>
244         <artifactId>jcl-over-slf4j</artifactId>
245         <version>1.7.21</version>
246       </dependency>
247       <dependency>
248         <groupId>org.slf4j</groupId>
249         <artifactId>slf4j-api</artifactId>
250         <version>1.7.21</version>
251       </dependency>
252       <dependency>
253         <groupId>org.slf4j</groupId>
254         <artifactId>slf4j-log4j12</artifactId>
255         <version>1.7.21</version>
256       </dependency>
257       <dependency>
258         <groupId>org.slf4j</groupId>
259         <artifactId>log4j-over-slf4j</artifactId>
260         <version>1.7.21</version>
261       </dependency>
262       <dependency>
263         <groupId>org.slf4j</groupId>
264         <artifactId>slf4j-simple</artifactId>
265         <version>1.7.21</version>
266         <scope>test</scope>
267       </dependency>
268       <dependency>
269         <groupId>xml-apis</groupId>
270         <artifactId>xml-apis</artifactId>
271         <version>1.4.01</version>
272       </dependency>
273       <dependency>
274         <groupId>xerces</groupId>
275         <artifactId>xercesImpl</artifactId>
276         <version>2.11.0</version>
277       </dependency>
278       <dependency>
279         <groupId>ch.qos.logback</groupId>
280         <artifactId>logback-core</artifactId>
281         <version>1.1.7</version>
282       </dependency>
283       <dependency>
284         <groupId>ch.qos.logback</groupId>
285         <artifactId>logback-classic</artifactId>
286         <version>1.1.7</version>
287       </dependency>
288       <dependency>
289         <groupId>com.google.guava</groupId>
290         <artifactId>guava</artifactId>
291         <version>18.0</version>
292       </dependency>
293       <dependency>
294         <groupId>com.google.guava</groupId>
295         <artifactId>guava-testlib</artifactId>
296         <version>18.0</version>
297         <scope>test</scope>
298       </dependency>
299       <dependency>
300         <groupId>com.mycila.guice.extensions</groupId>
301         <!-- This transitively pulls com.google.inject:guice along -->
302         <artifactId>mycila-guice-jsr250</artifactId>
303         <version>4.0.rc1</version>
304         <scope>test</scope>
305       </dependency>
306       <dependency>
307         <groupId>org.apache.commons</groupId>
308         <artifactId>commons-lang3</artifactId>
309         <version>3.5</version>
310       </dependency>
311       <dependency>
312         <groupId>commons-lang</groupId>
313         <artifactId>commons-lang</artifactId>
314         <version>2.6</version>
315       </dependency>
316       <dependency>
317         <groupId>commons-codec</groupId>
318         <artifactId>commons-codec</artifactId>
319         <version>1.10</version>
320       </dependency>
321       <!-- Jersey for JAXRS -->
322       <dependency>
323         <groupId>javax.ws.rs</groupId>
324         <artifactId>javax.ws.rs-api</artifactId>
325         <version>2.0.1</version>
326       </dependency>
327       <dependency>
328         <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
329         <artifactId>jersey-guava</artifactId>
330         <version>2.22.2</version>
331       </dependency>
332       <dependency>
333         <groupId>org.glassfish</groupId>
334         <artifactId>javax.json</artifactId>
335         <version>1.0.4</version>
336       </dependency>
337       <dependency>
338         <groupId>com.eclipsesource.jaxrs</groupId>
339         <artifactId>jersey-all</artifactId>
340         <version>2.22.2</version>
341       </dependency>
342
343       <!-- servlet 3.x support -->
344       <dependency>
345         <groupId>org.glassfish.jersey.containers</groupId>
346         <artifactId>jersey-container-servlet</artifactId>
347         <version>2.8</version>
348       </dependency>
349       <dependency>
350         <groupId>org.apache.geronimo.bundles</groupId>
351         <artifactId>json</artifactId>
352         <version>20090211_1</version>
353       </dependency>
354       <!-- FIXME : remove all dependencies for jersey 1.17 -->
355       <dependency>
356         <groupId>com.sun.jersey</groupId>
357         <artifactId>jersey-core</artifactId>
358         <version>1.17</version>
359       </dependency>
360       <dependency>
361         <groupId>com.sun.jersey</groupId>
362         <artifactId>jersey-json</artifactId>
363         <version>1.17</version>
364       </dependency>
365       <dependency>
366         <groupId>com.sun.jersey</groupId>
367         <artifactId>jersey-server</artifactId>
368         <version>1.17</version>
369       </dependency>
370       <dependency>
371         <groupId>com.sun.jersey</groupId>
372         <artifactId>jersey-servlet</artifactId>
373         <version>1.17</version>
374       </dependency>
375       <dependency>
376         <groupId>com.sun.jersey.jersey-test-framework</groupId>
377         <artifactId>jersey-test-framework-grizzly2</artifactId>
378         <version>1.17</version>
379         <scope>test</scope>
380       </dependency>
381       <dependency>
382         <groupId>com.sun.jersey.jersey-test-framework</groupId>
383         <artifactId>jersey-test-framework-inmemory</artifactId>
384         <version>1.17</version>
385         <scope>test</scope>
386       </dependency>
387       <dependency>
388         <groupId>com.sun.jersey</groupId>
389         <artifactId>jersey-client</artifactId>
390         <version>1.17</version>
391       </dependency>
392       <dependency>
393         <groupId>org.opendaylight.controller.thirdparty</groupId>
394         <artifactId>com.sun.jersey.jersey-servlet</artifactId>
395         <version>1.17</version>
396       </dependency>
397       <dependency>
398         <groupId>org.apache.shiro</groupId>
399         <artifactId>shiro-core</artifactId>
400         <version>1.3.2</version>
401       </dependency>
402       <dependency>
403         <groupId>org.apache.shiro</groupId>
404         <artifactId>shiro-web</artifactId>
405         <version>1.3.2</version>
406       </dependency>
407
408       <!-- Plugin integration -->
409       <dependency>
410         <groupId>net.java.dev.stax-utils</groupId>
411         <artifactId>stax-utils</artifactId>
412         <version>20070216</version>
413       </dependency>
414       <dependency>
415         <groupId>org.sonatype.plexus</groupId>
416         <artifactId>plexus-build-api</artifactId>
417         <version>0.0.7</version>
418       </dependency>
419       <dependency>
420         <groupId>org.codehaus.plexus</groupId>
421         <artifactId>plexus-slf4j-logging</artifactId>
422         <version>1.1</version>
423       </dependency>
424       <dependency>
425         <groupId>com.fasterxml.jackson.core</groupId>
426         <artifactId>jackson-annotations</artifactId>
427         <version>2.3.2</version>
428       </dependency>
429       <dependency>
430         <groupId>com.fasterxml.jackson.core</groupId>
431         <artifactId>jackson-core</artifactId>
432         <version>2.3.2</version>
433       </dependency>
434       <dependency>
435         <groupId>com.fasterxml.jackson.core</groupId>
436         <artifactId>jackson-databind</artifactId>
437         <version>2.3.2</version>
438       </dependency>
439       <dependency>
440         <groupId>com.fasterxml.jackson.datatype</groupId>
441         <artifactId>jackson-datatype-json-org</artifactId>
442         <version>2.3.2</version>
443       </dependency>
444       <!-- TODO do we really need resteasy ? -->
445       <dependency>
446           <groupId>org.jboss.resteasy</groupId>
447           <artifactId>jaxrs-api</artifactId>
448           <version>3.0.12.Final</version>
449       </dependency>
450
451       <dependency>
452         <groupId>com.fasterxml.jackson.jaxrs</groupId>
453         <artifactId>jackson-jaxrs-base</artifactId>
454         <version>2.3.2</version>
455       </dependency>
456       <dependency>
457         <groupId>com.fasterxml.jackson.jaxrs</groupId>
458         <artifactId>jackson-jaxrs-json-provider</artifactId>
459         <version>2.3.2</version>
460       </dependency>
461       <dependency>
462         <groupId>com.fasterxml.jackson.module</groupId>
463         <artifactId>jackson-module-jaxb-annotations</artifactId>
464         <version>2.3.2</version>
465       </dependency>
466       <dependency>
467         <groupId>com.sun.xml.txw2</groupId>
468         <artifactId>txw2</artifactId>
469         <version>20110809</version>
470       </dependency>
471       <dependency>
472         <groupId>com.github.romix</groupId>
473         <artifactId>java-concurrent-hash-trie-map</artifactId>
474         <version>0.2.23</version>
475       </dependency>
476       <dependency>
477         <groupId>com.google.code.findbugs</groupId>
478         <artifactId>jsr305</artifactId>
479         <version>3.0.0</version>
480       </dependency>
481       <dependency>
482         <groupId>com.google.code.findbugs</groupId>
483         <artifactId>annotations</artifactId>
484         <version>3.0.0</version>
485         <exclusions>
486           <!-- We'd like (have) to eventually exclude :jsr305 here as well, because
487                the types of this artifact are already shaded inside the :annotations artifact.
488                This state is a temporary solution to allow all projects to gradually switch over
489                switch their <dependency><groupId>com.google.code.findbugs from
490                <artifactId>jsr305 to <artifactId>annotations in all pom.xml.
491                The target solution is https://git.opendaylight.org/gerrit/#/c/47337/
492             -->
493           <exclusion>
494             <groupId>net.jcip</groupId>
495             <!-- The types of this artifact are already shaded inside the :annotations artifact -->
496             <artifactId>jcip-annotations</artifactId>
497           </exclusion>
498         </exclusions>
499       </dependency>
500       <dependency>
501         <groupId>org.eclipse.jdt</groupId>
502         <artifactId>org.eclipse.jdt.annotation</artifactId>
503         <version>2.0.0</version>
504         <scope>provided</scope>
505       </dependency>
506       <dependency>
507         <groupId>com.google.code.gson</groupId>
508         <artifactId>gson</artifactId>
509         <version>2.7</version>
510       </dependency>
511       <dependency>
512         <groupId>commons-fileupload</groupId>
513         <artifactId>commons-fileupload</artifactId>
514         <version>1.3.1</version>
515       </dependency>
516       <dependency>
517         <groupId>commons-io</groupId>
518         <artifactId>commons-io</artifactId>
519         <version>2.4</version>
520       </dependency>
521       <dependency>
522         <groupId>commons-net</groupId>
523         <artifactId>commons-net</artifactId>
524         <version>3.5</version>
525       </dependency>
526       <dependency>
527         <groupId>eclipselink</groupId>
528         <artifactId>javax.persistence</artifactId>
529         <version>2.0.4.v201112161009</version>
530       </dependency>
531       <dependency>
532         <groupId>eclipselink</groupId>
533         <artifactId>javax.resource</artifactId>
534         <version>1.5.0.v200906010428</version>
535       </dependency>
536       <dependency>
537         <groupId>equinoxSDK381</groupId>
538         <artifactId>javax.servlet</artifactId>
539         <version>3.0.0.v201112011016</version>
540       </dependency>
541       <dependency>
542         <groupId>equinoxSDK381</groupId>
543         <artifactId>javax.servlet.jsp</artifactId>
544         <version>2.2.0.v201112011158</version>
545       </dependency>
546       <dependency>
547         <groupId>equinoxSDK381</groupId>
548         <artifactId>org.apache.felix.gogo.command</artifactId>
549         <version>0.8.0.v201108120515</version>
550       </dependency>
551       <dependency>
552         <groupId>equinoxSDK381</groupId>
553         <artifactId>org.apache.felix.gogo.runtime</artifactId>
554         <version>0.8.0.v201108120515</version>
555       </dependency>
556       <dependency>
557         <groupId>equinoxSDK381</groupId>
558         <artifactId>org.apache.felix.gogo.shell</artifactId>
559         <version>0.8.0.v201110170705</version>
560       </dependency>
561       <dependency>
562         <groupId>equinoxSDK381</groupId>
563         <artifactId>org.eclipse.equinox.cm</artifactId>
564         <version>1.0.400.v20120522-1841</version>
565       </dependency>
566       <dependency>
567         <groupId>equinoxSDK381</groupId>
568         <artifactId>org.eclipse.equinox.console</artifactId>
569         <version>1.0.0.v20120522-1841</version>
570       </dependency>
571       <dependency>
572         <groupId>equinoxSDK381</groupId>
573         <artifactId>org.eclipse.equinox.ds</artifactId>
574         <version>1.4.0.v20120522-1841</version>
575       </dependency>
576       <dependency>
577         <groupId>equinoxSDK381</groupId>
578         <artifactId>org.eclipse.equinox.launcher</artifactId>
579         <version>1.3.0.v20120522-1813</version>
580       </dependency>
581       <dependency>
582         <groupId>equinoxSDK381</groupId>
583         <artifactId>org.eclipse.equinox.util</artifactId>
584         <version>1.0.400.v20120522-2049</version>
585       </dependency>
586       <dependency>
587         <groupId>equinoxSDK381</groupId>
588         <artifactId>org.eclipse.osgi.services</artifactId>
589         <version>3.3.100.v20120522-1822</version>
590       </dependency>
591
592       <dependency>
593         <groupId>org.eclipse.tycho</groupId>
594         <artifactId>org.eclipse.osgi</artifactId>
595         <version>3.9.1.v20130814-1242</version>
596       </dependency>
597       <!-- FIXME: remove once all users migrate to org.eclipse.tycho -->
598       <dependency>
599         <groupId>equinoxSDK381</groupId>
600         <artifactId>org.eclipse.osgi</artifactId>
601         <version>3.8.1.v20120830-144521</version>
602       </dependency>
603
604       <!-- Gemini Web -->
605       <dependency>
606         <groupId>geminiweb</groupId>
607         <artifactId>org.eclipse.gemini.web.core</artifactId>
608         <version>2.2.0.RELEASE</version>
609       </dependency>
610       <dependency>
611         <groupId>geminiweb</groupId>
612         <artifactId>org.eclipse.gemini.web.extender</artifactId>
613         <version>2.2.0.RELEASE</version>
614       </dependency>
615       <dependency>
616         <groupId>geminiweb</groupId>
617         <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
618         <version>2.2.0.RELEASE</version>
619       </dependency>
620       <dependency>
621         <groupId>geminiweb</groupId>
622         <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
623         <version>3.6.0.RELEASE</version>
624       </dependency>
625       <dependency>
626         <groupId>geminiweb</groupId>
627         <artifactId>org.eclipse.virgo.util.common</artifactId>
628         <version>3.6.0.RELEASE</version>
629       </dependency>
630       <dependency>
631         <groupId>geminiweb</groupId>
632         <artifactId>org.eclipse.virgo.util.io</artifactId>
633         <version>3.6.0.RELEASE</version>
634       </dependency>
635       <dependency>
636         <groupId>geminiweb</groupId>
637         <artifactId>org.eclipse.virgo.util.math</artifactId>
638         <version>3.6.0.RELEASE</version>
639       </dependency>
640       <dependency>
641         <groupId>geminiweb</groupId>
642         <artifactId>org.eclipse.virgo.util.osgi</artifactId>
643         <version>3.6.0.RELEASE</version>
644       </dependency>
645       <dependency>
646         <groupId>geminiweb</groupId>
647         <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
648         <version>3.6.0.RELEASE</version>
649       </dependency>
650       <dependency>
651         <groupId>geminiweb</groupId>
652         <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
653         <version>3.6.0.RELEASE</version>
654       </dependency>
655       <!-- Netty -->
656       <dependency>
657         <groupId>io.netty</groupId>
658         <artifactId>netty-all</artifactId>
659         <!-- If these are updated, the version in features.xml needs to be changed too -->
660         <version>4.0.37.Final</version>
661       </dependency>
662       <dependency>
663         <groupId>io.netty</groupId>
664         <artifactId>netty-buffer</artifactId>
665         <version>4.0.37.Final</version>
666       </dependency>
667       <dependency>
668         <groupId>io.netty</groupId>
669         <artifactId>netty-codec</artifactId>
670         <version>4.0.37.Final</version>
671       </dependency>
672       <dependency>
673         <groupId>io.netty</groupId>
674         <artifactId>netty-codec-http</artifactId>
675         <version>4.0.37.Final</version>
676       </dependency>
677       <dependency>
678         <groupId>io.netty</groupId>
679         <artifactId>netty-common</artifactId>
680         <version>4.0.37.Final</version>
681       </dependency>
682       <dependency>
683         <groupId>io.netty</groupId>
684         <artifactId>netty-handler</artifactId>
685         <version>4.0.37.Final</version>
686       </dependency>
687       <dependency>
688         <groupId>io.netty</groupId>
689         <artifactId>netty-transport</artifactId>
690         <version>4.0.37.Final</version>
691       </dependency>
692       <!-- Here we need to define all available native epoll implementations; we can't limit ourselves to the build
693       platform and we can't require the build platform to have an implementation (e.g. OS X) -->
694       <dependency>
695         <groupId>io.netty</groupId>
696         <artifactId>netty-transport-native-epoll</artifactId>
697         <classifier>linux-x86_64</classifier>
698         <version>4.0.37.Final</version>
699       </dependency>
700       <dependency>
701         <groupId>javax.ws.rs</groupId>
702         <artifactId>jsr311-api</artifactId>
703         <version>1.1.1</version>
704       </dependency>
705       <dependency>
706         <groupId>orbit</groupId>
707         <artifactId>javax.activation</artifactId>
708         <version>1.1.0.v201211130549</version>
709       </dependency>
710       <dependency>
711         <groupId>orbit</groupId>
712         <artifactId>javax.annotation</artifactId>
713         <version>1.1.0.v201209060031</version>
714       </dependency>
715       <dependency>
716         <groupId>orbit</groupId>
717         <artifactId>javax.ejb</artifactId>
718         <version>3.1.1.v201204261316</version>
719       </dependency>
720       <dependency>
721         <groupId>orbit</groupId>
722         <artifactId>javax.el</artifactId>
723         <version>2.2.0.v201108011116</version>
724       </dependency>
725       <dependency>
726         <groupId>orbit</groupId>
727         <artifactId>javax.mail.glassfish</artifactId>
728         <version>1.4.1.v201108011116</version>
729       </dependency>
730       <dependency>
731         <groupId>javax.servlet</groupId>
732         <artifactId>javax.servlet-api</artifactId>
733         <version>3.0.1</version>
734       </dependency>
735       <dependency>
736         <groupId>orbit</groupId>
737         <artifactId>javax.servlet.jsp.jstl</artifactId>
738         <version>1.2.0.v201105211821</version>
739       </dependency>
740       <dependency>
741         <groupId>orbit</groupId>
742         <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
743         <version>1.2.0.v201210211230</version>
744       </dependency>
745       <dependency>
746         <groupId>orbit</groupId>
747         <artifactId>javax.xml.rpc</artifactId>
748         <version>1.1.0.v201005080400</version>
749       </dependency>
750       <dependency>
751         <groupId>orbit</groupId>
752         <artifactId>org.apache.catalina</artifactId>
753         <version>7.0.53.v201406061610</version>
754       </dependency>
755       <dependency>
756         <groupId>orbit</groupId>
757         <artifactId>org.apache.catalina.ha</artifactId>
758         <version>7.0.53.v201406070630</version>
759       </dependency>
760       <dependency>
761         <groupId>orbit</groupId>
762         <artifactId>org.apache.catalina.tribes</artifactId>
763         <version>7.0.53.v201406070630</version>
764       </dependency>
765       <dependency>
766         <groupId>orbit</groupId>
767         <artifactId>org.apache.coyote</artifactId>
768         <version>7.0.53.v201406070630</version>
769       </dependency>
770       <dependency>
771         <groupId>orbit</groupId>
772         <artifactId>org.apache.el</artifactId>
773         <version>7.0.53.v201406060720</version>
774       </dependency>
775       <dependency>
776         <groupId>orbit</groupId>
777         <artifactId>org.apache.jasper</artifactId>
778         <version>7.0.53.v201406070630</version>
779       </dependency>
780       <dependency>
781         <groupId>orbit</groupId>
782         <artifactId>org.apache.juli.extras</artifactId>
783         <version>7.0.53.v201406060720</version>
784       </dependency>
785       <dependency>
786         <groupId>orbit</groupId>
787         <artifactId>org.apache.tomcat.api</artifactId>
788         <version>7.0.53.v201406060720</version>
789       </dependency>
790       <dependency>
791         <groupId>orbit</groupId>
792         <artifactId>org.apache.tomcat.util</artifactId>
793         <version>7.0.53.v201406070630</version>
794       </dependency>
795       <dependency>
796         <groupId>org.aopalliance</groupId>
797         <artifactId>com.springsource.org.aopalliance</artifactId>
798         <version>1.0.0</version>
799       </dependency>
800       <dependency>
801         <groupId>org.apache.felix</groupId>
802         <artifactId>org.apache.felix.dependencymanager</artifactId>
803         <version>4.3.0</version>
804       </dependency>
805       <dependency>
806         <groupId>org.apache.felix</groupId>
807         <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
808         <version>4.0.4</version>
809       </dependency>
810       <dependency>
811         <groupId>org.apache.felix</groupId>
812         <artifactId>org.apache.felix.fileinstall</artifactId>
813         <version>3.5.4</version>
814       </dependency>
815       <dependency>
816         <groupId>org.apache.felix</groupId>
817         <artifactId>org.apache.felix.metatype</artifactId>
818         <version>1.1.2</version>
819       </dependency>
820       <!-- felix webconsole -->
821       <dependency>
822         <groupId>org.apache.felix</groupId>
823         <artifactId>org.apache.felix.webconsole</artifactId>
824         <version>4.2.14</version>
825         <!-- the all bundle includes all the necessary plugins -->
826         <classifier>all</classifier>
827       </dependency>
828       <dependency>
829         <groupId>org.bouncycastle</groupId>
830         <artifactId>bcpkix-jdk15on</artifactId>
831         <version>${bouncycastle.version}</version>
832       </dependency>
833       <dependency>
834         <groupId>org.bouncycastle</groupId>
835         <artifactId>bcprov-jdk15on</artifactId>
836         <version>${bouncycastle.version}</version>
837       </dependency>
838       <dependency>
839         <groupId>org.codehaus.enunciate</groupId>
840         <artifactId>enunciate-core-annotations</artifactId>
841         <version>${enunciate.version}</version>
842       </dependency>
843       <dependency>
844         <groupId>com.webcohesion.enunciate</groupId>
845         <artifactId>enunciate-core-annotations</artifactId>
846         <version>2.6.0</version>
847       </dependency>
848       <dependency>
849         <groupId>org.codehaus.jettison</groupId>
850         <artifactId>jettison</artifactId>
851         <version>1.3.7</version>
852       </dependency>
853       <!-- equinox http service bridge -->
854       <dependency>
855         <groupId>org.eclipse.equinox.http</groupId>
856         <artifactId>servlet</artifactId>
857         <version>1.0.0-v20070606</version>
858       </dependency>
859       <!-- To upgrade org.eclipse.persistence dependencies to 2.6.0+, we need to ensure all downstreams consumers
860          pull in javax.validation first:
861          http://stackoverflow.com/questions/28568154/how-to-get-eclipselink-2-6-0-m3-working-with-jersey-1-18-3 -->
862       <dependency>
863         <groupId>org.eclipse.persistence</groupId>
864         <artifactId>org.eclipse.persistence.antlr</artifactId>
865         <version>2.6.2</version>
866       </dependency>
867       <dependency>
868         <groupId>org.eclipse.persistence</groupId>
869         <artifactId>org.eclipse.persistence.core</artifactId>
870         <version>2.6.2</version>
871       </dependency>
872       <dependency>
873         <groupId>org.eclipse.persistence</groupId>
874         <artifactId>org.eclipse.persistence.moxy</artifactId>
875         <version>2.6.2</version>
876       </dependency>
877       <dependency>
878         <groupId>javax.validation</groupId>
879         <artifactId>validation-api</artifactId>
880         <version>1.1.0.Final</version>
881       </dependency>
882       <dependency>
883         <groupId>org.javassist</groupId>
884         <artifactId>javassist</artifactId>
885         <version>3.20.0-GA</version>
886       </dependency>
887       <dependency>
888         <groupId>org.jboss.spec.javax.transaction</groupId>
889         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
890         <version>1.0.1.Final</version>
891       </dependency>
892       <dependency>
893         <groupId>org.jolokia</groupId>
894         <artifactId>jolokia-osgi</artifactId>
895         <version>1.3.3</version>
896       </dependency>
897       <dependency>
898         <groupId>org.json</groupId>
899         <artifactId>json</artifactId>
900         <version>20131018</version>
901       </dependency>
902       <dependency>
903         <groupId>org.osgi</groupId>
904         <artifactId>org.osgi.compendium</artifactId>
905         <version>5.0.0</version>
906         <scope>provided</scope>
907       </dependency>
908       <dependency>
909         <groupId>org.osgi</groupId>
910         <artifactId>org.osgi.core</artifactId>
911         <version>${osgi.core.version}</version>
912         <scope>provided</scope>
913       </dependency>
914       <dependency>
915         <groupId>org.ow2.asm</groupId>
916         <artifactId>asm-all</artifactId>
917         <version>5.1</version>
918       </dependency>
919       <!-- Visual VM hook -->
920       <dependency>
921         <groupId>org.ow2.chameleon.management</groupId>
922         <artifactId>chameleon-mbeans</artifactId>
923         <version>1.0.0</version>
924       </dependency>
925       <dependency>
926         <groupId>org.springframework</groupId>
927         <artifactId>spring-aop</artifactId>
928         <version>3.2.14.RELEASE</version>
929       </dependency>
930       <dependency>
931         <groupId>org.springframework</groupId>
932         <artifactId>spring-beans</artifactId>
933         <version>3.2.14.RELEASE</version>
934       </dependency>
935       <dependency>
936         <groupId>org.springframework</groupId>
937         <artifactId>spring-context</artifactId>
938         <version>3.2.14.RELEASE</version>
939       </dependency>
940       <dependency>
941         <groupId>org.springframework</groupId>
942         <artifactId>spring-core</artifactId>
943         <version>3.2.14.RELEASE</version>
944       </dependency>
945       <dependency>
946         <groupId>org.springframework</groupId>
947         <artifactId>spring-expression</artifactId>
948         <version>3.2.14.RELEASE</version>
949       </dependency>
950       <dependency>
951         <groupId>org.springframework</groupId>
952         <artifactId>spring-tx</artifactId>
953         <version>3.2.14.RELEASE</version>
954       </dependency>
955       <dependency>
956         <groupId>org.springframework</groupId>
957         <artifactId>spring-web</artifactId>
958         <version>3.2.14.RELEASE</version>
959       </dependency>
960       <dependency>
961         <groupId>org.springframework</groupId>
962         <artifactId>spring-webmvc</artifactId>
963         <version>3.2.14.RELEASE</version>
964       </dependency>
965       <!-- Spring security -->
966       <dependency>
967         <groupId>org.springframework.security</groupId>
968         <artifactId>spring-security-config</artifactId>
969         <version>3.2.8.RELEASE</version>
970       </dependency>
971       <dependency>
972         <groupId>org.springframework.security</groupId>
973         <artifactId>spring-security-core</artifactId>
974         <version>3.2.8.RELEASE</version>
975       </dependency>
976       <dependency>
977         <groupId>org.springframework.security</groupId>
978         <artifactId>spring-security-taglibs</artifactId>
979         <version>3.2.8.RELEASE</version>
980       </dependency>
981       <dependency>
982         <groupId>org.springframework.security</groupId>
983         <artifactId>spring-security-web</artifactId>
984         <version>3.2.8.RELEASE</version>
985       </dependency>
986       <dependency>
987         <groupId>virgomirror</groupId>
988         <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
989         <version>3.8.0.I20120518-2145</version>
990       </dependency>
991
992       <!-- Configuration library -->
993       <!-- This needs to be kept in sync with the version used by akka -->
994       <dependency>
995         <groupId>com.typesafe</groupId>
996         <artifactId>config</artifactId>
997         <version>1.3.0</version>
998       </dependency>
999
1000       <!-- Akka -->
1001       <dependency>
1002         <groupId>com.typesafe.akka</groupId>
1003         <artifactId>akka-actor_${scala.version}</artifactId>
1004         <version>${akka.version}</version>
1005       </dependency>
1006       <dependency>
1007         <groupId>com.typesafe.akka</groupId>
1008         <artifactId>akka-cluster_${scala.version}</artifactId>
1009         <version>${akka.version}</version>
1010       </dependency>
1011       <dependency>
1012         <groupId>com.typesafe.akka</groupId>
1013         <artifactId>akka-persistence_${scala.version}</artifactId>
1014         <version>${akka.version}</version>
1015       </dependency>
1016       <dependency>
1017         <groupId>com.typesafe.akka</groupId>
1018         <artifactId>akka-protobuf_${scala.version}</artifactId>
1019         <version>${akka.version}</version>
1020       </dependency>
1021       <dependency>
1022         <groupId>com.typesafe.akka</groupId>
1023         <artifactId>akka-remote_${scala.version}</artifactId>
1024         <version>${akka.version}</version>
1025       </dependency>
1026       <dependency>
1027         <groupId>com.typesafe.akka</groupId>
1028         <artifactId>akka-testkit_${scala.version}</artifactId>
1029         <version>${akka.version}</version>
1030         <scope>test</scope>
1031       </dependency>
1032       <dependency>
1033         <groupId>com.typesafe.akka</groupId>
1034         <artifactId>akka-osgi_${scala.version}</artifactId>
1035         <version>${akka.version}</version>
1036       </dependency>
1037       <dependency>
1038         <groupId>com.typesafe.akka</groupId>
1039         <artifactId>akka-slf4j_${scala.version}</artifactId>
1040         <version>${akka.version}</version>
1041       </dependency>
1042       <dependency>
1043         <groupId>org.scala-lang.modules</groupId>
1044         <artifactId>scala-java8-compat_${scala.version}</artifactId>
1045         <version>0.7.0</version>
1046       </dependency>
1047       <dependency>
1048         <groupId>org.iq80.leveldb</groupId>
1049         <artifactId>leveldb</artifactId>
1050         <version>${leveldb.version}</version>
1051       </dependency>
1052       <dependency>
1053         <groupId>org.fusesource.leveldbjni</groupId>
1054         <artifactId>leveldbjni-all</artifactId>
1055         <version>1.8-odl</version>
1056       </dependency>
1057       <dependency>
1058         <groupId>org.uncommons.maths</groupId>
1059         <artifactId>uncommons-maths</artifactId>
1060         <version>1.2.2a</version>
1061       </dependency>
1062       <dependency>
1063         <groupId>com.google.protobuf</groupId>
1064         <artifactId>protobuf-java</artifactId>
1065         <version>2.5.0</version>
1066       </dependency>
1067
1068       <!-- Scala -->
1069       <dependency>
1070         <groupId>org.scala-lang</groupId>
1071         <artifactId>scala-library</artifactId>
1072         <version>${scala.version}.${scala.micro.version}</version>
1073       </dependency>
1074       <dependency>
1075         <groupId>org.scala-lang</groupId>
1076         <artifactId>scala-reflect</artifactId>
1077         <version>${scala.version}.${scala.micro.version}</version>
1078       </dependency>
1079
1080       <!-- LMAX Disruptor -->
1081       <dependency>
1082         <groupId>com.lmax</groupId>
1083         <artifactId>disruptor</artifactId>
1084         <!-- If this is updated, the version in features.xml needs to be changed too -->
1085         <version>3.3.4</version>
1086       </dependency>
1087
1088       <!-- Add Pax Exam -->
1089       <dependency>
1090         <groupId>org.ops4j.pax.exam</groupId>
1091         <artifactId>pax-exam</artifactId>
1092         <version>${exam.version}</version>
1093         <scope>test</scope>
1094       </dependency>
1095       <dependency>
1096         <groupId>org.ops4j.pax.exam</groupId>
1097         <artifactId>pax-exam-container-karaf</artifactId>
1098         <version>${exam.version}</version>
1099         <scope>test</scope>
1100       </dependency>
1101       <dependency>
1102         <groupId>org.ops4j.pax.exam</groupId>
1103         <artifactId>pax-exam-container-native</artifactId>
1104         <version>${exam.version}</version>
1105         <scope>test</scope>
1106       </dependency>
1107       <dependency>
1108         <groupId>org.ops4j.pax.exam</groupId>
1109         <artifactId>pax-exam-junit4</artifactId>
1110         <version>${exam.version}</version>
1111         <scope>test</scope>
1112       </dependency>
1113       <dependency>
1114         <groupId>org.ops4j.pax.exam</groupId>
1115         <artifactId>pax-exam-link-mvn</artifactId>
1116         <version>${exam.version}</version>
1117         <scope>test</scope>
1118       </dependency>
1119
1120       <dependency>
1121         <groupId>org.ops4j.pax.url</groupId>
1122         <artifactId>pax-url-aether</artifactId>
1123         <version>2.4.7</version>
1124         <scope>test</scope>
1125       </dependency>
1126       <dependency>
1127         <groupId>org.ops4j.pax.url</groupId>
1128         <artifactId>pax-url-wrap</artifactId>
1129         <version>2.4.7</version>
1130       </dependency>
1131       <dependency>
1132         <groupId>org.springframework.osgi</groupId>
1133         <artifactId>spring-osgi-mock</artifactId>
1134         <version>1.2.1</version>
1135         <scope>test</scope>
1136       </dependency>
1137       <dependency>
1138         <groupId>xmlunit</groupId>
1139         <artifactId>xmlunit</artifactId>
1140         <version>1.6</version>
1141         <scope>test</scope>
1142       </dependency>
1143       <dependency>
1144         <groupId>org.eclipse.jetty</groupId>
1145         <artifactId>jetty-client</artifactId>
1146         <version>8.1.19.v20160209</version>
1147       </dependency>
1148       <dependency>
1149         <groupId>org.eclipse.jetty</groupId>
1150         <artifactId>jetty-server</artifactId>
1151         <version>8.1.19.v20160209</version>
1152       </dependency>
1153       <dependency>
1154         <groupId>org.eclipse.jetty</groupId>
1155         <artifactId>jetty-servlet-tester</artifactId>
1156         <version>8.1.19.v20160209</version>
1157         <scope>test</scope>
1158       </dependency>
1159       <dependency>
1160         <groupId>org.eclipse.jetty</groupId>
1161         <artifactId>jetty-servlets</artifactId>
1162         <version>8.1.19.v20160209</version>
1163       </dependency>
1164       <dependency>
1165         <groupId>org.eclipse.jetty</groupId>
1166         <artifactId>jetty-webapp</artifactId>
1167         <version>8.1.19.v20160209</version>
1168       </dependency>
1169       <dependency>
1170         <groupId>org.apache.aries.blueprint</groupId>
1171         <artifactId>org.apache.aries.blueprint.core</artifactId>
1172         <version>1.4.2</version>
1173       </dependency>
1174
1175       <!-- Xtend http://xtend-lang.org
1176            NOTE: When you increase the version here,
1177            then remember to also increase it for the
1178            xtend-maven-plugin below! (We don't want to
1179            use a Maven property, in order not to "leak" that.)
1180        -->
1181       <dependency>
1182           <groupId>org.eclipse.xtend</groupId>
1183           <artifactId>org.eclipse.xtend.lib</artifactId>
1184           <version>2.9.2</version>
1185       </dependency>
1186       <dependency>
1187           <groupId>org.eclipse.xtend</groupId>
1188           <artifactId>org.eclipse.xtend.lib.macro</artifactId>
1189           <version>2.9.2</version>
1190       </dependency>
1191       <dependency>
1192           <groupId>org.eclipse.xtext</groupId>
1193           <artifactId>org.eclipse.xtext.xbase.lib</artifactId>
1194           <version>2.9.2</version>
1195       </dependency>
1196
1197       <!-- Annotations -->
1198       <dependency>
1199         <groupId>javax.inject</groupId>
1200         <artifactId>javax.inject</artifactId>
1201         <version>1</version>
1202       </dependency>
1203
1204       <!-- Cassandra -->
1205       <dependency>
1206         <groupId>com.datastax.cassandra</groupId>
1207         <artifactId>cassandra-driver-core</artifactId>
1208         <version>2.1.9</version>
1209       </dependency>
1210
1211       <!-- Metrics -->
1212       <dependency>
1213         <groupId>io.dropwizard.metrics</groupId>
1214         <artifactId>metrics-core</artifactId>
1215         <version>3.1.2</version>
1216       </dependency>
1217       <dependency>
1218         <groupId>io.dropwizard.metrics</groupId>
1219         <artifactId>metrics-graphite</artifactId>
1220         <version>3.1.2</version>
1221       </dependency>
1222
1223       <!-- Karaf console support -->
1224       <dependency>
1225         <groupId>org.apache.karaf.shell</groupId>
1226         <artifactId>org.apache.karaf.shell.console</artifactId>
1227         <version>${karaf.version}</version>
1228       </dependency>
1229
1230     </dependencies>
1231   </dependencyManagement>
1232
1233   <dependencies>
1234     <!-- Karaf provides SL4FJ encapsulation -->
1235     <dependency>
1236       <groupId>org.slf4j</groupId>
1237       <artifactId>slf4j-api</artifactId>
1238       <scope>provided</scope>
1239     </dependency>
1240
1241     <dependency>
1242       <groupId>org.slf4j</groupId>
1243       <artifactId>slf4j-simple</artifactId>
1244       <scope>test</scope>
1245     </dependency>
1246
1247     <!-- Enable JSR-305 annotations everywhere -->
1248     <dependency>
1249       <groupId>com.google.code.findbugs</groupId>
1250       <artifactId>annotations</artifactId>
1251       <scope>provided</scope>
1252     </dependency>
1253     <!-- See note above; having both :jsr305 and :annotations here is an intermediate step -->
1254     <dependency>
1255       <groupId>com.google.code.findbugs</groupId>
1256       <artifactId>jsr305</artifactId>
1257       <scope>provided</scope>
1258     </dependency>
1259     <dependency>
1260       <groupId>org.eclipse.jdt</groupId>
1261       <artifactId>org.eclipse.jdt.annotation</artifactId>
1262       <scope>provided</scope>
1263     </dependency>
1264   </dependencies>
1265
1266   <build>
1267     <pluginManagement>
1268       <plugins>
1269         <!-- Official maven plugins, alpha-sorted by artifactId.
1270              We do not need to specify the groupId. -->
1271         <plugin>
1272           <artifactId>maven-antrun-plugin</artifactId>
1273           <version>${maven.antrun.plugin.version}</version>
1274         </plugin>
1275         <plugin>
1276           <artifactId>maven-checkstyle-plugin</artifactId>
1277           <version>${checkstyle.version}</version>
1278           <dependencies>
1279             <dependency>
1280               <groupId>com.puppycrawl.tools</groupId>
1281               <artifactId>checkstyle</artifactId>
1282               <!-- This should match the dependency management on com.puppycrawl.tools:checkstyle above -->
1283               <version>6.16</version>
1284             </dependency>
1285             <dependency>
1286               <groupId>org.opendaylight.odlparent</groupId>
1287               <artifactId>checkstyle</artifactId>
1288               <version>${odl.checkstyle.version}</version>
1289             </dependency>
1290             <dependency>
1291               <groupId>org.opendaylight.odlparent</groupId>
1292               <artifactId>odl-license</artifactId>
1293               <version>0.2.0-SNAPSHOT</version>
1294             </dependency>
1295             <dependency>
1296               <groupId>com.github.sevntu.checkstyle</groupId>
1297               <artifactId>sevntu-checkstyle-maven-plugin</artifactId>
1298               <version>1.21.0</version>
1299             </dependency>
1300           </dependencies>
1301           <configuration>
1302             <configLocation>odl_checks.xml</configLocation>
1303             <!-- <sourceDirectory> is needed so that checkstyle ignores the
1304                  generated sources directory -->
1305             <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
1306             <includeResources>true</includeResources>
1307             <includeTestSourceDirectory>true</includeTestSourceDirectory>
1308             <includeTestResources>true</includeTestResources>
1309             <excludes>
1310               org/opendaylight/yang/gen/**,
1311               **/protobuff/messages/**,
1312               **/thrift/gen/*.java
1313             </excludes>
1314             <failsOnError>false</failsOnError>
1315             <consoleOutput>true</consoleOutput>
1316           </configuration>
1317           <executions>
1318             <execution>
1319               <id>check-license</id>
1320               <goals>
1321                 <goal>check</goal>
1322               </goals>
1323               <phase>process-sources</phase>
1324               <configuration>
1325                 <configLocation>check-license.xml</configLocation>
1326                 <headerLocation>EPL-LICENSE.regexp.txt</headerLocation>
1327                 <includeResources>false</includeResources>
1328                 <includeTestSourceDirectory>true</includeTestSourceDirectory>
1329                 <includeTestResources>false</includeTestResources>
1330                 <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
1331                 <excludes>
1332                   org/opendaylight/yang/gen/**,
1333                   **/protobuff/messages/**,
1334                   **/thrift/gen/*.java
1335                 </excludes>
1336                 <failsOnError>false</failsOnError>
1337                 <consoleOutput>true</consoleOutput>
1338               </configuration>
1339             </execution>
1340             <execution>
1341               <goals>
1342                 <goal>check</goal>
1343               </goals>
1344               <phase>process-sources</phase>
1345             </execution>
1346           </executions>
1347         </plugin>
1348         <plugin>
1349           <groupId>org.apache.maven.plugins</groupId>
1350           <artifactId>maven-pmd-plugin</artifactId>
1351           <version>3.6</version>
1352           <executions>
1353             <execution>
1354               <id>cpd</id>
1355               <phase>process-sources</phase>
1356               <goals>
1357                 <goal>cpd-check</goal>
1358               </goals>
1359               <configuration>
1360                 <failOnViolation>${pmd.cpd.fail}</failOnViolation>
1361                 <!-- 100 "tokens" here correspond to approx. 5-10 lines of code -->
1362                 <minimumTokens>101</minimumTokens>
1363                 <printFailingErrors>true</printFailingErrors>
1364                 <excludeRoots>
1365                   <!-- FIXME: this should be a wildcard, but PMD is brain-damaged and does
1366                               not understand path prefixes nor wildcards. Details are available
1367                               at http://stackoverflow.com/questions/15647771/pmd-exclude-not-working
1368                               Hence people introducing new generated sources have to include
1369                               PMD config too.
1370                    -->
1371                   <excludeRoot>${project.build.directory}/generated-sources</excludeRoot>
1372                 </excludeRoots>
1373                 <linkXRef>false</linkXRef>
1374               </configuration>
1375             </execution>
1376           </executions>
1377         </plugin>
1378         <plugin>
1379           <artifactId>maven-compiler-plugin</artifactId>
1380           <version>${maven.compile.plugin.version}</version>
1381           <configuration>
1382             <source>1.8</source>
1383             <target>1.8</target>
1384             <compilerArgs>
1385               <arg>-parameters</arg>
1386             </compilerArgs>
1387           </configuration>
1388         </plugin>
1389         <plugin>
1390           <artifactId>maven-enforcer-plugin</artifactId>
1391           <version>${enforcer.version}</version>
1392         </plugin>
1393         <plugin>
1394           <artifactId>maven-failsafe-plugin</artifactId>
1395           <version>${failsafe.version}</version>
1396         </plugin>
1397         <plugin>
1398           <artifactId>maven-invoker-plugin</artifactId>
1399           <version>2.0.0</version>
1400         </plugin>
1401         <plugin>
1402           <artifactId>maven-jar-plugin</artifactId>
1403           <version>${maven.jar.version}</version>
1404         </plugin>
1405         <plugin>
1406           <artifactId>maven-dependency-plugin</artifactId>
1407           <version>2.10</version>
1408           <executions>
1409             <execution>
1410               <id>unpack-license</id>
1411               <phase>generate-resources</phase>
1412               <goals><goal>unpack</goal></goals>
1413               <configuration>
1414                 <artifactItems>
1415                   <artifactItem>
1416                     <groupId>org.opendaylight.odlparent</groupId>
1417                     <artifactId>odl-license</artifactId>
1418                     <version>0.2.0-SNAPSHOT</version>
1419                   </artifactItem>
1420                 </artifactItems>
1421                 <outputDirectory>${project.build.outputDirectory}</outputDirectory>
1422                 <excludes>META-INF/**</excludes>
1423               </configuration>
1424             </execution>
1425           </executions>
1426         </plugin>
1427
1428         <plugin>
1429           <artifactId>maven-plugin-plugin</artifactId>
1430           <version>${maven.plugin.version}</version>
1431         </plugin>
1432
1433         <plugin>
1434           <artifactId>maven-resources-plugin</artifactId>
1435           <version>3.0.1</version>
1436         </plugin>
1437         <plugin>
1438           <artifactId>maven-shade-plugin</artifactId>
1439           <version>2.4.3</version>
1440         </plugin>
1441         <plugin>
1442           <artifactId>maven-source-plugin</artifactId>
1443           <version>3.0.1</version>
1444           <executions>
1445             <execution>
1446               <id>attach-sources</id>
1447               <phase>verify</phase>
1448               <goals>
1449                 <goal>jar-no-fork</goal>
1450               </goals>
1451             </execution>
1452           </executions>
1453         </plugin>
1454         <plugin>
1455           <artifactId>maven-surefire-plugin</artifactId>
1456           <version>${maven.surefire.version}</version>
1457           <configuration>
1458             <redirectTestOutputToFile>true</redirectTestOutputToFile>
1459             <trimStackTrace>false</trimStackTrace>
1460           </configuration>
1461         </plugin>
1462
1463         <!-- Third-party plugins, grouped by groupId, alpha-sorted by artifactId -->
1464         <plugin>
1465           <!-- Support Blueprint XML construction using annotations -->
1466           <groupId>org.apache.aries.blueprint</groupId>
1467           <artifactId>blueprint-maven-plugin</artifactId>
1468           <version>1.4.0</version>
1469           <configuration>
1470             <scanPaths>
1471               <scanPath>org.opendaylight</scanPath>
1472             </scanPaths>
1473           </configuration>
1474           <dependencies>
1475             <dependency>
1476               <!-- See https://issues.apache.org/jira/browse/ARIES-1596 -->
1477               <!-- This shouldn't be necessary with plugin version 1.5.0 -->
1478               <groupId>org.apache.xbean</groupId>
1479               <artifactId>xbean-finder-shaded</artifactId>
1480               <version>4.5</version>
1481             </dependency>
1482           </dependencies>
1483           <executions>
1484             <execution>
1485               <goals>
1486                 <goal>blueprint-generate</goal>
1487               </goals>
1488             </execution>
1489           </executions>
1490         </plugin>
1491
1492         <plugin>
1493           <groupId>org.apache.felix</groupId>
1494           <artifactId>maven-bundle-plugin</artifactId>
1495           <version>${maven.bundle.version}</version>
1496           <extensions>true</extensions>
1497         </plugin>
1498
1499         <plugin>
1500           <groupId>org.apache.karaf.tooling</groupId>
1501           <artifactId>karaf-maven-plugin</artifactId>
1502           <version>${karaf.version}</version>
1503         </plugin>
1504
1505         <plugin>
1506           <groupId>org.apache.servicemix.tooling</groupId>
1507           <artifactId>depends-maven-plugin</artifactId>
1508           <version>1.3.1</version>
1509           <executions>
1510             <execution>
1511               <id>generate-depends-file</id>
1512               <goals>
1513                 <goal>generate-depends-file</goal>
1514               </goals>
1515             </execution>
1516           </executions>
1517         </plugin>
1518
1519         <plugin>
1520           <groupId>org.codehaus.enunciate</groupId>
1521           <artifactId>maven-enunciate-plugin</artifactId>
1522           <version>${enunciate.version}</version>
1523         </plugin>
1524         <plugin>
1525           <groupId>org.codehaus.groovy.maven</groupId>
1526           <artifactId>gmaven-plugin</artifactId>
1527           <version>1.0</version>
1528         </plugin>
1529         <plugin>
1530           <groupId>org.codehaus.mojo</groupId>
1531           <artifactId>build-helper-maven-plugin</artifactId>
1532           <version>1.12</version>
1533         </plugin>
1534         <plugin>
1535           <groupId>org.codehaus.mojo</groupId>
1536           <artifactId>findbugs-maven-plugin</artifactId>
1537           <version>3.0.4</version>
1538           <dependencies>
1539             <dependency>
1540               <groupId>org.opendaylight.odlparent</groupId>
1541               <artifactId>findbugs</artifactId>
1542               <version>1.8.0-SNAPSHOT</version>
1543             </dependency>
1544           </dependencies>
1545           <configuration>
1546             <!--
1547               Enables analysis which takes more memory but finds more bugs.
1548               If you run out of memory, changes the value of the effort element
1549               to 'Low'.
1550             -->
1551             <effort>Max</effort>
1552             <!-- Reports all bugs (other values are medium and max) -->
1553             <threshold>Low</threshold>
1554             <!-- Build doesn't fail if problems are found -->
1555             <failOnError>false</failOnError>
1556             <!-- References the excluded rules -->
1557             <excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>
1558             <!-- Produces XML report -->
1559             <xmlOutput>true</xmlOutput>
1560             <!-- Configures the directory in which the XML report is created -->
1561             <findbugsXmlOutputDirectory>${project.build.directory}/findbugs</findbugsXmlOutputDirectory>
1562             </configuration>
1563             <executions>
1564               <!--
1565                 Ensures that FindBugs inspects source code when project is compiled.
1566               -->
1567               <execution>
1568                 <id>analyze-compile</id>
1569                 <phase>compile</phase>
1570                 <goals>
1571                   <goal>check</goal>
1572                 </goals>
1573               </execution>
1574             </executions>
1575         </plugin>
1576         <plugin>
1577           <groupId>org.codehaus.mojo</groupId>
1578           <artifactId>properties-maven-plugin</artifactId>
1579           <version>${propertymavenplugin.version}</version>
1580         </plugin>
1581         <plugin>
1582           <groupId>org.eclipse.xtend</groupId>
1583           <artifactId>xtend-maven-plugin</artifactId>
1584           <!-- NOTE: This version MUST be kept in sync with the Xtend version in <dependencyManagement> -->
1585           <version>2.9.2</version>
1586           <executions>
1587             <execution>
1588               <goals>
1589                 <goal>compile</goal>
1590                 <goal>testCompile</goal>
1591               </goals>
1592               <configuration>
1593                 <outputDirectory>${project.build.directory}/generated-sources/xtend/main</outputDirectory>
1594                 <testOutputDirectory>${project.build.directory}/generated-sources/xtend/test</testOutputDirectory>
1595               </configuration>
1596             </execution>
1597           </executions>
1598         </plugin>
1599         <plugin>
1600           <groupId>org.eclipse.m2e</groupId>
1601           <artifactId>lifecycle-mapping</artifactId>
1602           <version>1.0.0</version>
1603           <configuration>
1604             <lifecycleMappingMetadata>
1605               <pluginExecutions>
1606                 <pluginExecution>
1607                   <pluginExecutionFilter>
1608                     <groupId>org.apache.felix</groupId>
1609                     <artifactId>maven-bundle-plugin</artifactId>
1610                     <versionRange>[1.0,)</versionRange>
1611                     <goals>
1612                       <goal>manifest</goal>
1613                     </goals>
1614                   </pluginExecutionFilter>
1615                   <action>
1616                     <execute/>
1617                   </action>
1618                 </pluginExecution>
1619                 <pluginExecution>
1620                   <pluginExecutionFilter>
1621                     <groupId>org.apache.maven.plugins</groupId>
1622                     <artifactId>maven-enforcer-plugin</artifactId>
1623                     <versionRange>[1.0.0,)</versionRange>
1624                     <goals>
1625                       <goal>enforce</goal>
1626                     </goals>
1627                   </pluginExecutionFilter>
1628                   <action>
1629                     <ignore/>
1630                   </action>
1631                 </pluginExecution>
1632                 <pluginExecution>
1633                   <pluginExecutionFilter>
1634                     <groupId>org.apache.maven.plugins</groupId>
1635                     <artifactId>maven-dependency-plugin</artifactId>
1636                     <versionRange>[2.10,)</versionRange>
1637                     <goals>
1638                       <goal>unpack</goal>
1639                     </goals>
1640                   </pluginExecutionFilter>
1641                   <action>
1642                     <ignore/>
1643                   </action>
1644                 </pluginExecution>
1645                 <pluginExecution>
1646                   <pluginExecutionFilter>
1647                     <groupId>org.apache.maven.plugins</groupId>
1648                     <artifactId>maven-pmd-plugin</artifactId>
1649                     <versionRange>[3.6,)</versionRange>
1650                     <goals>
1651                       <goal>cpd-check</goal>
1652                     </goals>
1653                   </pluginExecutionFilter>
1654                   <action>
1655                     <ignore/>
1656                   </action>
1657                 </pluginExecution>
1658                 <!-- The plugin will eventually be removed, remove this too at that point -->
1659                 <pluginExecution>
1660                   <pluginExecutionFilter>
1661                     <groupId>org.apache.maven.plugins</groupId>
1662                     <artifactId>maven-antrun-plugin</artifactId>
1663                     <versionRange>[1.8,)</versionRange>
1664                     <goals>
1665                       <goal>run</goal>
1666                     </goals>
1667                   </pluginExecutionFilter>
1668                   <action>
1669                     <ignore/>
1670                   </action>
1671                 </pluginExecution>
1672                 <pluginExecution>
1673                   <pluginExecutionFilter>
1674                     <groupId>org.apache.servicemix.tooling</groupId>
1675                     <artifactId>depends-maven-plugin</artifactId>
1676                     <versionRange>[1.2,)</versionRange>
1677                     <goals>
1678                       <goal>generate-depends-file</goal>
1679                     </goals>
1680                   </pluginExecutionFilter>
1681                   <action>
1682                     <execute/>
1683                   </action>
1684                 </pluginExecution>
1685                 <pluginExecution>
1686                   <pluginExecutionFilter>
1687                     <groupId>org.jacoco</groupId>
1688                     <artifactId>jacoco-maven-plugin</artifactId>
1689                     <versionRange>[0.7.0,)</versionRange>
1690                     <goals>
1691                       <goal>prepare-agent</goal>
1692                       <goal>report</goal>
1693                     </goals>
1694                   </pluginExecutionFilter>
1695                   <action>
1696                     <ignore/>
1697                   </action>
1698                 </pluginExecution>
1699               </pluginExecutions>
1700             </lifecycleMappingMetadata>
1701           </configuration>
1702         </plugin>
1703
1704         <plugin>
1705           <groupId>org.jacoco</groupId>
1706           <artifactId>jacoco-maven-plugin</artifactId>
1707           <version>${jacoco.version}</version>
1708           <configuration>
1709             <!-- Note: This exclusion list should match <sonar.exclusions>
1710                        property above -->
1711             <excludes>
1712               <exclude>**/gen/**</exclude>
1713               <exclude>**/generated-sources/**</exclude>
1714               <exclude>**/yang-gen/**</exclude>
1715               <exclude>**/pax/**</exclude>
1716             </excludes>
1717           </configuration>
1718         </plugin>
1719
1720         <plugin>
1721           <groupId>org.ops4j.pax.exam</groupId>
1722           <artifactId>maven-paxexam-plugin</artifactId>
1723           <version>1.2.4</version>
1724         </plugin>
1725
1726         <plugin>
1727           <groupId>org.codehaus.mojo</groupId>
1728           <artifactId>jdepend-maven-plugin</artifactId>
1729           <version>2.0</version>
1730           <executions>
1731             <execution>
1732               <phase>site</phase>
1733               <goals>
1734                 <goal>generate-no-fork</goal>
1735               </goals>
1736             </execution>
1737           </executions>
1738         </plugin>
1739       </plugins>
1740     </pluginManagement>
1741
1742     <plugins>
1743       <plugin>
1744         <artifactId>maven-dependency-plugin</artifactId>
1745       </plugin>
1746       <plugin>
1747         <artifactId>maven-checkstyle-plugin</artifactId>
1748       </plugin>
1749       <plugin>
1750           <artifactId>maven-pmd-plugin</artifactId>
1751       </plugin>
1752       <plugin>
1753         <artifactId>maven-source-plugin</artifactId>
1754       </plugin>
1755       <plugin>
1756         <artifactId>maven-javadoc-plugin</artifactId>
1757       </plugin>
1758
1759       <!-- Jacoco / Sonar -->
1760       <plugin>
1761         <groupId>org.jacoco</groupId>
1762         <artifactId>jacoco-maven-plugin</artifactId>
1763         <executions>
1764           <execution>
1765             <id>pre-unit-test</id>
1766             <goals>
1767               <goal>prepare-agent</goal>
1768             </goals>
1769             <configuration>
1770               <destFile>${sonar.jacoco.reportPath}</destFile>
1771             </configuration>
1772           </execution>
1773           <execution>
1774             <id>post-unit-test</id>
1775             <goals>
1776               <goal>report</goal>
1777             </goals>
1778             <configuration>
1779               <dataFile>${sonar.jacoco.reportPath}</dataFile>
1780             </configuration>
1781           </execution>
1782         </executions>
1783       </plugin>
1784
1785       <plugin>
1786         <groupId>com.alexecollins.maven.plugin</groupId>
1787         <artifactId>script-maven-plugin</artifactId>
1788         <version>1.0.0</version>
1789         <executions>
1790            <execution>
1791              <phase>prepare-package</phase>
1792              <goals>
1793                <goal>execute</goal>
1794              </goals>
1795              <configuration>
1796                <script>
1797                  // BeanShell is 2005-ish and thus doesn't support generics, varargs, try-with-resources or lambdas, so:
1798                  // (If we do this kind of inline code in pom.xml more often, we shold have a new simple module in
1799                  //  odl-parent, which has *.java that we compile, and then just depend on it here and call one-line
1800                  //  static class methods only - it will be MUCH easier to write!)
1801                  void copy(File root, String glob, File target) {
1802                      java.nio.file.DirectoryStream dirStream = java.nio.file.Files.newDirectoryStream(root.toPath(), glob);
1803                      Iterator dirStreamIterator = dirStream.iterator();
1804                      while (dirStreamIterator.hasNext()) {
1805                          java.nio.file.Path path = dirStreamIterator.next();
1806                          java.nio.file.Files.copy(path, new File(target, path.toFile().getName()).toPath(),
1807                              new java.nio.file.CopyOption[] {
1808                                  java.nio.file.StandardCopyOption.REPLACE_EXISTING,
1809                                  java.nio.file.StandardCopyOption.COPY_ATTRIBUTES
1810                              }
1811                          );
1812                      }
1813                      dirStream.close();
1814                  }
1815
1816                  File gitRepoRootDir = project.basedir;
1817                  while (!new File(gitRepoRootDir, ".git").exists() &amp;&amp; gitRepoRootDir.getParentFile() != null) {
1818                      gitRepoRootDir = gitRepoRootDir.getParentFile();
1819                  }
1820
1821                  File target = new File(project.build.outputDirectory);
1822                  target.mkdirs();
1823                  copy(gitRepoRootDir, "README*", target);
1824                  copy(gitRepoRootDir, "CONTRIBUTING*", target);
1825                  copy(gitRepoRootDir, "PROJECT_INFO.yaml", target);
1826                </script>
1827              </configuration>
1828            </execution>
1829          </executions>
1830          <dependencies>
1831            <dependency>
1832              <groupId>org.apache-extras.beanshell</groupId>
1833              <artifactId>bsh</artifactId>
1834              <version>2.0b6</version>
1835            </dependency>
1836          </dependencies>
1837       </plugin>
1838
1839       <!-- Blueprint dependency injection -->
1840       <!-- Remove when upgrading to plugin 1.5.0, and use
1841            <configuration><generatedDir>org/opendaylight/blueprint/</...></...> -->
1842       <!-- See https://issues.apache.org/jira/browse/ARIES-1597 -->
1843       <plugin>
1844         <artifactId>maven-antrun-plugin</artifactId>
1845         <executions>
1846           <!-- This should only run once, in the process-classes phase; but we need it to run after
1847                process-classes in child projects. Attaching to process-test-classes and prepare-package
1848                ensures that the file will be moved whether tests are skipped or not. -->
1849           <execution>
1850             <id>move-autowire-test</id>
1851             <phase>process-test-classes</phase>
1852             <goals>
1853               <goal>run</goal>
1854             </goals>
1855             <configuration>
1856               <target>
1857                 <echo>Moving autowire.xml to org/opendaylight/blueprint</echo>
1858                 <move file="${project.build.directory}/generated-resources/OSGI-INF/blueprint/autowire.xml"
1859                       todir="${project.build.directory}/generated-resources/org/opendaylight/blueprint"
1860                       failonerror="false" quiet="true" />
1861               </target>
1862             </configuration>
1863           </execution>
1864           <execution>
1865             <id>move-autowire-package</id>
1866             <phase>prepare-package</phase>
1867             <goals>
1868               <goal>run</goal>
1869             </goals>
1870             <configuration>
1871               <target>
1872                 <echo>Moving autowire.xml to org/opendaylight/blueprint</echo>
1873                 <move file="${project.build.directory}/generated-resources/OSGI-INF/blueprint/autowire.xml"
1874                       todir="${project.build.directory}/generated-resources/org/opendaylight/blueprint"
1875                       failonerror="false" quiet="true" />
1876               </target>
1877             </configuration>
1878           </execution>
1879         </executions>
1880       </plugin>
1881     </plugins>
1882   </build>
1883
1884   <reporting>
1885     <plugins>
1886       <plugin>
1887         <artifactId>maven-checkstyle-plugin</artifactId>
1888         <version>${checkstyle.version}</version>
1889       </plugin>
1890
1891       <!-- FIXME: activate this
1892       <plugin>
1893         <artifactId>maven-project-info-reports-plugin</artifactId>
1894         <version>${projectinfo}</version>
1895       </plugin-->
1896       <plugin>
1897         <groupId>org.codehaus.mojo</groupId>
1898         <artifactId>jdepend-maven-plugin</artifactId>
1899         <reportSets>
1900           <reportSet>
1901             <reports>
1902               <report>generate-no-fork</report>
1903             </reports>
1904           </reportSet>
1905         </reportSets>
1906       </plugin>
1907       <plugin>
1908         <artifactId>maven-javadoc-plugin</artifactId>
1909         <configuration>
1910           <links>
1911             <link>http://doc.akka.io/japi/akka/${akka.version}/</link>
1912             <link>https://google.github.io/guava/releases/18.0/api/docs/</link>
1913             <link>https://google.github.io/guava/releases/19.0/api/docs/</link>
1914             <link>http://netty.io/4.0/api/</link>
1915           </links>
1916         </configuration>
1917       </plugin>
1918     </plugins>
1919   </reporting>
1920
1921   <!--
1922     Maven Site Configuration
1923
1924     The following configuration is necessary for maven-site-plugin to
1925     correctly identify the correct deployment path for OpenDaylight Maven
1926     sites.
1927   -->
1928   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
1929
1930   <distributionManagement>
1931     <site>
1932       <id>opendaylight-site</id>
1933       <url>${nexus.site.url}/${project.artifactId}/</url>
1934     </site>
1935   </distributionManagement>
1936
1937 </project>