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