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