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