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