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