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