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