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