Merge "Cleanup features-test"
[odlparent.git] / odlparent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=2 tabstop=2: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11
12   <modelVersion>4.0.0</modelVersion>
13   <groupId>org.opendaylight.odlparent</groupId>
14   <artifactId>odlparent</artifactId>
15   <version>1.6.0-SNAPSHOT</version>
16   <packaging>pom</packaging>
17
18   <licenses>
19     <license>
20       <name>Eclipse Public License v1.0</name>
21       <url>http://www.eclipse.org/legal/epl-v10.html</url>
22     </license>
23   </licenses>
24
25   <organization>
26     <name>OpenDaylight</name>
27     <url>http://www.opendaylight.org</url>
28   </organization>
29
30   <scm>
31     <connection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</connection>
32     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</developerConnection>
33     <tag>HEAD</tag>
34     <url>https://wiki.opendaylight.org/view/ODL_Root_Parent:Main</url>
35   </scm>
36   <distributionManagement>
37     <!-- OpenDayLight Released artifact -->
38     <repository>
39       <id>opendaylight-release</id>
40       <url>${nexusproxy}/repositories/opendaylight.release/</url>
41     </repository>
42     <!-- OpenDayLight Snapshot artifact -->
43     <snapshotRepository>
44       <id>opendaylight-snapshot</id>
45       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
46     </snapshotRepository>
47     <site>
48       <id>${project.artifactId}-site</id>
49       <url>./</url>
50     </site>
51   </distributionManagement>
52   <properties>
53     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
54     <nexus.repository.release>opendaylight.release</nexus.repository.release>
55     <nexus.repository.snapshot>opendaylight.snapshot</nexus.repository.snapshot>
56     <nexus.repository.snapshot>opendaylight.snapshot</nexus.repository.snapshot>
57
58     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
59     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
60
61     <!-- Java Versions -->
62     <!-- FIXME: confirm these two are picked by maven-compiler-plugin -->
63     <maven.compiler.source>1.7</maven.compiler.source>
64     <maven.compiler.target>1.7</maven.compiler.target>
65     <java.version.source>${maven.compiler.source}</java.version.source>
66     <java.version.target>${maven.compiler.target}</java.version.target>
67
68     <!-- Maven plugin versions, in the 'canonical' format -->
69     <maven.antrun.plugin.version>1.7</maven.antrun.plugin.version>
70     <maven.bundle.version>2.5.3</maven.bundle.version>
71     <maven.clean.plugin.version>2.6.1</maven.clean.plugin.version>
72     <maven.compile.plugin.version>3.2</maven.compile.plugin.version>
73     <maven.install.plugin.version>2.5.2</maven.install.plugin.version>
74     <maven.dependency.plugin.version>2.10</maven.dependency.plugin.version>
75     <maven.depends.version>1.2</maven.depends.version>
76     <maven.deploy.plugin.version>2.8.2</maven.deploy.plugin.version>
77     <maven.jar.version>2.5</maven.jar.version>
78     <maven.javadoc.version>2.10.1</maven.javadoc.version>
79     <maven.plugin.version>3.3</maven.plugin.version>
80     <maven.release.version>2.5.1</maven.release.version>
81     <maven.source.version>2.4</maven.source.version>
82     <maven.surefire.version>2.18</maven.surefire.version>
83
84     <!-- Maven plugin versions, in random formats -->
85     <bundle.plugin.version>${maven.bundle.version}</bundle.plugin.version>
86     <checkstyle.version>2.15</checkstyle.version>
87     <compiler.version>${maven.compile.plugin.version}</compiler.version>
88     <enforcer.version>1.3.1</enforcer.version>
89     <paxexam.plugin.version>1.2.4</paxexam.plugin.version> <!-- FIXME: this is latest version of paxexam plugin -->
90     <enunciate.version>1.28</enunciate.version> <!-- Needs to remain exported, as its used for dependencies, too -->
91     <exam.version>4.4.0</exam.version> <!-- Needs to remain exported, as its used for dependencies, too -->
92     <failsafe.version>2.18</failsafe.version>
93     <gmaven.plugin.version>1.0</gmaven.plugin.version>
94     <jacoco.version>0.7.2.201409121644</jacoco.version>
95     <jar.plugin.version>${maven.jar.version}</jar.plugin.version>
96     <karaf.version>3.0.3</karaf.version> <!-- Needs to remain exported, as its used for dependencies, too -->
97     <projectinfo>2.6</projectinfo>
98     <propertymavenplugin.version>1.0-alpha-2</propertymavenplugin.version>
99     <releaseplugin.version>${maven.release.version}</releaseplugin.version>
100     <siteplugin>3.4</siteplugin>
101     <odl.checkstyle.version>0.1.0-SNAPSHOT</odl.checkstyle.version>
102     <jetty.version>8.1.14.v20131031</jetty.version>
103
104     <!-- Supporting Libraries -->
105     <aopalliance.version>1.0.0</aopalliance.version>
106     <aries.util.version>1.1.0</aries.util.version>
107     <asm.version>4.1</asm.version>
108     <bouncycastle.version>1.52</bouncycastle.version>
109     <commons.codec.version>1.8</commons.codec.version>
110     <commons.fileupload.version>1.3.1</commons.fileupload.version>
111     <commons.io.version>2.4</commons.io.version>
112     <commons.lang3.version>3.1</commons.lang3.version>
113     <commons.lang.version>2.6</commons.lang.version>
114     <commons.net.version>3.0.1</commons.net.version>
115     <corsfilter.version>7.0.42</corsfilter.version>
116     <ctrie.version>0.2.23</ctrie.version>
117     <eclipse.persistence.version>2.5.2</eclipse.persistence.version>
118     <feature.transaction.version>1.0.1</feature.transaction.version>
119     <felix.dependencymanager.shell.version>3.0.1</felix.dependencymanager.shell.version>
120     <felix.dependencymanager.version>3.1.0</felix.dependencymanager.version>
121     <felix.fileinstall.version>3.1.6</felix.fileinstall.version>
122     <felix.webconsole.version>4.2.0</felix.webconsole.version>
123     <geminiweb.version>2.2.0.RELEASE</geminiweb.version>
124     <groovy.version>2.1.6</groovy.version>
125     <gson.version>2.2.4</gson.version>
126     <guava.version>18.0</guava.version>
127     <hamcrest.version>1.3</hamcrest.version>
128     <jackson.version>2.3.2</jackson.version>
129     <javassist.version>3.19.0-GA</javassist.version>
130     <javax.annotation.version>1.2</javax.annotation.version>
131     <jaxrs-api.version>3.0.4.Final</jaxrs-api.version>
132
133     <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects -->
134     <jersey-servlet.version>1.17</jersey-servlet.version>
135     <jersey.version>1.17</jersey.version>
136     <jersey.client.version>1.17</jersey.client.version>
137     <jersey.server.version>1.17</jersey.server.version>
138     <jersey-servlet.version>1.17</jersey-servlet.version>
139
140     <!-- New packages for jersey migration 1.17 to 2.8 -->
141     <javax.annotation.version>1.2</javax.annotation.version>
142     <javax.ws.rs-api.version>2.0.1</javax.ws.rs-api.version>
143     <jersey2.version>2.8</jersey2.version>
144     <javax.servlet.api.version>3.0.1</javax.servlet.api.version>
145     <!-- appache.geronimo.bundle for DocGen -->
146     <org.json.version>20131018</org.json.version>
147     <apache.geronimo.version>20090211_1</apache.geronimo.version>
148
149     <jersey2.publisher.version>4.0</jersey2.publisher.version>
150     <jettison.version>1.3.3</jettison.version>
151     <jolokia.version>1.1.4</jolokia.version>
152     <jsonassert.version>1.2.3</jsonassert.version>
153     <jsr305.api.version>2.0.3</jsr305.api.version>
154     <jsr311.api.version>1.1.1</jsr311.api.version>
155     <jsr311.v2.api.version>2.0</jsr311.v2.api.version>
156     <junit.version>4.11</junit.version>
157     <logback.version>1.0.9</logback.version>
158     <mockito.version>1.9.5</mockito.version>
159     <netty.version>4.0.30.Final</netty.version>
160     <osgi.compendium.version>5.0.0</osgi.compendium.version>
161     <osgi.core.version>5.0.0</osgi.core.version>
162     <slf4j.version>1.7.7</slf4j.version>
163     <spifly.version>1.0.0</spifly.version>
164     <spring-osgi.version>1.2.1</spring-osgi.version>
165     <spring-security-karaf.version>3.1.4.RELEASE</spring-security-karaf.version>
166     <spring-security.version>3.1.3.RELEASE</spring-security.version>
167     <spring.version>3.1.3.RELEASE</spring.version>
168     <txw2.version>20110809</txw2.version>
169     <url.version>1.5.0</url.version>
170     <virgo.version>3.6.0.RELEASE</virgo.version>
171
172     <!-- Default Sonar configuration -->
173     <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
174     <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
175     <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
176     <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
177   </properties>
178
179   <dependencyManagement>
180     <dependencies>
181       <!-- Testing Dependencies -->
182       <dependency>
183         <groupId>junit</groupId>
184         <artifactId>junit</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>${jsonassert.version}</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       <!-- Supporting Libraries -->
219       <dependency>
220         <groupId>org.slf4j</groupId>
221         <artifactId>jcl-over-slf4j</artifactId>
222         <version>${slf4j.version}</version>
223       </dependency>
224       <dependency>
225         <groupId>org.slf4j</groupId>
226         <artifactId>slf4j-api</artifactId>
227         <version>${slf4j.version}</version>
228       </dependency>
229       <dependency>
230         <groupId>org.slf4j</groupId>
231         <artifactId>slf4j-log4j12</artifactId>
232         <version>${slf4j.version}</version>
233       </dependency>
234       <dependency>
235         <groupId>org.slf4j</groupId>
236         <artifactId>log4j-over-slf4j</artifactId>
237         <version>${slf4j.version}</version>
238       </dependency>
239       <dependency>
240         <groupId>xml-apis</groupId>
241         <artifactId>xml-apis</artifactId>
242         <version>2.0.2</version>
243       </dependency>
244       <dependency>
245         <groupId>ch.qos.logback</groupId>
246         <artifactId>logback-core</artifactId>
247         <version>${logback.version}</version>
248       </dependency>
249       <dependency>
250         <groupId>ch.qos.logback</groupId>
251         <artifactId>logback-classic</artifactId>
252         <version>${logback.version}</version>
253       </dependency>
254       <dependency>
255         <groupId>com.google.guava</groupId>
256         <artifactId>guava</artifactId>
257         <version>${guava.version}</version>
258       </dependency>
259       <dependency>
260         <groupId>org.apache.commons</groupId>
261         <artifactId>commons-lang3</artifactId>
262         <version>${commons.lang3.version}</version>
263       </dependency>
264       <dependency>
265         <groupId>commons-lang</groupId>
266         <artifactId>commons-lang</artifactId>
267         <version>${commons.lang.version}</version>
268       </dependency>
269       <dependency>
270         <groupId>commons-codec</groupId>
271         <artifactId>commons-codec</artifactId>
272         <version>${commons.codec.version}</version>
273       </dependency>
274       <!-- Jersey for JAXRS -->
275       <dependency>
276         <groupId>javax.ws.rs</groupId>
277         <artifactId>javax.ws.rs-api</artifactId>
278         <version>${javax.ws.rs-api.version}</version>
279       </dependency>
280       <dependency>
281         <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
282         <artifactId>jersey-guava</artifactId>
283         <version>${jersey2.version}</version>
284       </dependency>
285       <dependency>
286         <groupId>com.eclipsesource.jaxrs</groupId>
287         <artifactId>jersey-all</artifactId>
288         <version>${jersey2.version}</version>
289       </dependency>
290
291       <!-- servlet 3.x support -->
292       <dependency>
293         <groupId>org.glassfish.jersey.containers</groupId>
294         <artifactId>jersey-container-servlet</artifactId>
295         <version>${jersey2.version}</version>
296       </dependency>
297       <dependency>
298         <groupId>org.apache.geronimo.bundles</groupId>
299         <artifactId>json</artifactId>
300         <version>${apache.geronimo.version}</version>
301       </dependency>
302       <!-- FIXME : remove all dependencies for jersey 1.7 -->
303       <dependency>
304         <groupId>com.sun.jersey</groupId>
305         <artifactId>jersey-core</artifactId>
306         <version>${jersey.version}</version>
307       </dependency>
308       <dependency>
309         <groupId>com.sun.jersey</groupId>
310         <artifactId>jersey-server</artifactId>
311         <version>${jersey.version}</version>
312       </dependency>
313       <dependency>
314         <groupId>com.sun.jersey</groupId>
315         <artifactId>jersey-client</artifactId>
316         <version>${jersey.client.version}</version>
317       </dependency>
318       <dependency>
319         <groupId>org.opendaylight.controller.thirdparty</groupId>
320         <artifactId>com.sun.jersey.jersey-servlet</artifactId>
321         <version>${jersey-servlet.version}</version>
322       </dependency>
323
324       <!-- Plugin integration -->
325       <dependency>
326         <groupId>org.sonatype.plexus</groupId>
327         <artifactId>plexus-build-api</artifactId>
328         <version>0.0.7</version>
329       </dependency>
330       <dependency>
331         <groupId>org.codehaus.plexus</groupId>
332         <artifactId>plexus-slf4j-logging</artifactId>
333         <version>1.1</version>
334       </dependency>
335       <dependency>
336         <groupId>com.fasterxml.jackson.core</groupId>
337         <artifactId>jackson-annotations</artifactId>
338         <version>${jackson.version}</version>
339       </dependency>
340       <dependency>
341         <groupId>com.fasterxml.jackson.core</groupId>
342         <artifactId>jackson-core</artifactId>
343         <version>${jackson.version}</version>
344       </dependency>
345       <dependency>
346         <groupId>com.fasterxml.jackson.core</groupId>
347         <artifactId>jackson-databind</artifactId>
348         <version>${jackson.version}</version>
349       </dependency>
350       <dependency>
351         <groupId>com.fasterxml.jackson.datatype</groupId>
352         <artifactId>jackson-datatype-json-org</artifactId>
353         <version>${jackson.version}</version>
354       </dependency>
355       <!-- TODO do we really need resteasy ? -->
356       <dependency>
357           <groupId>org.jboss.resteasy</groupId>
358           <artifactId>jaxrs-api</artifactId>
359           <version>${jaxrs-api.version}</version>
360       </dependency>
361
362       <dependency>
363         <groupId>com.fasterxml.jackson.jaxrs</groupId>
364         <artifactId>jackson-jaxrs-base</artifactId>
365         <version>${jackson.version}</version>
366       </dependency>
367       <dependency>
368         <groupId>com.fasterxml.jackson.jaxrs</groupId>
369         <artifactId>jackson-jaxrs-json-provider</artifactId>
370         <version>${jackson.version}</version>
371       </dependency>
372       <dependency>
373         <groupId>com.fasterxml.jackson.module</groupId>
374         <artifactId>jackson-module-jaxb-annotations</artifactId>
375         <version>${jackson.version}</version>
376       </dependency>
377       <dependency>
378         <groupId>com.sun.xml.txw2</groupId>
379         <artifactId>txw2</artifactId>
380         <version>${txw2.version}</version>
381       </dependency>
382       <dependency>
383         <groupId>com.github.romix</groupId>
384         <artifactId>java-concurrent-hash-trie-map</artifactId>
385         <version>${ctrie.version}</version>
386       </dependency>
387       <dependency>
388         <groupId>com.google.code.findbugs</groupId>
389         <artifactId>jsr305</artifactId>
390         <version>${jsr305.api.version}</version>
391       </dependency>
392       <dependency>
393         <groupId>com.google.code.gson</groupId>
394         <artifactId>gson</artifactId>
395         <version>${gson.version}</version>
396       </dependency>
397       <dependency>
398         <groupId>commons-fileupload</groupId>
399         <artifactId>commons-fileupload</artifactId>
400         <version>${commons.fileupload.version}</version>
401       </dependency>
402       <dependency>
403         <groupId>commons-io</groupId>
404         <artifactId>commons-io</artifactId>
405         <version>${commons.io.version}</version>
406       </dependency>
407       <dependency>
408         <groupId>commons-net</groupId>
409         <artifactId>commons-net</artifactId>
410         <version>${commons.net.version}</version>
411       </dependency>
412       <dependency>
413         <groupId>eclipselink</groupId>
414         <artifactId>javax.persistence</artifactId>
415         <version>2.0.4.v201112161009</version>
416       </dependency>
417       <dependency>
418         <groupId>eclipselink</groupId>
419         <artifactId>javax.resource</artifactId>
420         <version>1.5.0.v200906010428</version>
421       </dependency>
422       <dependency>
423         <groupId>equinoxSDK381</groupId>
424         <artifactId>javax.servlet</artifactId>
425         <version>3.0.0.v201112011016</version>
426       </dependency>
427       <dependency>
428         <groupId>equinoxSDK381</groupId>
429         <artifactId>javax.servlet.jsp</artifactId>
430         <version>2.2.0.v201112011158</version>
431       </dependency>
432       <dependency>
433         <groupId>equinoxSDK381</groupId>
434         <artifactId>org.apache.felix.gogo.command</artifactId>
435         <version>0.8.0.v201108120515</version>
436       </dependency>
437       <dependency>
438         <groupId>equinoxSDK381</groupId>
439         <artifactId>org.apache.felix.gogo.runtime</artifactId>
440         <version>0.8.0.v201108120515</version>
441       </dependency>
442       <dependency>
443         <groupId>equinoxSDK381</groupId>
444         <artifactId>org.apache.felix.gogo.shell</artifactId>
445         <version>0.8.0.v201110170705</version>
446       </dependency>
447       <dependency>
448         <groupId>equinoxSDK381</groupId>
449         <artifactId>org.eclipse.equinox.cm</artifactId>
450         <version>1.0.400.v20120522-1841</version>
451       </dependency>
452       <dependency>
453         <groupId>equinoxSDK381</groupId>
454         <artifactId>org.eclipse.equinox.console</artifactId>
455         <version>1.0.0.v20120522-1841</version>
456       </dependency>
457       <dependency>
458         <groupId>equinoxSDK381</groupId>
459         <artifactId>org.eclipse.equinox.ds</artifactId>
460         <version>1.4.0.v20120522-1841</version>
461       </dependency>
462       <dependency>
463         <groupId>equinoxSDK381</groupId>
464         <artifactId>org.eclipse.equinox.launcher</artifactId>
465         <version>1.3.0.v20120522-1813</version>
466       </dependency>
467       <dependency>
468         <groupId>equinoxSDK381</groupId>
469         <artifactId>org.eclipse.equinox.util</artifactId>
470         <version>1.0.400.v20120522-2049</version>
471       </dependency>
472       <dependency>
473         <groupId>equinoxSDK381</groupId>
474         <artifactId>org.eclipse.osgi</artifactId>
475         <version>3.8.1.v20120830-144521</version>
476       </dependency>
477       <dependency>
478         <groupId>equinoxSDK381</groupId>
479         <artifactId>org.eclipse.osgi.services</artifactId>
480         <version>3.3.100.v20120522-1822</version>
481       </dependency>
482       <!-- Gemini Web -->
483       <dependency>
484         <groupId>geminiweb</groupId>
485         <artifactId>org.eclipse.gemini.web.core</artifactId>
486         <version>${geminiweb.version}</version>
487       </dependency>
488       <dependency>
489         <groupId>geminiweb</groupId>
490         <artifactId>org.eclipse.gemini.web.extender</artifactId>
491         <version>${geminiweb.version}</version>
492       </dependency>
493       <dependency>
494         <groupId>geminiweb</groupId>
495         <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
496         <version>${geminiweb.version}</version>
497       </dependency>
498       <dependency>
499         <groupId>geminiweb</groupId>
500         <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
501         <version>${virgo.version}</version>
502       </dependency>
503       <dependency>
504         <groupId>geminiweb</groupId>
505         <artifactId>org.eclipse.virgo.util.common</artifactId>
506         <version>${virgo.version}</version>
507       </dependency>
508       <dependency>
509         <groupId>geminiweb</groupId>
510         <artifactId>org.eclipse.virgo.util.io</artifactId>
511         <version>${virgo.version}</version>
512       </dependency>
513       <dependency>
514         <groupId>geminiweb</groupId>
515         <artifactId>org.eclipse.virgo.util.math</artifactId>
516         <version>${virgo.version}</version>
517       </dependency>
518       <dependency>
519         <groupId>geminiweb</groupId>
520         <artifactId>org.eclipse.virgo.util.osgi</artifactId>
521         <version>${virgo.version}</version>
522       </dependency>
523       <dependency>
524         <groupId>geminiweb</groupId>
525         <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
526         <version>${virgo.version}</version>
527       </dependency>
528       <dependency>
529         <groupId>geminiweb</groupId>
530         <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
531         <version>${virgo.version}</version>
532       </dependency>
533       <dependency>
534         <groupId>io.netty</groupId>
535         <artifactId>netty-buffer</artifactId>
536         <version>${netty.version}</version>
537       </dependency>
538       <dependency>
539         <groupId>io.netty</groupId>
540         <artifactId>netty-codec</artifactId>
541         <version>${netty.version}</version>
542       </dependency>
543       <dependency>
544         <groupId>io.netty</groupId>
545         <artifactId>netty-codec-http</artifactId>
546         <version>${netty.version}</version>
547       </dependency>
548       <dependency>
549         <groupId>io.netty</groupId>
550         <artifactId>netty-common</artifactId>
551         <version>${netty.version}</version>
552       </dependency>
553       <!-- Netty -->
554       <dependency>
555         <groupId>io.netty</groupId>
556         <artifactId>netty-handler</artifactId>
557         <version>${netty.version}</version>
558       </dependency>
559       <dependency>
560         <groupId>io.netty</groupId>
561         <artifactId>netty-transport</artifactId>
562         <version>${netty.version}</version>
563       </dependency>
564       <dependency>
565         <groupId>javax.ws.rs</groupId>
566         <artifactId>jsr311-api</artifactId>
567         <version>${jsr311.api.version}</version>
568       </dependency>
569       <dependency>
570         <groupId>orbit</groupId>
571         <artifactId>javax.activation</artifactId>
572         <version>1.1.0.v201211130549</version>
573       </dependency>
574       <dependency>
575         <groupId>orbit</groupId>
576         <artifactId>javax.annotation</artifactId>
577         <version>1.1.0.v201209060031</version>
578       </dependency>
579       <dependency>
580         <groupId>orbit</groupId>
581         <artifactId>javax.ejb</artifactId>
582         <version>3.1.1.v201204261316</version>
583       </dependency>
584       <dependency>
585         <groupId>orbit</groupId>
586         <artifactId>javax.el</artifactId>
587         <version>2.2.0.v201108011116</version>
588       </dependency>
589       <dependency>
590         <groupId>orbit</groupId>
591         <artifactId>javax.mail.glassfish</artifactId>
592         <version>1.4.1.v201108011116</version>
593       </dependency>
594       <dependency>
595         <groupId>javax.servlet</groupId>
596         <artifactId>javax.servlet-api</artifactId>
597         <version>${javax.servlet.api.version}</version>
598       </dependency>
599       <dependency>
600         <groupId>orbit</groupId>
601         <artifactId>javax.servlet.jsp.jstl</artifactId>
602         <version>1.2.0.v201105211821</version>
603       </dependency>
604       <dependency>
605         <groupId>orbit</groupId>
606         <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
607         <version>1.2.0.v201210211230</version>
608       </dependency>
609       <dependency>
610         <groupId>orbit</groupId>
611         <artifactId>javax.xml.rpc</artifactId>
612         <version>1.1.0.v201005080400</version>
613       </dependency>
614       <dependency>
615         <groupId>orbit</groupId>
616         <artifactId>org.apache.catalina</artifactId>
617         <version>7.0.53.v201406061610</version>
618       </dependency>
619       <dependency>
620         <groupId>orbit</groupId>
621         <artifactId>org.apache.catalina.ha</artifactId>
622         <version>7.0.53.v201406070630</version>
623       </dependency>
624       <dependency>
625         <groupId>orbit</groupId>
626         <artifactId>org.apache.catalina.tribes</artifactId>
627         <version>7.0.53.v201406070630</version>
628       </dependency>
629       <dependency>
630         <groupId>orbit</groupId>
631         <artifactId>org.apache.coyote</artifactId>
632         <version>7.0.53.v201406070630</version>
633       </dependency>
634       <dependency>
635         <groupId>orbit</groupId>
636         <artifactId>org.apache.el</artifactId>
637         <version>7.0.53.v201406060720</version>
638       </dependency>
639       <dependency>
640         <groupId>orbit</groupId>
641         <artifactId>org.apache.jasper</artifactId>
642         <version>7.0.53.v201406070630</version>
643       </dependency>
644       <dependency>
645         <groupId>orbit</groupId>
646         <artifactId>org.apache.juli.extras</artifactId>
647         <version>7.0.53.v201406060720</version>
648       </dependency>
649       <dependency>
650         <groupId>orbit</groupId>
651         <artifactId>org.apache.tomcat.api</artifactId>
652         <version>7.0.53.v201406060720</version>
653       </dependency>
654       <dependency>
655         <groupId>orbit</groupId>
656         <artifactId>org.apache.tomcat.util</artifactId>
657         <version>7.0.53.v201406070630</version>
658       </dependency>
659       <dependency>
660         <groupId>org.aopalliance</groupId>
661         <artifactId>com.springsource.org.aopalliance</artifactId>
662         <version>${aopalliance.version}</version>
663       </dependency>
664       <dependency>
665         <groupId>org.apache.felix</groupId>
666         <artifactId>org.apache.felix.dependencymanager</artifactId>
667         <version>${felix.dependencymanager.version}</version>
668       </dependency>
669       <dependency>
670         <groupId>org.apache.felix</groupId>
671         <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
672         <version>${felix.dependencymanager.shell.version}</version>
673       </dependency>
674       <dependency>
675         <groupId>org.apache.felix</groupId>
676         <artifactId>org.apache.felix.fileinstall</artifactId>
677         <version>${felix.fileinstall.version}</version>
678       </dependency>
679       <!-- felix webconsole -->
680       <dependency>
681         <groupId>org.apache.felix</groupId>
682         <artifactId>org.apache.felix.webconsole</artifactId>
683         <version>${felix.webconsole.version}</version>
684         <!-- the all bundle includes all the necessary plugins -->
685         <classifier>all</classifier>
686       </dependency>
687       <dependency>
688         <groupId>org.bouncycastle</groupId>
689         <artifactId>bcpkix-jdk15on</artifactId>
690         <version>${bouncycastle.version}</version>
691       </dependency>
692       <dependency>
693         <groupId>org.bouncycastle</groupId>
694         <artifactId>bcprov-jdk15on</artifactId>
695         <version>${bouncycastle.version}</version>
696       </dependency>
697       <dependency>
698         <groupId>org.codehaus.enunciate</groupId>
699         <artifactId>enunciate-core-annotations</artifactId>
700         <version>${enunciate.version}</version>
701       </dependency>
702       <dependency>
703         <groupId>org.codehaus.jettison</groupId>
704         <artifactId>jettison</artifactId>
705         <version>${jettison.version}</version>
706       </dependency>
707       <!-- equinox http service bridge -->
708       <dependency>
709         <groupId>org.eclipse.equinox.http</groupId>
710         <artifactId>servlet</artifactId>
711         <version>1.0.0-v20070606</version>
712       </dependency>
713       <dependency>
714         <groupId>org.eclipse.persistence</groupId>
715         <artifactId>org.eclipse.persistence.antlr</artifactId>
716         <version>${eclipse.persistence.version}</version>
717       </dependency>
718       <dependency>
719         <groupId>org.eclipse.persistence</groupId>
720         <artifactId>org.eclipse.persistence.core</artifactId>
721         <version>${eclipse.persistence.version}</version>
722       </dependency>
723       <dependency>
724         <groupId>org.eclipse.persistence</groupId>
725         <artifactId>org.eclipse.persistence.moxy</artifactId>
726         <version>${eclipse.persistence.version}</version>
727       </dependency>
728       <dependency>
729         <groupId>org.javassist</groupId>
730         <artifactId>javassist</artifactId>
731         <version>${javassist.version}</version>
732       </dependency>
733       <dependency>
734         <groupId>org.jboss.spec.javax.transaction</groupId>
735         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
736         <version>1.0.1.Final</version>
737       </dependency>
738       <dependency>
739         <groupId>org.jolokia</groupId>
740         <artifactId>jolokia-osgi</artifactId>
741         <version>${jolokia.version}</version>
742       </dependency>
743       <dependency>
744         <groupId>org.json</groupId>
745         <artifactId>json</artifactId>
746         <version>${org.json.version}</version>
747       </dependency>
748       <dependency>
749         <groupId>org.osgi</groupId>
750         <artifactId>org.osgi.compendium</artifactId>
751         <version>${osgi.compendium.version}</version>
752         <scope>provided</scope>
753       </dependency>
754       <dependency>
755         <groupId>org.osgi</groupId>
756         <artifactId>org.osgi.core</artifactId>
757         <version>${osgi.core.version}</version>
758         <scope>provided</scope>
759       </dependency>
760       <dependency>
761         <groupId>org.ow2.asm</groupId>
762         <artifactId>asm-all</artifactId>
763         <version>4.1</version>
764       </dependency>
765       <!-- Visual VM hook -->
766       <dependency>
767         <groupId>org.ow2.chameleon.management</groupId>
768         <artifactId>chameleon-mbeans</artifactId>
769         <version>1.0.0</version>
770       </dependency>
771       <dependency>
772         <groupId>org.springframework</groupId>
773         <artifactId>org.springframework.aop</artifactId>
774         <version>${spring.version}</version>
775       </dependency>
776       <dependency>
777         <groupId>org.springframework</groupId>
778         <artifactId>org.springframework.asm</artifactId>
779         <version>${spring.version}</version>
780       </dependency>
781       <dependency>
782         <groupId>org.springframework</groupId>
783         <artifactId>org.springframework.beans</artifactId>
784         <version>${spring.version}</version>
785       </dependency>
786       <dependency>
787         <groupId>org.springframework</groupId>
788         <artifactId>org.springframework.context</artifactId>
789         <version>${spring.version}</version>
790       </dependency>
791       <dependency>
792         <groupId>org.springframework</groupId>
793         <artifactId>org.springframework.context.support</artifactId>
794         <version>${spring.version}</version>
795       </dependency>
796       <dependency>
797         <groupId>org.springframework</groupId>
798         <artifactId>org.springframework.core</artifactId>
799         <version>${spring.version}</version>
800       </dependency>
801       <dependency>
802         <groupId>org.springframework</groupId>
803         <artifactId>org.springframework.expression</artifactId>
804         <version>${spring.version}</version>
805       </dependency>
806       <dependency>
807         <groupId>org.springframework</groupId>
808         <artifactId>org.springframework.transaction</artifactId>
809         <version>${spring-security.version}</version>
810       </dependency>
811       <dependency>
812         <groupId>org.springframework</groupId>
813         <artifactId>org.springframework.web</artifactId>
814         <version>${spring.version}</version>
815       </dependency>
816       <dependency>
817         <groupId>org.springframework</groupId>
818         <artifactId>org.springframework.web.servlet</artifactId>
819         <version>${spring.version}</version>
820       </dependency>
821       <!-- Spring security -->
822       <dependency>
823         <groupId>org.springframework.security</groupId>
824         <artifactId>spring-security-config</artifactId>
825         <version>${spring-security.version}</version>
826       </dependency>
827       <dependency>
828         <groupId>org.springframework.security</groupId>
829         <artifactId>spring-security-core</artifactId>
830         <version>${spring-security.version}</version>
831       </dependency>
832       <dependency>
833         <groupId>org.springframework.security</groupId>
834         <artifactId>spring-security-taglibs</artifactId>
835         <version>${spring-security.version}</version>
836       </dependency>
837       <dependency>
838         <groupId>org.springframework.security</groupId>
839         <artifactId>spring-security-web</artifactId>
840         <version>${spring-security.version}</version>
841       </dependency>
842       <dependency>
843         <groupId>virgomirror</groupId>
844         <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
845         <version>3.8.0.I20120518-2145</version>
846       </dependency>
847
848       <!-- Add Pax Exam -->
849       <dependency>
850         <groupId>org.ops4j.pax.exam</groupId>
851         <artifactId>pax-exam</artifactId>
852         <version>${exam.version}</version>
853         <scope>test</scope>
854       </dependency>
855       <dependency>
856         <groupId>org.ops4j.pax.exam</groupId>
857         <artifactId>pax-exam-container-karaf</artifactId>
858         <version>${exam.version}</version>
859         <scope>test</scope>
860       </dependency>
861       <dependency>
862         <groupId>org.ops4j.pax.exam</groupId>
863         <artifactId>pax-exam-container-native</artifactId>
864         <version>${exam.version}</version>
865         <scope>test</scope>
866       </dependency>
867       <dependency>
868         <groupId>org.ops4j.pax.exam</groupId>
869         <artifactId>pax-exam-junit4</artifactId>
870         <version>${exam.version}</version>
871         <scope>test</scope>
872       </dependency>
873       <dependency>
874         <groupId>org.ops4j.pax.exam</groupId>
875         <artifactId>pax-exam-link-mvn</artifactId>
876         <version>${exam.version}</version>
877         <scope>test</scope>
878       </dependency>
879
880       <dependency>
881         <groupId>org.ops4j.pax.url</groupId>
882         <artifactId>pax-url-aether</artifactId>
883         <version>${url.version}</version>
884         <scope>test</scope>
885       </dependency>
886       <dependency>
887         <groupId>org.springframework.osgi</groupId>
888         <artifactId>spring-osgi-mock</artifactId>
889         <version>${spring-osgi.version}</version>
890         <scope>test</scope>
891       </dependency>
892       <dependency>
893         <groupId>xmlunit</groupId>
894         <artifactId>xmlunit</artifactId>
895         <version>1.5</version>
896         <scope>test</scope>
897       </dependency>
898       <dependency>
899         <groupId>org.eclipse.jetty</groupId>
900         <artifactId>jetty-servlets</artifactId>
901         <version>${jetty.version}</version>
902       </dependency>
903     </dependencies>
904   </dependencyManagement>
905   <repositories>
906     <!-- OpenDayLight Repo Mirror -->
907     <repository>
908       <releases>
909         <enabled>true</enabled>
910         <updatePolicy>never</updatePolicy>
911       </releases>
912       <snapshots>
913         <enabled>false</enabled>
914       </snapshots>
915       <id>opendaylight-mirror</id>
916       <name>opendaylight-mirror</name>
917       <url>${nexusproxy}/groups/public/</url>
918     </repository>
919     <!-- OpenDayLight Snapshot artifact -->
920     <repository>
921       <releases>
922         <enabled>false</enabled>
923       </releases>
924       <snapshots>
925         <enabled>true</enabled>
926       </snapshots>
927       <id>opendaylight-snapshot</id>
928       <name>opendaylight-snapshot</name>
929       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
930     </repository>
931   </repositories>
932   <pluginRepositories>
933     <!-- OpenDayLight Repo Mirror -->
934     <pluginRepository>
935       <releases>
936         <enabled>true</enabled>
937         <updatePolicy>never</updatePolicy>
938       </releases>
939       <snapshots>
940         <enabled>false</enabled>
941       </snapshots>
942       <id>opendaylight-mirror</id>
943       <name>opendaylight-mirror</name>
944       <url>${nexusproxy}/groups/public/</url>
945     </pluginRepository>
946     <!-- OpenDayLight Snapshot artifact -->
947     <pluginRepository>
948       <releases>
949         <enabled>false</enabled>
950       </releases>
951       <snapshots>
952         <enabled>true</enabled>
953       </snapshots>
954       <id>opendaylight-snapshot</id>
955       <name>opendaylight-snapshot</name>
956       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
957     </pluginRepository>
958   </pluginRepositories>
959
960   <build>
961     <pluginManagement>
962       <plugins>
963         <!-- Official maven plugins, alpha-sorted by artifactId.
964              We do not need to specify the groupId. -->
965         <plugin>
966           <artifactId>maven-antrun-plugin</artifactId>
967           <version>${maven.antrun.plugin.version}</version>
968         </plugin>
969         <plugin>
970           <artifactId>maven-checkstyle-plugin</artifactId>
971           <version>${checkstyle.version}</version>
972           <dependencies>
973             <dependency>
974               <groupId>org.opendaylight.odlparent</groupId>
975               <artifactId>checkstyle</artifactId>
976               <version>${odl.checkstyle.version}</version>
977             </dependency>
978           </dependencies>
979           <configuration>
980             <configLocation>odl_checks.xml</configLocation>
981             <!-- <sourceDirectory> is needed so that checkstyle ignores the
982                  generated sources directory -->
983             <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
984             <excludes>
985               org/opendaylight/yang/gen/**,
986               **/config/yang/**,
987               **/protobuff/messages/**,
988               **/thrift/gen/*.java
989             </excludes>
990             <failsOnError>false</failsOnError>
991             <consoleOutput>true</consoleOutput>
992           </configuration>
993           <executions>
994             <execution>
995               <id>check-license</id>
996               <goals>
997                 <goal>check</goal>
998               </goals>
999               <phase>process-sources</phase>
1000               <configuration>
1001                 <configLocation>check-license.xml</configLocation>
1002                 <includeResources>false</includeResources>
1003                 <includeTestResources>false</includeTestResources>
1004                 <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
1005                 <excludes>
1006                   org/opendaylight/yang/gen/**,
1007                   **/config/yang/**,
1008                   **/protobuff/messages/**,
1009                   **/thrift/gen/*.java
1010                 </excludes>
1011                 <failsOnError>false</failsOnError>
1012                 <consoleOutput>true</consoleOutput>
1013               </configuration>
1014             </execution>
1015             <execution>
1016               <goals>
1017                 <goal>check</goal>
1018               </goals>
1019               <phase>process-sources</phase>
1020             </execution>
1021           </executions>
1022         </plugin>
1023         <plugin>
1024           <artifactId>maven-clean-plugin</artifactId>
1025           <version>${maven.clean.plugin.version}</version>
1026         </plugin>
1027         <plugin>
1028           <artifactId>maven-install-plugin</artifactId>
1029           <version>${maven.install.plugin.version}</version>
1030         </plugin>
1031         <plugin>
1032           <artifactId>maven-deploy-plugin</artifactId>
1033           <version>${maven.deploy.plugin.version}</version>
1034         </plugin>
1035         <plugin>
1036           <artifactId>maven-compiler-plugin</artifactId>
1037           <version>${maven.compile.plugin.version}</version>
1038         </plugin>
1039         <plugin>
1040           <artifactId>maven-enforcer-plugin</artifactId>
1041           <version>${enforcer.version}</version>
1042         </plugin>
1043         <plugin>
1044           <artifactId>maven-failsafe-plugin</artifactId>
1045           <version>${failsafe.version}</version>
1046         </plugin>
1047         <plugin>
1048           <artifactId>maven-jar-plugin</artifactId>
1049           <version>${jar.plugin.version}</version>
1050         </plugin>
1051         <plugin>
1052           <artifactId>maven-javadoc-plugin</artifactId>
1053           <version>${maven.javadoc.version}</version>
1054           <configuration>
1055             <tags>
1056               <!-- support for HelpMojo generated by the maven-plugin-plugin -->
1057               <tag>
1058                 <name>goal</name>
1059                 <placement>t</placement>
1060                 <head>Goal:</head>
1061               </tag>
1062               <tag>
1063                 <name>requiresProject</name>
1064                 <placement>t</placement>
1065                 <head>Requires project:</head>
1066               </tag>
1067               <tag>
1068                 <name>threadSafe</name>
1069                 <placement>t</placement>
1070                 <head>Threadsafe</head>
1071               </tag>
1072               <tag>
1073                 <name>phase</name>
1074                 <placement>t</placement>
1075                 <head>Phase:</head>
1076               </tag>
1077               <!-- end HelpMojo support -->
1078             </tags>
1079           </configuration>
1080           <executions>
1081             <execution>
1082               <id>attach-javadocs</id>
1083               <goals>
1084                 <goal>jar</goal>
1085               </goals>
1086             </execution>
1087           </executions>
1088         </plugin>
1089         <plugin>
1090           <artifactId>maven-release-plugin</artifactId>
1091           <version>${maven.release.version}</version>
1092         </plugin>
1093         <plugin>
1094           <groupId>org.apache.maven.plugins</groupId>
1095           <artifactId>maven-dependency-plugin</artifactId>
1096           <version>${maven.dependency.plugin.version}</version>
1097           <executions>
1098             <execution>
1099               <id>unpack-license</id>
1100               <phase>generate-resources</phase>
1101               <goals><goal>unpack</goal></goals>
1102               <configuration>
1103                 <artifactItems>
1104                   <artifactItem>
1105                     <groupId>org.opendaylight.odlparent</groupId>
1106                     <artifactId>odl-license</artifactId>
1107                     <version>0.0.1-SNAPSHOT</version>
1108                   </artifactItem>
1109                 </artifactItems>
1110                 <outputDirectory>${project.build.outputDirectory}</outputDirectory>
1111                 <excludes>META-INF/**</excludes>
1112               </configuration>
1113             </execution>
1114           </executions>
1115         </plugin>
1116
1117         <plugin>
1118           <groupId>org.apache.maven.plugins</groupId>
1119           <artifactId>maven-plugin-plugin</artifactId>
1120           <version>${maven.plugin.version}</version>
1121         </plugin>
1122
1123         <plugin>
1124           <artifactId>maven-resources-plugin</artifactId>
1125           <version>2.7</version>
1126         </plugin>
1127         <plugin>
1128           <artifactId>maven-shade-plugin</artifactId>
1129           <version>2.3</version>
1130         </plugin>
1131         <plugin>
1132           <artifactId>maven-site-plugin</artifactId>
1133           <version>${siteplugin}</version>
1134         </plugin>
1135         <plugin>
1136           <artifactId>maven-source-plugin</artifactId>
1137           <version>${maven.source.version}</version>
1138           <executions>
1139             <execution>
1140               <id>attach-sources</id>
1141               <goals>
1142                 <goal>jar</goal>
1143               </goals>
1144             </execution>
1145           </executions>
1146         </plugin>
1147         <plugin>
1148           <artifactId>maven-surefire-plugin</artifactId>
1149           <version>${maven.surefire.version}</version>
1150         </plugin>
1151
1152         <!-- Third-party plugins, grouped by groupId, alpha-sorted by artifactId -->
1153         <plugin>
1154           <groupId>org.apache.felix</groupId>
1155           <artifactId>maven-bundle-plugin</artifactId>
1156           <version>${maven.bundle.version}</version>
1157           <extensions>true</extensions>
1158         </plugin>
1159
1160         <plugin>
1161           <groupId>org.apache.karaf.tooling</groupId>
1162           <artifactId>karaf-maven-plugin</artifactId>
1163           <version>${karaf.version}</version>
1164         </plugin>
1165
1166         <plugin>
1167           <groupId>org.apache.servicemix.tooling</groupId>
1168           <artifactId>depends-maven-plugin</artifactId>
1169           <version>${maven.depends.version}</version>
1170           <executions>
1171             <execution>
1172               <id>generate-depends-file</id>
1173               <goals>
1174                 <goal>generate-depends-file</goal>
1175               </goals>
1176             </execution>
1177           </executions>
1178         </plugin>
1179
1180         <plugin>
1181           <groupId>org.codehaus.enunciate</groupId>
1182           <artifactId>maven-enunciate-plugin</artifactId>
1183           <version>${enunciate.version}</version>
1184         </plugin>
1185         <plugin>
1186           <groupId>org.codehaus.groovy.maven</groupId>
1187           <artifactId>gmaven-plugin</artifactId>
1188           <version>${gmaven.plugin.version}</version>
1189         </plugin>
1190         <plugin>
1191           <groupId>org.codehaus.mojo</groupId>
1192           <artifactId>build-helper-maven-plugin</artifactId>
1193           <version>1.9.1</version>
1194         </plugin>
1195         <plugin>
1196           <groupId>org.codehaus.mojo</groupId>
1197           <artifactId>properties-maven-plugin</artifactId>
1198           <version>${propertymavenplugin.version}</version>
1199         </plugin>
1200
1201         <plugin>
1202           <groupId>org.eclipse.m2e</groupId>
1203           <artifactId>lifecycle-mapping</artifactId>
1204           <version>1.0.0</version>
1205           <configuration>
1206             <lifecycleMappingMetadata>
1207               <pluginExecutions>
1208                 <pluginExecution>
1209                   <pluginExecutionFilter>
1210                     <groupId>org.apache.felix</groupId>
1211                     <artifactId>maven-bundle-plugin</artifactId>
1212                     <versionRange>[1.0,)</versionRange>
1213                     <goals>
1214                       <goal>manifest</goal>
1215                     </goals>
1216                   </pluginExecutionFilter>
1217                   <action>
1218                     <execute/>
1219                   </action>
1220                 </pluginExecution>
1221                 <pluginExecution>
1222                   <pluginExecutionFilter>
1223                     <groupId>org.apache.maven.plugins</groupId>
1224                     <artifactId>maven-enforcer-plugin</artifactId>
1225                     <versionRange>[1.0.0,)</versionRange>
1226                     <goals>
1227                       <goal>enforce</goal>
1228                     </goals>
1229                   </pluginExecutionFilter>
1230                   <action>
1231                     <ignore/>
1232                   </action>
1233                 </pluginExecution>
1234                 <pluginExecution>
1235                   <pluginExecutionFilter>
1236                     <groupId>org.apache.maven.plugins</groupId>
1237                     <artifactId>maven-checkstyle-plugin</artifactId>
1238                     <versionRange>[2.0.0,)</versionRange>
1239                     <goals>
1240                       <goal>check</goal>
1241                     </goals>
1242                   </pluginExecutionFilter>
1243                   <action>
1244                     <ignore/>
1245                   </action>
1246                 </pluginExecution>
1247               </pluginExecutions>
1248             </lifecycleMappingMetadata>
1249           </configuration>
1250         </plugin>
1251
1252         <plugin>
1253           <groupId>org.jacoco</groupId>
1254           <artifactId>jacoco-maven-plugin</artifactId>
1255           <version>${jacoco.version}</version>
1256         </plugin>
1257
1258         <plugin>
1259           <groupId>org.ops4j.pax.exam</groupId>
1260           <artifactId>maven-paxexam-plugin</artifactId>
1261           <version>${paxexam.plugin.version}</version>
1262         </plugin>
1263       </plugins>
1264     </pluginManagement>
1265
1266     <plugins>
1267       <plugin>
1268         <groupId>org.apache.maven.plugins</groupId>
1269         <artifactId>maven-enforcer-plugin</artifactId>
1270         <executions>
1271           <execution>
1272             <id>enforce-maven</id>
1273             <configuration>
1274               <rules>
1275                 <requireMavenVersion>
1276                   <version>3.1.1</version>
1277                 </requireMavenVersion>
1278               </rules>
1279             </configuration>
1280             <goals>
1281               <goal>enforce</goal>
1282             </goals>
1283           </execution>
1284         </executions>
1285       </plugin>
1286       <plugin>
1287         <groupId>org.apache.maven.plugins</groupId>
1288         <artifactId>maven-dependency-plugin</artifactId>
1289       </plugin>
1290       <plugin>
1291         <groupId>org.apache.maven.plugins</groupId>
1292         <artifactId>maven-checkstyle-plugin</artifactId>
1293       </plugin>
1294       <plugin>
1295         <groupId>org.apache.maven.plugins</groupId>
1296         <artifactId>maven-source-plugin</artifactId>
1297       </plugin>
1298       <plugin>
1299         <groupId>org.apache.maven.plugins</groupId>
1300         <artifactId>maven-javadoc-plugin</artifactId>
1301       </plugin>
1302     </plugins>
1303   </build>
1304
1305   <reporting>
1306     <plugins>
1307       <plugin>
1308         <artifactId>maven-checkstyle-plugin</artifactId>
1309         <version>${checkstyle.version}</version>
1310       </plugin>
1311
1312       <!-- FIXME: activate this
1313       <plugin>
1314         <artifactId>maven-project-info-reports-plugin</artifactId>
1315         <version>${projectinfo}</version>
1316       </plugin-->
1317       <plugin>
1318         <groupId>org.codehaus.mojo</groupId>
1319         <artifactId>findbugs-maven-plugin</artifactId>
1320         <version>3.0.0</version>
1321         <configuration>
1322           <effort>Max</effort>
1323           <threshold>Low</threshold>
1324           <goal>site</goal>
1325         </configuration>
1326       </plugin>
1327       <plugin>
1328         <groupId>org.codehaus.mojo</groupId>
1329         <artifactId>jdepend-maven-plugin</artifactId>
1330         <version>2.0</version>
1331       </plugin>
1332     </plugins>
1333   </reporting>
1334 </project>