Fixed the yangtools related errors from Eclipse on import
[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       <dependency>
664         <groupId>org.opendaylight.controller</groupId>
665         <artifactId>switchmanager</artifactId>
666         <version>0.5.1-SNAPSHOT</version>
667       </dependency>
668     </dependencies>
669   </dependencyManagement>
670
671   <pluginRepositories>
672     <pluginRepository>
673       <id>central</id>
674       <name>maven repo1</name>
675       <url>http://repo1.maven.org/maven2</url>
676     </pluginRepository>
677     <pluginRepository>
678       <id>opendaylight-release</id>
679       <name>opendaylight-release</name>
680       <url>${nexusproxy}/repositories/opendaylight.release/</url>
681     </pluginRepository>
682     <pluginRepository>
683       <id>opendaylight-snapshot</id>
684       <name>opendaylight-snapshot</name>
685       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
686     </pluginRepository>
687   </pluginRepositories>
688
689   <profiles>
690     <profile>
691       <id>viewbuild</id>
692       <activation>
693         <activeByDefault>true</activeByDefault>
694       </activation>
695       <properties>
696         <build.suffix>${project.version}</build.suffix>
697       </properties>
698     </profile>
699     <profile>
700       <id>jenkins</id>
701       <activation>
702         <property>
703           <name>BUILDSUFFIX</name>
704         </property>
705       </activation>
706       <properties>
707         <build.suffix>${BUILDSUFFIX}</build.suffix>
708       </properties>
709     </profile>
710     <profile>
711       <id>fastreassembly</id>
712       <build>
713         <plugins>
714           <plugin>
715             <groupId>org.apache.maven.plugins</groupId>
716             <artifactId>maven-dependency-plugin</artifactId>
717             <version>2.4</version>
718             <executions>
719               <execution>
720                 <id>copyfastreassembly</id>
721                 <phase>install</phase>
722                 <goals>
723                   <goal>copy</goal>
724                 </goals>
725                 <configuration>
726                   <artifactItems>
727                     <artifactItem>
728                       <groupId>${project.groupId}</groupId>
729                       <artifactId>${project.artifactId}</artifactId>
730                       <version>${project.version}</version>
731                       <destFileName>${project.groupId}.${project.artifactId}-${project.version}.jar</destFileName>
732                     </artifactItem>
733                   </artifactItems>
734                   <outputDirectory>${fastreassembly.directory}</outputDirectory>
735                 </configuration>
736               </execution>
737             </executions>
738           </plugin>
739         </plugins>
740       </build>
741     </profile>
742   </profiles>
743
744   <repositories>
745     <!-- EBR release -->
746     <!-- http://repository.springsource.com/maven/bundles/release -->
747     <repository>
748       <id>ebr-bundles-release</id>
749       <name>ebr-bundles-release</name>
750       <url>${nexusproxy}/repositories/ebr-bundles-release/</url>
751     </repository>
752     <!-- EBR external -->
753     <!-- http://repository.springsource.com/maven/bundles/external -->
754     <repository>
755       <id>ebr-bundles-external</id>
756       <name>ebr-bundles-external</name>
757       <url>${nexusproxy}/repositories/ebr-bundles-external/</url>
758     </repository>
759     <repository>
760       <id>central</id>
761       <name>central</name>
762       <url>http://repo1.maven.org/maven2</url>
763       <snapshots>
764         <enabled>false</enabled>
765       </snapshots>
766       <releases>
767         <enabled>true</enabled>
768       </releases>
769     </repository>
770     <!-- Pax mirror -->
771     <!-- https://oss.sonatype.org/content/repositories/ops4j-releases -->
772     <repository>
773       <id>ops4j-releases</id>
774       <name>ops4j-releases</name>
775       <url>${nexusproxy}/repositories/ops4j-releases/</url>
776     </repository>
777     <!-- Third Packages hosted in local maven because not available in other
778       places -->
779     <repository>
780       <id>thirdparty</id>
781       <name>thirdparty</name>
782       <url>${nexusproxy}/repositories/thirdparty/</url>
783     </repository>
784     <!-- Jboss mirror -->
785     <!-- https://repository.jboss.org/nexus/content/repositories/releases -->
786     <repository>
787       <id>jboss.releases</id>
788       <name>jboss.releases</name>
789       <url>${nexusproxy}/repositories/jboss.releases/</url>
790       <snapshots>
791         <enabled>false</enabled>
792       </snapshots>
793       <releases>
794         <enabled>true</enabled>
795       </releases>
796     </repository>
797     <!-- OpenDayLight Released artifact -->
798     <repository>
799       <id>opendaylight-release</id>
800       <name>opendaylight-release</name>
801       <url>${nexusproxy}/repositories/opendaylight.release/</url>
802     </repository>
803     <!-- OpenDayLight Snapshot artifact -->
804     <repository>
805       <id>opendaylight-snapshot</id>
806       <name>opendaylight-snapshot</name>
807       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
808     </repository>
809   </repositories>
810   <distributionManagement>
811     <!-- OpenDayLight Released artifact -->
812     <repository>
813       <id>opendaylight-release</id>
814       <url>${nexusproxy}/repositories/opendaylight.release/</url>
815     </repository>
816     <!-- OpenDayLight Snapshot artifact -->
817     <snapshotRepository>
818       <id>opendaylight-snapshot</id>
819       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
820     </snapshotRepository>
821     <!-- Site deployment -->
822     <site>
823       <id>website</id>
824       <url>${sitedeploy}</url>
825     </site>
826   </distributionManagement>
827
828   <reporting>
829     <excludeDefaults>true</excludeDefaults>
830     <outputDirectory>${project.build.directory}/site</outputDirectory>
831     <plugins>
832       <plugin>
833         <groupId>org.apache.maven.plugins</groupId>
834         <artifactId>maven-project-info-reports-plugin</artifactId>
835         <version>${projectinfo}</version>
836         <configuration>
837           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
838           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
839         </configuration>
840         <reportSets>
841           <reportSet>
842             <reports>
843               <report>index</report>
844               <report>project-team</report>
845               <report>license</report>
846               <report>mailing-list</report>
847               <report>plugin-management</report>
848               <report>cim</report>
849               <report>issue-tracking</report>
850               <report>scm</report>
851               <report>summary</report>
852             </reports>
853           </reportSet>
854         </reportSets>
855       </plugin>
856       <plugin>
857         <groupId>org.apache.maven.plugins</groupId>
858         <artifactId>maven-jxr-plugin</artifactId>
859         <version>2.3</version>
860         <configuration>
861           <aggregate>true</aggregate>
862           <linkJavadoc>true</linkJavadoc>
863         </configuration>
864       </plugin>
865       <plugin>
866         <groupId>org.apache.maven.plugins</groupId>
867         <artifactId>maven-checkstyle-plugin</artifactId>
868         <version>${checkstyle.version}</version>
869       </plugin>
870       <plugin>
871         <groupId>org.apache.maven.plugins</groupId>
872         <artifactId>maven-javadoc-plugin</artifactId>
873         <version>2.8.1</version>
874         <configuration>
875           <doclet>org.jboss.apiviz.APIviz</doclet>
876           <docletArtifact>
877             <groupId>org.jboss.apiviz</groupId>
878             <artifactId>apiviz</artifactId>
879             <version>1.3.2.GA</version>
880           </docletArtifact>
881           <finalName>${project.artifactId}-${build.suffix}</finalName>
882           <useStandardDocletOptions>true</useStandardDocletOptions>
883           <charset>UTF-8</charset>
884           <encoding>UTF-8</encoding>
885           <docencoding>UTF-8</docencoding>
886           <breakiterator>true</breakiterator>
887           <version>true</version>
888           <author>true</author>
889           <keywords>true</keywords>
890           <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
891         </configuration>
892       </plugin>
893     </plugins>
894   </reporting>
895
896   <build>
897     <plugins>
898       <plugin>
899         <groupId>org.codehaus.mojo</groupId>
900         <artifactId>properties-maven-plugin</artifactId>
901         <version>${propertymavenplugin.version}</version>
902         <executions>
903           <execution>
904             <goals>
905               <goal>set-system-properties</goal>
906             </goals>
907             <configuration>
908               <properties>
909                 <property>
910                   <name>logback.configurationFile</name>
911                   <value>${project.parent.basedir}/logback.xml</value>
912                 </property>
913               </properties>
914             </configuration>
915           </execution>
916         </executions>
917       </plugin>
918       <plugin>
919         <groupId>com.googlecode.maven-java-formatter-plugin</groupId>
920         <artifactId>maven-java-formatter-plugin</artifactId>
921         <version>0.3.1</version>
922         <configuration>
923           <compilerSource>1.6</compilerSource>
924           <compilerCompliance>1.6</compilerCompliance>
925           <compilerTargetPlatform>1.6</compilerTargetPlatform>
926           <configFile>${project.parent.basedir}/sun_coding_style.xml</configFile>
927         </configuration>
928       </plugin>
929       <plugin>
930         <groupId>org.apache.maven.plugins</groupId>
931         <artifactId>maven-checkstyle-plugin</artifactId>
932         <version>${checkstyle.version}</version>
933         <dependencies>
934           <dependency>
935             <groupId>org.opendaylight.controller</groupId>
936             <artifactId>checkstyle</artifactId>
937             <version>0.0.2-SNAPSHOT</version>
938           </dependency>
939         </dependencies>
940         <executions>
941           <execution>
942             <phase>process-sources</phase>
943             <goals>
944               <goal>check</goal>
945             </goals>
946           </execution>
947         </executions>
948         <configuration>
949           <failsOnError>true</failsOnError>
950           <configLocation>controller/space_and_tabs_checks.xml</configLocation>
951           <consoleOutput>true</consoleOutput>
952           <includeTestSourceDirectory>true</includeTestSourceDirectory>
953           <sourceDirectory>${project.basedir}</sourceDirectory>
954           <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>
955           <excludes>target\/</excludes>
956         </configuration>
957       </plugin>
958       <plugin>
959         <groupId>org.apache.maven.plugins</groupId>
960         <artifactId>maven-failsafe-plugin</artifactId>
961         <version>${failsafe.version}</version>
962         <configuration>
963           <argLine>${testvm.argLine}</argLine>
964         </configuration>
965         <executions>
966           <execution>
967             <id>failsafe-integration-tests</id>
968             <phase>integration-test</phase>
969             <goals>
970               <goal>integration-test</goal>
971             </goals>
972           </execution>
973           <execution>
974             <id>failsafe-verify</id>
975             <phase>verify</phase>
976             <goals>
977               <goal>verify</goal>
978             </goals>
979           </execution>
980         </executions>
981       </plugin>
982       <plugin>
983         <groupId>org.apache.maven.plugins</groupId>
984         <artifactId>maven-surefire-plugin</artifactId>
985         <version>${surefire.version}</version>
986       </plugin>
987     </plugins>
988     <pluginManagement>
989       <plugins>
990         <plugin>
991           <groupId>org.apache.maven.plugins</groupId>
992           <artifactId>maven-release-plugin</artifactId>
993           <version>${releaseplugin.version}</version>
994         </plugin>
995         <!-- Ignore/Execute plugin execution -->
996         <plugin>
997           <groupId>org.eclipse.m2e</groupId>
998           <artifactId>lifecycle-mapping</artifactId>
999           <version>1.0.0</version>
1000           <configuration>
1001             <lifecycleMappingMetadata>
1002               <pluginExecutions>
1003                 <pluginExecution>
1004                   <pluginExecutionFilter>
1005                     <groupId>org.codehaus.mojo</groupId>
1006                     <artifactId>properties-maven-plugin</artifactId>
1007                     <versionRange>[0.0,)</versionRange>
1008                     <goals>
1009                       <goal>set-system-properties</goal>
1010                     </goals>
1011                   </pluginExecutionFilter>
1012                   <action>
1013                     <ignore />
1014                   </action>
1015                 </pluginExecution>
1016                 <pluginExecution>
1017                   <pluginExecutionFilter>
1018                     <groupId>org.codehaus.enunciate</groupId>
1019                     <artifactId>maven-enunciate-plugin</artifactId>
1020                     <versionRange>[0.0,)</versionRange>
1021                     <goals>
1022                       <goal>docs</goal>
1023                     </goals>
1024                   </pluginExecutionFilter>
1025                   <action>
1026                     <ignore />
1027                   </action>
1028                 </pluginExecution>
1029                 <pluginExecution>
1030                   <pluginExecutionFilter>
1031                     <groupId>org.jacoco</groupId>
1032                     <artifactId>jacoco-maven-plugin</artifactId>
1033                     <versionRange>[0.0,)</versionRange>
1034                     <goals>
1035                       <goal>prepare-agent</goal>
1036                       <goal>pre-test</goal>
1037                       <goal>post-test</goal>
1038                     </goals>
1039                   </pluginExecutionFilter>
1040                   <action>
1041                     <ignore />
1042                   </action>
1043                 </pluginExecution>
1044                 <pluginExecution>
1045                   <pluginExecutionFilter>
1046                     <groupId>org.ops4j.pax.exam</groupId>
1047                     <artifactId>maven-paxexam-plugin</artifactId>
1048                     <versionRange>[1.2.4,)</versionRange>
1049                     <goals>
1050                       <goal>generate-depends-file</goal>
1051                     </goals>
1052                   </pluginExecutionFilter>
1053                   <action>
1054                     <ignore />
1055                   </action>
1056                 </pluginExecution>
1057                 <pluginExecution>
1058                   <pluginExecutionFilter>
1059                     <groupId>org.apache.maven.plugins</groupId>
1060                     <artifactId>maven-checkstyle-plugin</artifactId>
1061                     <versionRange>[2.0,)</versionRange>
1062                     <goals>
1063                       <goal>check</goal>
1064                     </goals>
1065                   </pluginExecutionFilter>
1066                   <action>
1067                     <ignore />
1068                   </action>
1069                 </pluginExecution>
1070                 <pluginExecution>
1071                   <pluginExecutionFilter>
1072                     <groupId>org.opendaylight.yangtools</groupId>
1073                     <artifactId>yang-maven-plugin</artifactId>
1074                     <versionRange>[0.5,)</versionRange>
1075                     <goals>
1076                       <goal>generate-sources </goal>
1077                     </goals>
1078                   </pluginExecutionFilter>
1079                   <action>
1080                     <ignore></ignore>
1081                   </action>
1082                 </pluginExecution>
1083               </pluginExecutions>
1084             </lifecycleMappingMetadata>
1085           </configuration>
1086         </plugin>
1087         <plugin>
1088           <groupId>org.codehaus.enunciate</groupId>
1089           <artifactId>maven-enunciate-plugin</artifactId>
1090           <version>${enunciate.version}</version>
1091           <configuration>
1092             <configFile>enunciate.xml</configFile>
1093           </configuration>
1094           <executions>
1095             <execution>
1096               <goals>
1097                 <goal>docs</goal>
1098               </goals>
1099             </execution>
1100           </executions>
1101         </plugin>
1102         <plugin>
1103           <groupId>org.apache.maven.plugins</groupId>
1104           <artifactId>maven-javadoc-plugin</artifactId>
1105           <version>2.8.1</version>
1106           <configuration>
1107             <doclet>org.jboss.apiviz.APIviz</doclet>
1108             <docletArtifact>
1109               <groupId>org.jboss.apiviz</groupId>
1110               <artifactId>apiviz</artifactId>
1111               <version>1.3.2.GA</version>
1112             </docletArtifact>
1113             <finalName>${project.artifactId}-${build.suffix}</finalName>
1114             <useStandardDocletOptions>true</useStandardDocletOptions>
1115             <charset>UTF-8</charset>
1116             <encoding>UTF-8</encoding>
1117             <docencoding>UTF-8</docencoding>
1118             <breakiterator>true</breakiterator>
1119             <version>true</version>
1120             <author>true</author>
1121             <keywords>true</keywords>
1122             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
1123             <failOnError>false</failOnError>
1124           </configuration>
1125         </plugin>
1126         <plugin>
1127           <groupId>org.apache.maven.plugins</groupId>
1128           <artifactId>maven-jxr-plugin</artifactId>
1129           <version>2.3</version>
1130           <configuration>
1131             <aggregate>true</aggregate>
1132             <linkJavadoc>true</linkJavadoc>
1133             <javadocDir>target/apidocs</javadocDir>
1134           </configuration>
1135         </plugin>
1136       </plugins>
1137     </pluginManagement>
1138   </build>
1139
1140   <dependencies>
1141   </dependencies>
1142 </project>