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