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