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