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