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