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