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