Merge "Add shutdown hook."
[controller.git] / opendaylight / commons / opendaylight / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4   <modelVersion>4.0.0</modelVersion>
5   <prerequisites>
6     <maven>3.0</maven>
7   </prerequisites>
8   <groupId>org.opendaylight.controller</groupId>
9   <artifactId>commons.opendaylight</artifactId>
10   <version>1.4.1-SNAPSHOT</version>
11   <packaging>pom</packaging>
12   <parent>
13     <groupId>org.opendaylight.controller</groupId>
14     <artifactId>commons.parent</artifactId>
15     <version>1.0.1-SNAPSHOT</version>
16     <relativePath>../parent</relativePath>
17   </parent>
18   <scm>
19     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
20     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
21     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
22     <tag>HEAD</tag>
23   </scm>
24
25   <properties>
26     <!-- Java Versions -->
27     <maven.compiler.source>1.7</maven.compiler.source>
28     <maven.compiler.target>1.7</maven.compiler.target>
29     <!-- ODL repository / plugin repository -->
30     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
31
32     <propertymavenplugin.version>1.0-alpha-2</propertymavenplugin.version>
33     <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
34     <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
35     <siteplugin>3.2</siteplugin>
36     <projectinfo>2.6</projectinfo>
37     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
39     <compiler.version>2.3.2</compiler.version>
40     <surefire.version>2.15</surefire.version>
41     <failsafe.version>2.15</failsafe.version>
42     <exam.version>3.0.0</exam.version>
43     <url.version>1.5.0</url.version>
44     <enunciate.version>1.26.2</enunciate.version>
45     <sonar.branch>${user.name}-private-view</sonar.branch>
46     <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2</sonar.skippedModules>
47     <logback.version>1.0.9</logback.version>
48     <slf4j.version>1.7.2</slf4j.version>
49     <jackson.version>2.3.0</jackson.version>
50     <spring.version>3.1.3.RELEASE</spring.version>
51     <spring-security.version>3.1.3.RELEASE</spring-security.version>
52     <spring-osgi.version>1.2.1</spring-osgi.version>
53     <jersey.version>1.17</jersey.version>
54     <virgo.version>3.6.0.RELEASE</virgo.version>
55     <geminiweb.version>2.2.0.RELEASE</geminiweb.version>
56     <jolokia.version>1.1.4</jolokia.version>
57     <checkstyle.version>2.10</checkstyle.version>
58     <testvm.argLine>-Xmx1024m -XX:MaxPermSize=256m</testvm.argLine>
59     <yang.version>0.5.9-SNAPSHOT</yang.version>
60     <guava.version>14.0.1</guava.version>
61     <osgi.core.version>5.0.0</osgi.core.version>
62     <ietf-inet-types.version>2010.09.24.2-SNAPSHOT</ietf-inet-types.version>
63     <ietf-yang-types.version>2010.09.24.2-SNAPSHOT</ietf-yang-types.version>
64     <ietf-topology.version>2013.10.21.0-SNAPSHOT</ietf-topology.version>
65     <opendaylight-l2-types.version>2013.08.27.1</opendaylight-l2-types.version>
66     <yang-ext.version>2013.09.07.1</yang-ext.version>
67     <javassist.version>3.17.1-GA</javassist.version>
68     <sample-toaster.version>1.0-SNAPSHOT</sample-toaster.version>
69     <releaseplugin.version>2.3.2</releaseplugin.version>
70     <commons.lang.version>3.1</commons.lang.version>
71     <jacoco.version>0.5.3.201107060350</jacoco.version>
72     <enforcer.version>1.3.1</enforcer.version>
73     <bundle.plugin.version>2.3.7</bundle.plugin.version>
74     <junit.version>4.8.1</junit.version>
75     <bgpcep.version>0.3.0-SNAPSHOT</bgpcep.version>
76     <yangtools.version>0.5.9-SNAPSHOT</yangtools.version>
77     <yangtools.binding.version>0.6.0-SNAPSHOT</yangtools.binding.version>
78     <!--versions for bits of the controller -->
79     <controller.version>0.4.1-SNAPSHOT</controller.version>
80     <hosttracker.version>0.5.1-SNAPSHOT</hosttracker.version>
81     <arphandler.version>0.5.1-SNAPSHOT</arphandler.version>
82     <forwarding.staticrouting>0.5.1-SNAPSHOT</forwarding.staticrouting>
83     <samples.loadbalancer>0.5.1-SNAPSHOT</samples.loadbalancer>
84     <config.version>0.2.3-SNAPSHOT</config.version>
85     <netconf.version>0.2.3-SNAPSHOT</netconf.version>
86     <mdsal.version>1.0-SNAPSHOT</mdsal.version>
87     <containermanager.version>0.5.1-SNAPSHOT</containermanager.version>
88     <switchmanager.api.version>0.7.0-SNAPSHOT</switchmanager.api.version>
89     <connectionmanager.version>0.1.1-SNAPSHOT</connectionmanager.version>
90     <sal.version>0.7.0-SNAPSHOT</sal.version>
91     <sal.networkconfiguration.version>0.0.2-SNAPSHOT</sal.networkconfiguration.version>
92     <sal.connection.version>0.1.1-SNAPSHOT</sal.connection.version>
93     <networkconfig.bridgedomain.northbound.version>0.0.2-SNAPSHOT</networkconfig.bridgedomain.northbound.version>
94     <commons.httpclient.version>0.1.1-SNAPSHOT</commons.httpclient.version>
95     <concepts.version>0.5.1-SNAPSHOT</concepts.version>
96     <jolokia.bridge.version>0.0.1-SNAPSHOT</jolokia.bridge.version>
97     <netty.version>4.0.10.Final</netty.version>
98     <commons.io.version>2.4</commons.io.version>
99     <bundlescanner.version>0.4.1-SNAPSHOT</bundlescanner.version>
100     <usermanager.version>0.4.1-SNAPSHOT</usermanager.version>
101     <forwardingrulesmanager.version>0.5.0-SNAPSHOT</forwardingrulesmanager.version>
102     <statisticsmanager.version>0.5.0-SNAPSHOT</statisticsmanager.version>
103     <clustering.services.version>0.5.0-SNAPSHOT</clustering.services.version>
104     <configuration.version>0.4.1-SNAPSHOT</configuration.version>
105     <topologymanager.version>0.4.1-SNAPSHOT</topologymanager.version>
106     <!-- Third party version -->
107     <jersey-servlet.version>1.18-SNAPSHOT</jersey-servlet.version>
108     <corsfilter.version>7.0.43-SNAPSHOT</corsfilter.version>
109     <!-- Northbound API version -->
110     <commons.northbound.version>0.4.1-SNAPSHOT</commons.northbound.version>
111     <!-- Sonar properties using jacoco to retrieve integration test results -->
112     <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
113     <sonar.language>java</sonar.language>
114     <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
115     <java.version.source>1.7</java.version.source>
116     <java.version.target>1.7</java.version.target>
117     <!-- enforcer version -->
118     <enforcer.version>1.3.1</enforcer.version>
119     <exi.version>0.9.2-SNAPSHOT</exi.version>
120   </properties>
121
122   <dependencyManagement>
123     <dependencies>
124       <dependency>
125         <groupId>junit</groupId>
126         <artifactId>junit</artifactId>
127         <version>${junit.version}</version>
128         <scope>test</scope>
129       </dependency>
130       <dependency>
131         <groupId>org.slf4j</groupId>
132         <artifactId>jcl-over-slf4j</artifactId>
133         <version>${slf4j.version}</version>
134       </dependency>
135       <dependency>
136         <groupId>org.osgi</groupId>
137         <artifactId>org.osgi.core</artifactId>
138         <version>${osgi.core.version}</version>
139         <scope>provided</scope>
140       </dependency>
141       <dependency>
142         <groupId>org.slf4j</groupId>
143         <artifactId>slf4j-api</artifactId>
144         <version>${slf4j.version}</version>
145         <scope>compile</scope>
146       </dependency>
147       <dependency>
148         <groupId>org.slf4j</groupId>
149         <artifactId>log4j-over-slf4j</artifactId>
150         <version>${slf4j.version}</version>
151       </dependency>
152       <dependency>
153         <groupId>ch.qos.logback</groupId>
154         <artifactId>logback-core</artifactId>
155         <version>${logback.version}</version>
156       </dependency>
157       <dependency>
158         <groupId>ch.qos.logback</groupId>
159         <artifactId>logback-classic</artifactId>
160         <version>${logback.version}</version>
161       </dependency>
162
163      <dependency>
164        <groupId>com.fasterxml.jackson.core</groupId>
165        <artifactId>jackson-annotations</artifactId>
166        <version>${jackson.version}</version>
167      </dependency>
168
169      <dependency>
170        <groupId>com.fasterxml.jackson.core</groupId>
171        <artifactId>jackson-core</artifactId>
172        <version>${jackson.version}</version>
173      </dependency>
174
175      <dependency>
176        <groupId>com.fasterxml.jackson.core</groupId>
177        <artifactId>jackson-databind</artifactId>
178        <version>${jackson.version}</version>
179      </dependency>
180
181      <dependency>
182         <groupId>com.fasterxml.jackson.jaxrs</groupId>
183         <artifactId>jackson-jaxrs-base</artifactId>
184         <version>${jackson.version}</version>
185      </dependency>
186
187     <dependency>
188         <groupId>com.fasterxml.jackson.jaxrs</groupId>
189         <artifactId>jackson-jaxrs-json-provider</artifactId>
190         <version>${jackson.version}</version>
191      </dependency>
192
193      <dependency>
194         <groupId>com.fasterxml.jackson.module</groupId>
195         <artifactId>jackson-module-jaxb-annotations</artifactId>
196         <version>${jackson.version}</version>
197      </dependency>
198
199       <dependency>
200         <groupId>org.codehaus.jettison</groupId>
201         <artifactId>jettison</artifactId>
202         <version>1.3.3</version>
203       </dependency>
204       <dependency>
205         <groupId>com.google.guava</groupId>
206         <artifactId>guava</artifactId>
207         <version>${guava.version}</version>
208       </dependency>
209       <dependency>
210         <groupId>org.javassist</groupId>
211         <artifactId>javassist</artifactId>
212         <version>${javassist.version}</version>
213       </dependency>
214       <dependency>
215         <groupId>commons-io</groupId>
216         <artifactId>commons-io</artifactId>
217         <version>${commons.io.version}</version>
218       </dependency>
219       <dependency>
220         <groupId>commons-codec</groupId>
221         <artifactId>commons-codec</artifactId>
222         <version>1.7</version>
223       </dependency>
224       <dependency>
225         <groupId>org.apache.commons</groupId>
226         <artifactId>commons-lang3</artifactId>
227         <version>${commons.lang.version}</version>
228       </dependency>
229       <dependency>
230         <groupId>commons-fileupload</groupId>
231         <artifactId>commons-fileupload</artifactId>
232         <version>1.2.2</version>
233       </dependency>
234       <dependency>
235         <groupId>commons-net</groupId>
236         <artifactId>commons-net</artifactId>
237         <version>3.0.1</version>
238       </dependency>
239       <dependency>
240         <groupId>equinoxSDK381</groupId>
241         <artifactId>javax.servlet</artifactId>
242         <version>3.0.0.v201112011016</version>
243       </dependency>
244       <dependency>
245         <groupId>equinoxSDK381</groupId>
246         <artifactId>javax.servlet.jsp</artifactId>
247         <version>2.2.0.v201112011158</version>
248       </dependency>
249       <dependency>
250         <groupId>equinoxSDK381</groupId>
251         <artifactId>org.eclipse.equinox.ds</artifactId>
252         <version>1.4.0.v20120522-1841</version>
253       </dependency>
254       <dependency>
255         <groupId>equinoxSDK381</groupId>
256         <artifactId>org.eclipse.equinox.util</artifactId>
257         <version>1.0.400.v20120522-2049</version>
258       </dependency>
259       <dependency>
260         <groupId>equinoxSDK381</groupId>
261         <artifactId>org.eclipse.osgi.services</artifactId>
262         <version>3.3.100.v20120522-1822</version>
263       </dependency>
264       <dependency>
265         <groupId>equinoxSDK381</groupId>
266         <artifactId>org.eclipse.osgi</artifactId>
267         <version>3.8.1.v20120830-144521</version>
268       </dependency>
269       <dependency>
270         <groupId>equinoxSDK381</groupId>
271         <artifactId>org.apache.felix.gogo.command</artifactId>
272         <version>0.8.0.v201108120515</version>
273       </dependency>
274       <dependency>
275         <groupId>equinoxSDK381</groupId>
276         <artifactId>org.apache.felix.gogo.runtime</artifactId>
277         <version>0.8.0.v201108120515</version>
278       </dependency>
279       <dependency>
280         <groupId>equinoxSDK381</groupId>
281         <artifactId>org.apache.felix.gogo.shell</artifactId>
282         <version>0.8.0.v201110170705</version>
283       </dependency>
284       <dependency>
285         <groupId>equinoxSDK381</groupId>
286         <artifactId>org.eclipse.equinox.cm</artifactId>
287         <version>1.0.400.v20120522-1841</version>
288       </dependency>
289       <dependency>
290         <groupId>equinoxSDK381</groupId>
291         <artifactId>org.eclipse.equinox.console</artifactId>
292         <version>1.0.0.v20120522-1841</version>
293       </dependency>
294       <dependency>
295         <groupId>equinoxSDK381</groupId>
296         <artifactId>org.eclipse.equinox.launcher</artifactId>
297         <version>1.3.0.v20120522-1813</version>
298       </dependency>
299       <!-- Gemini Web -->
300       <dependency>
301         <groupId>geminiweb</groupId>
302         <artifactId>org.eclipse.gemini.web.core</artifactId>
303         <version>${geminiweb.version}</version>
304       </dependency>
305       <dependency>
306         <groupId>geminiweb</groupId>
307         <artifactId>org.eclipse.gemini.web.extender</artifactId>
308         <version>${geminiweb.version}</version>
309       </dependency>
310       <dependency>
311         <groupId>geminiweb</groupId>
312         <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
313         <version>${geminiweb.version}</version>
314       </dependency>
315       <dependency>
316         <groupId>geminiweb</groupId>
317         <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
318         <version>${virgo.version}</version>
319       </dependency>
320       <dependency>
321         <groupId>geminiweb</groupId>
322         <artifactId>org.eclipse.virgo.util.common</artifactId>
323         <version>${virgo.version}</version>
324       </dependency>
325       <dependency>
326         <groupId>geminiweb</groupId>
327         <artifactId>org.eclipse.virgo.util.io</artifactId>
328         <version>${virgo.version}</version>
329       </dependency>
330       <dependency>
331         <groupId>geminiweb</groupId>
332         <artifactId>org.eclipse.virgo.util.math</artifactId>
333         <version>${virgo.version}</version>
334       </dependency>
335       <dependency>
336         <groupId>geminiweb</groupId>
337         <artifactId>org.eclipse.virgo.util.osgi</artifactId>
338         <version>${virgo.version}</version>
339       </dependency>
340       <dependency>
341         <groupId>geminiweb</groupId>
342         <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
343         <version>${virgo.version}</version>
344       </dependency>
345       <dependency>
346         <groupId>geminiweb</groupId>
347         <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
348         <version>${virgo.version}</version>
349       </dependency>
350       <dependency>
351         <groupId>org.apache.felix</groupId>
352         <artifactId>org.apache.felix.dependencymanager</artifactId>
353         <version>3.1.0</version>
354       </dependency>
355       <dependency>
356         <groupId>org.apache.felix</groupId>
357         <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
358         <version>3.0.1</version>
359       </dependency>
360       <dependency>
361         <groupId>com.google.code.gson</groupId>
362         <artifactId>gson</artifactId>
363         <version>2.1</version>
364         <scope>compile</scope>
365       </dependency>
366       <dependency>
367         <groupId>org.jboss.spec.javax.transaction</groupId>
368         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
369         <version>1.0.1.Final</version>
370       </dependency>
371       <dependency>
372         <groupId>org.apache.felix</groupId>
373         <artifactId>org.apache.felix.fileinstall</artifactId>
374         <version>3.1.6</version>
375       </dependency>
376       <dependency>
377         <groupId>virgomirror</groupId>
378         <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
379         <version>3.8.0.I20120518-2145</version>
380       </dependency>
381       <dependency>
382         <groupId>eclipselink</groupId>
383         <artifactId>javax.persistence</artifactId>
384         <version>2.0.4.v201112161009</version>
385       </dependency>
386       <dependency>
387         <groupId>orbit</groupId>
388         <artifactId>javax.activation</artifactId>
389         <version>1.1.0.v201211130549</version>
390       </dependency>
391       <dependency>
392         <groupId>orbit</groupId>
393         <artifactId>javax.annotation</artifactId>
394         <version>1.1.0.v201209060031</version>
395       </dependency>
396       <dependency>
397         <groupId>orbit</groupId>
398         <artifactId>javax.ejb</artifactId>
399         <version>3.1.1.v201204261316</version>
400       </dependency>
401       <dependency>
402         <groupId>orbit</groupId>
403         <artifactId>javax.el</artifactId>
404         <version>2.2.0.v201108011116</version>
405       </dependency>
406       <dependency>
407         <groupId>orbit</groupId>
408         <artifactId>javax.mail.glassfish</artifactId>
409         <version>1.4.1.v201108011116</version>
410       </dependency>
411       <dependency>
412         <groupId>orbit</groupId>
413         <artifactId>javax.xml.rpc</artifactId>
414         <version>1.1.0.v201005080400</version>
415       </dependency>
416       <dependency>
417         <groupId>orbit</groupId>
418         <artifactId>org.apache.catalina</artifactId>
419         <version>7.0.32.v201211201336</version>
420       </dependency>
421       <dependency>
422         <groupId>orbit</groupId>
423         <artifactId>org.apache.catalina.ha</artifactId>
424         <version>7.0.32.v201211201952</version>
425       </dependency>
426       <dependency>
427         <groupId>orbit</groupId>
428         <artifactId>org.apache.catalina.tribes</artifactId>
429         <version>7.0.32.v201211201952</version>
430       </dependency>
431       <dependency>
432         <groupId>orbit</groupId>
433         <artifactId>org.apache.coyote</artifactId>
434         <version>7.0.32.v201211201952</version>
435       </dependency>
436       <dependency>
437         <groupId>orbit</groupId>
438         <artifactId>org.apache.el</artifactId>
439         <version>7.0.32.v201211081135</version>
440       </dependency>
441       <dependency>
442         <groupId>orbit</groupId>
443         <artifactId>org.apache.jasper</artifactId>
444         <version>7.0.32.v201211201952</version>
445       </dependency>
446       <dependency>
447         <groupId>orbit</groupId>
448         <artifactId>org.apache.juli.extras</artifactId>
449         <version>7.0.32.v201211081135</version>
450       </dependency>
451       <dependency>
452         <groupId>orbit</groupId>
453         <artifactId>org.apache.tomcat.api</artifactId>
454         <version>7.0.32.v201211081135</version>
455       </dependency>
456       <dependency>
457         <groupId>orbit</groupId>
458         <artifactId>org.apache.tomcat.util</artifactId>
459         <version>7.0.32.v201211201952</version>
460       </dependency>
461       <dependency>
462         <groupId>orbit</groupId>
463         <artifactId>javax.servlet.jsp.jstl</artifactId>
464         <version>1.2.0.v201105211821</version>
465       </dependency>
466       <dependency>
467         <groupId>orbit</groupId>
468         <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
469         <version>1.2.0.v201210211230</version>
470       </dependency>
471       <dependency>
472         <groupId>eclipselink</groupId>
473         <artifactId>javax.resource</artifactId>
474         <version>1.5.0.v200906010428</version>
475       </dependency>
476       <!-- Add Pax Exam -->
477       <dependency>
478         <groupId>org.ops4j.pax.exam</groupId>
479         <artifactId>pax-exam-container-native</artifactId>
480         <version>${exam.version}</version>
481         <scope>test</scope>
482       </dependency>
483       <dependency>
484         <groupId>org.ops4j.pax.exam</groupId>
485         <artifactId>pax-exam-junit4</artifactId>
486         <version>${exam.version}</version>
487         <scope>test</scope>
488       </dependency>
489       <dependency>
490         <groupId>org.ops4j.pax.exam</groupId>
491         <artifactId>pax-exam-link-mvn</artifactId>
492         <version>${exam.version}</version>
493         <scope>test</scope>
494       </dependency>
495       <dependency>
496         <groupId>org.ops4j.pax.url</groupId>
497         <artifactId>pax-url-aether</artifactId>
498         <version>${url.version}</version>
499         <scope>test</scope>
500       </dependency>
501       <dependency>
502         <groupId>org.springframework</groupId>
503         <artifactId>org.springframework.asm</artifactId>
504         <version>${spring.version}</version>
505       </dependency>
506       <dependency>
507         <groupId>org.springframework</groupId>
508         <artifactId>org.springframework.aop</artifactId>
509         <version>${spring.version}</version>
510       </dependency>
511       <dependency>
512         <groupId>org.springframework</groupId>
513         <artifactId>org.springframework.context</artifactId>
514         <version>${spring.version}</version>
515       </dependency>
516       <dependency>
517         <groupId>org.springframework</groupId>
518         <artifactId>org.springframework.context.support</artifactId>
519         <version>${spring.version}</version>
520       </dependency>
521       <dependency>
522         <groupId>org.springframework</groupId>
523         <artifactId>org.springframework.core</artifactId>
524         <version>${spring.version}</version>
525       </dependency>
526       <dependency>
527         <groupId>org.springframework</groupId>
528         <artifactId>org.springframework.beans</artifactId>
529         <version>${spring.version}</version>
530       </dependency>
531       <dependency>
532         <groupId>org.springframework</groupId>
533         <artifactId>org.springframework.expression</artifactId>
534         <version>${spring.version}</version>
535       </dependency>
536       <dependency>
537         <groupId>org.springframework</groupId>
538         <artifactId>org.springframework.web</artifactId>
539         <version>${spring.version}</version>
540       </dependency>
541       <dependency>
542         <groupId>org.aopalliance</groupId>
543         <artifactId>com.springsource.org.aopalliance</artifactId>
544         <version>1.0.0</version>
545       </dependency>
546       <dependency>
547         <groupId>org.springframework</groupId>
548         <artifactId>org.springframework.web.servlet</artifactId>
549         <version>${spring.version}</version>
550       </dependency>
551
552       <dependency>
553         <groupId>org.springframework.osgi</groupId>
554         <artifactId>spring-osgi-mock</artifactId>
555         <version>${spring-osgi.version}</version>
556         <scope>test</scope>
557       </dependency>
558
559       <!-- Spring security -->
560       <dependency>
561         <groupId>org.springframework.security</groupId>
562         <artifactId>spring-security-config</artifactId>
563         <version>${spring-security.version}</version>
564       </dependency>
565       <dependency>
566         <groupId>org.springframework.security</groupId>
567         <artifactId>spring-security-core</artifactId>
568         <version>${spring-security.version}</version>
569       </dependency>
570       <dependency>
571         <groupId>org.springframework.security</groupId>
572         <artifactId>spring-security-web</artifactId>
573         <version>${spring-security.version}</version>
574       </dependency>
575       <dependency>
576         <groupId>org.springframework.security</groupId>
577         <artifactId>spring-security-taglibs</artifactId>
578         <version>${spring-security.version}</version>
579       </dependency>
580       <dependency>
581         <groupId>org.springframework</groupId>
582         <artifactId>org.springframework.transaction</artifactId>
583         <version>${spring-security.version}</version>
584       </dependency>
585       <!-- Visual VM hook -->
586       <dependency>
587         <groupId>org.ow2.chameleon.management</groupId>
588         <artifactId>chameleon-mbeans</artifactId>
589         <version>1.0.0</version>
590       </dependency>
591       <!-- Jersey for JAXRS -->
592       <dependency>
593         <groupId>com.sun.jersey</groupId>
594         <artifactId>jersey-core</artifactId>
595         <version>${jersey.version}</version>
596       </dependency>
597       <dependency>
598         <groupId>com.sun.jersey</groupId>
599         <artifactId>jersey-server</artifactId>
600         <version>${jersey.version}</version>
601       </dependency>
602       <dependency>
603         <groupId>com.sun.jersey</groupId>
604         <artifactId>jersey-client</artifactId>
605         <version>${jersey.version}</version>
606       </dependency>
607
608       <dependency>
609         <groupId>org.ow2.asm</groupId>
610         <artifactId>asm-all</artifactId>
611         <version>4.1</version>
612       </dependency>
613       <dependency>
614         <groupId>org.eclipse.persistence</groupId>
615         <artifactId>org.eclipse.persistence.moxy</artifactId>
616         <version>2.5.0</version>
617       </dependency>
618       <dependency>
619         <groupId>org.eclipse.persistence</groupId>
620         <artifactId>org.eclipse.persistence.core</artifactId>
621         <version>2.5.0</version>
622       </dependency>
623       <dependency>
624         <groupId>org.eclipse.persistence</groupId>
625         <artifactId>org.eclipse.persistence.antlr</artifactId>
626         <version>2.5.0</version>
627       </dependency>
628       <!-- Third parties from opendaylight released -->
629       <dependency>
630         <groupId>org.opendaylight.controller.thirdparty</groupId>
631         <artifactId>net.sf.jung2</artifactId>
632         <version>2.0.1</version>
633       </dependency>
634       <dependency>
635         <groupId>org.opendaylight.controller.thirdparty</groupId>
636         <artifactId>org.openflow.openflowj</artifactId>
637         <version>1.0.2</version>
638       </dependency>
639       <dependency>
640         <groupId>org.opendaylight.controller.thirdparty</groupId>
641         <artifactId>exificient</artifactId>
642         <version>${exi.version}</version>
643       </dependency>
644       <dependency>
645         <groupId>org.opendaylight.controller.thirdparty</groupId>
646         <artifactId>com.sun.jersey.jersey-servlet</artifactId>
647         <version>${jersey-servlet.version}</version>
648       </dependency>
649       <dependency>
650         <groupId>org.opendaylight.controller.thirdparty</groupId>
651         <artifactId>org.apache.catalina.filters.CorsFilter</artifactId>
652         <version>${corsfilter.version}</version>
653       </dependency>
654       <dependency>
655         <groupId>org.opendaylight.controller.thirdparty</groupId>
656         <artifactId>ganymed</artifactId>
657         <version>1.0-SNAPSHOT</version>
658       </dependency>
659       <!-- yang model dependencies -->
660       <dependency>
661        <groupId>org.opendaylight.yangtools.model</groupId>
662        <artifactId>ietf-inet-types</artifactId>
663        <version>${ietf-inet-types.version}</version>
664       </dependency>
665       <dependency>
666        <groupId>org.opendaylight.yangtools.model</groupId>
667        <artifactId>ietf-yang-types</artifactId>
668        <version>${ietf-yang-types.version}</version>
669       </dependency>
670       <dependency>
671        <groupId>org.opendaylight.yangtools.model</groupId>
672        <artifactId>ietf-topology</artifactId>
673        <version>${ietf-topology.version}</version>
674       </dependency>
675       <dependency>
676        <groupId>org.opendaylight.yangtools.model</groupId>
677        <artifactId>opendaylight-l2-types</artifactId>
678        <version>${opendaylight-l2-types.version}</version>
679       </dependency>
680       <dependency>
681        <groupId>org.opendaylight.yangtools.model</groupId>
682        <artifactId>yang-ext</artifactId>
683        <version>${yang-ext.version}</version>
684       </dependency>
685       <!-- bgppcep dependencies -->
686       <dependency>
687        <groupId>org.opendaylight.bgpcep</groupId>
688        <artifactId>concepts</artifactId>
689        <version>${bgpcep.version}</version>
690       </dependency>
691       <dependency>
692        <groupId>org.opendaylight.bgpcep</groupId>
693        <artifactId>util</artifactId>
694        <version>${bgpcep.version}</version>
695       </dependency>
696     <dependency>
697         <groupId>org.opendaylight.bgpcep</groupId>
698         <artifactId>framework</artifactId>
699         <version>${bgpcep.version}</version>
700      </dependency>
701         <!--Netty-->
702         <dependency>
703             <groupId>io.netty</groupId>
704             <artifactId>netty-handler</artifactId>
705             <version>${netty.version}</version>
706         </dependency>
707         <dependency>
708             <groupId>io.netty</groupId>
709             <artifactId>netty-codec</artifactId>
710             <version>${netty.version}</version>
711         </dependency>
712         <dependency>
713             <groupId>io.netty</groupId>
714             <artifactId>netty-buffer</artifactId>
715             <version>${netty.version}</version>
716         </dependency>
717         <dependency>
718             <groupId>io.netty</groupId>
719             <artifactId>netty-transport</artifactId>
720             <version>${netty.version}</version>
721         </dependency>
722         <dependency>
723             <groupId>io.netty</groupId>
724             <artifactId>netty-common</artifactId>
725             <version>${netty.version}</version>
726         </dependency>
727
728       <!-- yangtools dependencies -->
729       <dependency>
730        <groupId>org.opendaylight.yangtools</groupId>
731        <artifactId>yang-binding</artifactId>
732        <version>${yangtools.binding.version}</version>
733       </dependency>
734       <dependency>
735        <groupId>org.opendaylight.yangtools</groupId>
736        <artifactId>yang-common</artifactId>
737        <version>${yangtools.version}</version>
738       </dependency>
739       <dependency>
740        <groupId>org.opendaylight.yangtools</groupId>
741        <artifactId>yang-data-api</artifactId>
742        <version>${yangtools.version}</version>
743       </dependency>
744       <dependency>
745        <groupId>org.opendaylight.yangtools</groupId>
746        <artifactId>yang-data-util</artifactId>
747        <version>${yangtools.version}</version>
748       </dependency>
749       <dependency>
750        <groupId>org.opendaylight.yangtools</groupId>
751        <artifactId>yang-model-api</artifactId>
752        <version>${yangtools.version}</version>
753       </dependency>
754       <dependency>
755         <groupId>org.opendaylight.controller</groupId>
756         <artifactId>switchmanager</artifactId>
757         <version>${switchmanager.api.version}</version>
758       </dependency>
759
760       <!-- equinox http service bridge -->
761       <dependency>
762         <groupId>org.eclipse.equinox.http</groupId>
763         <artifactId>servlet</artifactId>
764         <version>1.0.0-v20070606</version>
765       </dependency>
766       <!-- felix webconsole -->
767       <dependency>
768         <groupId>org.apache.felix</groupId>
769         <artifactId>org.apache.felix.webconsole</artifactId>
770         <version>4.2.0</version>
771         <!-- the all bundle includes all the necessary plugins -->
772         <classifier>all</classifier>
773       </dependency>
774       <dependency>
775         <groupId>org.jolokia</groupId>
776         <artifactId>jolokia-osgi</artifactId>
777         <version>${jolokia.version}</version>
778       </dependency>
779       <dependency>
780         <groupId>org.opendaylight.controller</groupId>
781         <artifactId>commons.logback_settings</artifactId>
782         <version>0.0.1-SNAPSHOT</version>
783         <scope>test</scope>
784       </dependency>
785     </dependencies>
786   </dependencyManagement>
787
788   <pluginRepositories>
789     <!-- OpenDayLight Repo Mirror -->
790     <pluginRepository>
791       <id>opendaylight-mirror</id>
792       <name>opendaylight-mirror</name>
793       <url>${nexusproxy}/groups/public/</url>
794       <snapshots>
795           <enabled>false</enabled>
796       </snapshots>
797       <releases>
798           <enabled>true</enabled>
799           <updatePolicy>never</updatePolicy>
800       </releases>
801     </pluginRepository>
802     <!-- OpenDayLight Snapshot artifact -->
803     <pluginRepository>
804       <id>opendaylight-snapshot</id>
805       <name>opendaylight-snapshot</name>
806       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
807       <snapshots>
808           <enabled>true</enabled>
809       </snapshots>
810       <releases>
811           <enabled>false</enabled>
812       </releases>
813     </pluginRepository>
814   </pluginRepositories>
815
816   <profiles>
817     <profile>
818       <id>IDE</id>
819       <activation>
820         <property>
821           <name>m2e.version</name>
822         </property>
823       </activation>
824       <build>
825         <!-- Put the IDE's build output in a folder other than target, so that IDE builds don't interact with Maven builds -->
826         <directory>target-ide</directory>
827       </build>
828     </profile>
829     <profile>
830       <id>viewbuild</id>
831       <activation>
832         <activeByDefault>true</activeByDefault>
833       </activation>
834       <properties>
835         <build.suffix>${project.version}</build.suffix>
836       </properties>
837     </profile>
838     <profile>
839       <id>jenkins</id>
840       <activation>
841         <property>
842           <name>BUILDSUFFIX</name>
843         </property>
844       </activation>
845       <properties>
846         <build.suffix>${BUILDSUFFIX}</build.suffix>
847       </properties>
848     </profile>
849     <profile>
850       <id>fastreassembly</id>
851       <build>
852         <plugins>
853           <plugin>
854             <groupId>org.apache.maven.plugins</groupId>
855             <artifactId>maven-dependency-plugin</artifactId>
856             <version>2.4</version>
857             <executions>
858               <execution>
859                 <id>copyfastreassembly</id>
860                 <phase>install</phase>
861                 <goals>
862                   <goal>copy</goal>
863                 </goals>
864                 <configuration>
865                   <artifactItems>
866                     <artifactItem>
867                       <groupId>${project.groupId}</groupId>
868                       <artifactId>${project.artifactId}</artifactId>
869                       <version>${project.version}</version>
870                       <destFileName>${project.groupId}.${project.artifactId}-${project.version}.jar</destFileName>
871                     </artifactItem>
872                   </artifactItems>
873                   <outputDirectory>${fastreassembly.directory}</outputDirectory>
874                 </configuration>
875               </execution>
876             </executions>
877           </plugin>
878         </plugins>
879       </build>
880     </profile>
881   </profiles>
882
883   <repositories>
884
885     <!-- OpenDayLight Repo Mirror -->
886     <repository>
887       <id>opendaylight-mirror</id>
888       <name>opendaylight-mirror</name>
889       <url>${nexusproxy}/groups/public/</url>
890       <snapshots>
891           <enabled>false</enabled>
892       </snapshots>
893       <releases>
894           <enabled>true</enabled>
895           <updatePolicy>never</updatePolicy>
896       </releases>
897     </repository>
898     <!-- OpenDayLight Snapshot artifact -->
899     <repository>
900       <id>opendaylight-snapshot</id>
901       <name>opendaylight-snapshot</name>
902       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
903       <snapshots>
904           <enabled>true</enabled>
905       </snapshots>
906       <releases>
907           <enabled>false</enabled>
908       </releases>
909     </repository>
910   </repositories>
911   <distributionManagement>
912     <!-- OpenDayLight Released artifact -->
913     <repository>
914       <id>opendaylight-release</id>
915       <url>${nexusproxy}/repositories/opendaylight.release/</url>
916     </repository>
917     <!-- OpenDayLight Snapshot artifact -->
918     <snapshotRepository>
919       <id>opendaylight-snapshot</id>
920       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
921     </snapshotRepository>
922     <!-- Site deployment -->
923     <site>
924       <id>website</id>
925       <url>${sitedeploy}</url>
926     </site>
927   </distributionManagement>
928
929   <reporting>
930     <excludeDefaults>true</excludeDefaults>
931     <outputDirectory>${project.build.directory}/site</outputDirectory>
932     <plugins>
933       <plugin>
934         <groupId>org.apache.maven.plugins</groupId>
935         <artifactId>maven-project-info-reports-plugin</artifactId>
936         <version>${projectinfo}</version>
937         <configuration>
938           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
939           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
940         </configuration>
941         <reportSets>
942           <reportSet>
943             <reports>
944               <report>index</report>
945               <report>project-team</report>
946               <report>license</report>
947               <report>mailing-list</report>
948               <report>plugin-management</report>
949               <report>cim</report>
950               <report>issue-tracking</report>
951               <report>scm</report>
952               <report>summary</report>
953             </reports>
954           </reportSet>
955         </reportSets>
956       </plugin>
957       <plugin>
958         <groupId>org.apache.maven.plugins</groupId>
959         <artifactId>maven-jxr-plugin</artifactId>
960         <version>2.3</version>
961         <configuration>
962           <aggregate>true</aggregate>
963           <linkJavadoc>true</linkJavadoc>
964         </configuration>
965       </plugin>
966       <plugin>
967         <groupId>org.apache.maven.plugins</groupId>
968         <artifactId>maven-checkstyle-plugin</artifactId>
969         <version>${checkstyle.version}</version>
970       </plugin>
971       <plugin>
972         <groupId>org.apache.maven.plugins</groupId>
973         <artifactId>maven-javadoc-plugin</artifactId>
974         <version>2.8.1</version>
975         <configuration>
976           <doclet>org.jboss.apiviz.APIviz</doclet>
977           <docletArtifact>
978             <groupId>org.jboss.apiviz</groupId>
979             <artifactId>apiviz</artifactId>
980             <version>1.3.2.GA</version>
981           </docletArtifact>
982           <finalName>${project.artifactId}-${build.suffix}</finalName>
983           <useStandardDocletOptions>true</useStandardDocletOptions>
984           <charset>UTF-8</charset>
985           <encoding>UTF-8</encoding>
986           <docencoding>UTF-8</docencoding>
987           <breakiterator>true</breakiterator>
988           <version>true</version>
989           <author>true</author>
990           <keywords>true</keywords>
991           <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
992         </configuration>
993       </plugin>
994     </plugins>
995   </reporting>
996
997   <build>
998     <plugins>
999       <plugin>
1000         <groupId>org.apache.maven.plugins</groupId>
1001         <artifactId>maven-checkstyle-plugin</artifactId>
1002         <version>${checkstyle.version}</version>
1003         <dependencies>
1004           <dependency>
1005             <groupId>org.opendaylight.controller</groupId>
1006             <artifactId>checkstyle</artifactId>
1007             <version>0.0.2-SNAPSHOT</version>
1008           </dependency>
1009         </dependencies>
1010         <executions>
1011           <execution>
1012             <phase>process-sources</phase>
1013             <goals>
1014               <goal>check</goal>
1015             </goals>
1016           </execution>
1017         </executions>
1018         <configuration>
1019           <failsOnError>true</failsOnError>
1020           <configLocation>controller/checkstyle.xml</configLocation>
1021           <consoleOutput>true</consoleOutput>
1022           <includeTestSourceDirectory>true</includeTestSourceDirectory>
1023           <sourceDirectory>${project.basedir}</sourceDirectory>
1024           <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>
1025           <excludes>**\/target\/,**\/bin\/,**\/target-ide\/</excludes>
1026         </configuration>
1027       </plugin>
1028       <plugin>
1029         <groupId>org.apache.maven.plugins</groupId>
1030         <artifactId>maven-failsafe-plugin</artifactId>
1031         <version>${failsafe.version}</version>
1032         <configuration>
1033           <argLine>${testvm.argLine}</argLine>
1034           <systemProperties>
1035             <property>
1036               <name>logback.configurationFile</name>
1037               <value>logback.xml</value>
1038             </property>
1039           </systemProperties>
1040         </configuration>
1041         <executions>
1042           <execution>
1043             <id>failsafe-integration-tests</id>
1044             <phase>integration-test</phase>
1045             <goals>
1046               <goal>integration-test</goal>
1047             </goals>
1048           </execution>
1049           <execution>
1050             <id>failsafe-verify</id>
1051             <phase>verify</phase>
1052             <goals>
1053               <goal>verify</goal>
1054             </goals>
1055           </execution>
1056         </executions>
1057       </plugin>
1058       <plugin>
1059         <groupId>org.apache.maven.plugins</groupId>
1060         <artifactId>maven-surefire-plugin</artifactId>
1061         <version>${surefire.version}</version>
1062         <configuration>
1063           <systemProperties>
1064             <property>
1065               <name>logback.configurationFile</name>
1066               <value>logback.xml</value>
1067             </property>
1068           </systemProperties>
1069         </configuration>
1070       </plugin>
1071       <plugin>
1072         <groupId>org.apache.maven.plugins</groupId>
1073         <artifactId>maven-enforcer-plugin</artifactId>
1074         <version>${enforcer.version}</version>
1075         <executions>
1076           <execution>
1077             <id>enforce-java</id>
1078             <goals>
1079               <goal>enforce</goal>
1080             </goals>
1081             <configuration>
1082               <rules>
1083                 <requireJavaVersion>
1084                   <version>1.7.0</version>
1085                 </requireJavaVersion>
1086               </rules>
1087             </configuration>
1088           </execution>
1089         </executions>
1090       </plugin>
1091     </plugins>
1092     <pluginManagement>
1093       <plugins>
1094         <plugin>
1095           <groupId>org.apache.maven.plugins</groupId>
1096           <artifactId>maven-release-plugin</artifactId>
1097           <version>${releaseplugin.version}</version>
1098         </plugin>
1099         <!-- Ignore/Execute plugin execution -->
1100         <plugin>
1101           <groupId>org.eclipse.m2e</groupId>
1102           <artifactId>lifecycle-mapping</artifactId>
1103           <version>1.0.0</version>
1104           <configuration>
1105             <lifecycleMappingMetadata>
1106               <pluginExecutions>
1107                 <pluginExecution>
1108                   <pluginExecutionFilter>
1109                     <groupId>org.codehaus.mojo</groupId>
1110                     <artifactId>properties-maven-plugin</artifactId>
1111                     <versionRange>[0.0,)</versionRange>
1112                     <goals>
1113                       <goal>set-system-properties</goal>
1114                     </goals>
1115                   </pluginExecutionFilter>
1116                   <action>
1117                     <ignore />
1118                   </action>
1119                 </pluginExecution>
1120                 <pluginExecution>
1121                   <pluginExecutionFilter>
1122                     <groupId>org.codehaus.enunciate</groupId>
1123                     <artifactId>maven-enunciate-plugin</artifactId>
1124                     <versionRange>[0.0,)</versionRange>
1125                     <goals>
1126                       <goal>docs</goal>
1127                     </goals>
1128                   </pluginExecutionFilter>
1129                   <action>
1130                     <ignore />
1131                   </action>
1132                 </pluginExecution>
1133                 <pluginExecution>
1134                   <pluginExecutionFilter>
1135                     <groupId>org.jacoco</groupId>
1136                     <artifactId>jacoco-maven-plugin</artifactId>
1137                     <versionRange>[0.0,)</versionRange>
1138                     <goals>
1139                       <goal>prepare-agent</goal>
1140                       <goal>pre-test</goal>
1141                       <goal>post-test</goal>
1142                     </goals>
1143                   </pluginExecutionFilter>
1144                   <action>
1145                     <ignore />
1146                   </action>
1147                 </pluginExecution>
1148                 <pluginExecution>
1149                   <pluginExecutionFilter>
1150                     <groupId>org.ops4j.pax.exam</groupId>
1151                     <artifactId>maven-paxexam-plugin</artifactId>
1152                     <versionRange>[1.2.4,)</versionRange>
1153                     <goals>
1154                       <goal>generate-depends-file</goal>
1155                     </goals>
1156                   </pluginExecutionFilter>
1157                   <action>
1158                      <execute>
1159                       <runOnIncremental>false</runOnIncremental>
1160                      </execute>
1161                   </action>
1162                 </pluginExecution>
1163                 <pluginExecution>
1164                   <pluginExecutionFilter>
1165                     <groupId>org.apache.maven.plugins</groupId>
1166                     <artifactId>maven-checkstyle-plugin</artifactId>
1167                     <versionRange>[2.0,)</versionRange>
1168                     <goals>
1169                       <goal>check</goal>
1170                     </goals>
1171                   </pluginExecutionFilter>
1172                   <action>
1173                     <ignore />
1174                   </action>
1175                 </pluginExecution>
1176                 <pluginExecution>
1177                   <pluginExecutionFilter>
1178                     <groupId>org.opendaylight.yangtools</groupId>
1179                     <artifactId>yang-maven-plugin</artifactId>
1180                     <versionRange>[0.5,)</versionRange>
1181                     <goals>
1182                       <goal>generate-sources </goal>
1183                     </goals>
1184                   </pluginExecutionFilter>
1185                   <action>
1186                     <ignore></ignore>
1187                   </action>
1188                 </pluginExecution>
1189                 <pluginExecution>
1190                   <pluginExecutionFilter>
1191                     <groupId>org.codehaus.groovy.maven</groupId>
1192                     <artifactId>gmaven-plugin</artifactId>
1193                     <versionRange>1.0</versionRange>
1194                     <goals>
1195                       <goal>execute</goal>
1196                     </goals>
1197                   </pluginExecutionFilter>
1198                   <action>
1199                     <ignore></ignore>
1200                   </action>
1201                 </pluginExecution>
1202               </pluginExecutions>
1203             </lifecycleMappingMetadata>
1204           </configuration>
1205         </plugin>
1206         <plugin>
1207           <groupId>org.codehaus.enunciate</groupId>
1208           <artifactId>maven-enunciate-plugin</artifactId>
1209           <version>${enunciate.version}</version>
1210           <configuration>
1211             <configFile>enunciate.xml</configFile>
1212           </configuration>
1213           <executions>
1214             <execution>
1215               <goals>
1216                 <goal>docs</goal>
1217               </goals>
1218             </execution>
1219           </executions>
1220           <dependencies>
1221             <dependency>
1222               <groupId>org.opendaylight.controller</groupId>
1223               <artifactId>commons.logback_settings</artifactId>
1224               <version>0.0.1-SNAPSHOT</version>
1225             </dependency>
1226           </dependencies>
1227         </plugin>
1228         <plugin>
1229           <groupId>org.apache.maven.plugins</groupId>
1230           <artifactId>maven-javadoc-plugin</artifactId>
1231           <version>2.8.1</version>
1232           <configuration>
1233             <doclet>org.jboss.apiviz.APIviz</doclet>
1234             <docletArtifact>
1235               <groupId>org.jboss.apiviz</groupId>
1236               <artifactId>apiviz</artifactId>
1237               <version>1.3.2.GA</version>
1238             </docletArtifact>
1239             <finalName>${project.artifactId}-${build.suffix}</finalName>
1240             <useStandardDocletOptions>true</useStandardDocletOptions>
1241             <charset>UTF-8</charset>
1242             <encoding>UTF-8</encoding>
1243             <docencoding>UTF-8</docencoding>
1244             <breakiterator>true</breakiterator>
1245             <version>true</version>
1246             <author>true</author>
1247             <keywords>true</keywords>
1248             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
1249             <failOnError>false</failOnError>
1250           </configuration>
1251         </plugin>
1252         <plugin>
1253           <groupId>org.apache.maven.plugins</groupId>
1254           <artifactId>maven-jxr-plugin</artifactId>
1255           <version>2.3</version>
1256           <configuration>
1257             <aggregate>true</aggregate>
1258             <linkJavadoc>true</linkJavadoc>
1259             <javadocDir>target/apidocs</javadocDir>
1260           </configuration>
1261         </plugin>
1262         <plugin>
1263           <groupId>org.apache.maven.plugins</groupId>
1264           <artifactId>maven-compiler-plugin</artifactId>
1265           <version>${maven.compile.plugin.version}</version>
1266           <configuration>
1267             <source>${java.version.source}</source>
1268             <target>${java.version.target}</target>
1269             <testSource>${java.version.source}</testSource>
1270             <testTarget>${java.version.target}</testTarget>
1271           </configuration>
1272        </plugin>
1273       </plugins>
1274     </pluginManagement>
1275   </build>
1276 </project>