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