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