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