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