Merge "Log transactions being allocated"
[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     <ietf-topology.version>2013.10.21.0-SNAPSHOT</ietf-topology.version>
65     <opendaylight-l2-types.version>2013.08.27.1</opendaylight-l2-types.version>
66     <yang-ext.version>2013.09.07.1</yang-ext.version>
67     <javassist.version>3.17.1-GA</javassist.version>
68     <sample-toaster.version>1.0-SNAPSHOT</sample-toaster.version>
69     <releaseplugin.version>2.3.2</releaseplugin.version>
70     <commons.lang.version>3.1</commons.lang.version>
71     <jacoco.version>0.5.3.201107060350</jacoco.version>
72     <enforcer.version>1.3.1</enforcer.version>
73     <bundle.plugin.version>2.3.7</bundle.plugin.version>
74     <junit.version>4.8.1</junit.version>
75     <bgpcep.version>0.3.0-SNAPSHOT</bgpcep.version>
76     <yangtools.version>0.6.0-SNAPSHOT</yangtools.version>
77     <!--versions for bits of the controller -->
78     <controller.version>0.4.1-SNAPSHOT</controller.version>
79     <hosttracker.api.version>0.5.1-SNAPSHOT</hosttracker.api.version>
80     <hosttracker_new.api.version>0.4.1-SNAPSHOT</hosttracker_new.api.version>
81     <hosttracker.implementation.version>0.5.1-SNAPSHOT</hosttracker.implementation.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     <containermanager.it.version>0.5.1-SNAPSHOT</containermanager.it.version>
90     <switchmanager.api.version>0.7.0-SNAPSHOT</switchmanager.api.version>
91     <connectionmanager.version>0.1.1-SNAPSHOT</connectionmanager.version>
92     <sal.version>0.7.0-SNAPSHOT</sal.version>
93     <sal.networkconfiguration.version>0.0.2-SNAPSHOT</sal.networkconfiguration.version>
94     <sal.connection.version>0.1.1-SNAPSHOT</sal.connection.version>
95     <networkconfig.bridgedomain.northbound.version>0.0.2-SNAPSHOT</networkconfig.bridgedomain.northbound.version>
96     <commons.httpclient.version>0.1.1-SNAPSHOT</commons.httpclient.version>
97     <concepts.version>0.5.1-SNAPSHOT</concepts.version>
98     <protocol-framework.version>0.4.0-SNAPSHOT</protocol-framework.version>
99     <netty.version>4.0.10.Final</netty.version>
100     <commons.io.version>2.4</commons.io.version>
101     <bundlescanner.version>0.4.1-SNAPSHOT</bundlescanner.version>
102     <usermanager.version>0.4.1-SNAPSHOT</usermanager.version>
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     <configuration.version>0.4.1-SNAPSHOT</configuration.version>
107     <topologymanager.version>0.4.1-SNAPSHOT</topologymanager.version>
108     <protocol_plugin.stub.version>0.4.1-SNAPSHOT</protocol_plugin.stub.version>
109     <clustering.stub.version>0.4.1-SNAPSHOT</clustering.stub.version>
110     <!-- Third party version -->
111     <jersey-servlet.version>1.17</jersey-servlet.version>
112     <corsfilter.version>7.0.42</corsfilter.version>
113     <!-- Northbound API version -->
114     <commons.northbound.version>0.4.1-SNAPSHOT</commons.northbound.version>
115     <!-- Sonar properties using jacoco to retrieve integration test results -->
116     <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
117     <sonar.language>java</sonar.language>
118     <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
119     <java.version.source>1.7</java.version.source>
120     <java.version.target>1.7</java.version.target>
121     <!-- enforcer version -->
122     <enforcer.version>1.3.1</enforcer.version>
123     <exi.version>0.9.2-SNAPSHOT</exi.version>
124   </properties>
125
126   <dependencyManagement>
127     <dependencies>
128       <dependency>
129         <groupId>junit</groupId>
130         <artifactId>junit</artifactId>
131         <version>${junit.version}</version>
132         <scope>test</scope>
133       </dependency>
134       <dependency>
135         <groupId>org.slf4j</groupId>
136         <artifactId>jcl-over-slf4j</artifactId>
137         <version>${slf4j.version}</version>
138       </dependency>
139       <dependency>
140         <groupId>org.osgi</groupId>
141         <artifactId>org.osgi.core</artifactId>
142         <version>${osgi.core.version}</version>
143         <scope>provided</scope>
144       </dependency>
145       <dependency>
146         <groupId>org.slf4j</groupId>
147         <artifactId>slf4j-api</artifactId>
148         <version>${slf4j.version}</version>
149         <scope>compile</scope>
150       </dependency>
151       <dependency>
152         <groupId>org.slf4j</groupId>
153         <artifactId>log4j-over-slf4j</artifactId>
154         <version>${slf4j.version}</version>
155       </dependency>
156       <dependency>
157         <groupId>ch.qos.logback</groupId>
158         <artifactId>logback-core</artifactId>
159         <version>${logback.version}</version>
160       </dependency>
161       <dependency>
162         <groupId>ch.qos.logback</groupId>
163         <artifactId>logback-classic</artifactId>
164         <version>${logback.version}</version>
165       </dependency>
166
167      <dependency>
168        <groupId>com.fasterxml.jackson.core</groupId>
169        <artifactId>jackson-annotations</artifactId>
170        <version>${jackson.version}</version>
171      </dependency>
172
173      <dependency>
174        <groupId>com.fasterxml.jackson.core</groupId>
175        <artifactId>jackson-core</artifactId>
176        <version>${jackson.version}</version>
177      </dependency>
178
179      <dependency>
180        <groupId>com.fasterxml.jackson.core</groupId>
181        <artifactId>jackson-databind</artifactId>
182        <version>${jackson.version}</version>
183      </dependency>
184
185      <dependency>
186         <groupId>com.fasterxml.jackson.jaxrs</groupId>
187         <artifactId>jackson-jaxrs-base</artifactId>
188         <version>${jackson.version}</version>
189      </dependency>
190
191     <dependency>
192         <groupId>com.fasterxml.jackson.jaxrs</groupId>
193         <artifactId>jackson-jaxrs-json-provider</artifactId>
194         <version>${jackson.version}</version>
195      </dependency>
196
197      <dependency>
198         <groupId>com.fasterxml.jackson.module</groupId>
199         <artifactId>jackson-module-jaxb-annotations</artifactId>
200         <version>${jackson.version}</version>
201      </dependency>
202
203       <dependency>
204         <groupId>org.codehaus.jettison</groupId>
205         <artifactId>jettison</artifactId>
206         <version>1.3.3</version>
207       </dependency>
208       <dependency>
209         <groupId>com.google.guava</groupId>
210         <artifactId>guava</artifactId>
211         <version>${guava.version}</version>
212       </dependency>
213       <dependency>
214         <groupId>org.javassist</groupId>
215         <artifactId>javassist</artifactId>
216         <version>${javassist.version}</version>
217       </dependency>
218       <dependency>
219         <groupId>commons-io</groupId>
220         <artifactId>commons-io</artifactId>
221         <version>${commons.io.version}</version>
222       </dependency>
223       <dependency>
224         <groupId>commons-codec</groupId>
225         <artifactId>commons-codec</artifactId>
226         <version>1.7</version>
227       </dependency>
228       <dependency>
229         <groupId>org.apache.commons</groupId>
230         <artifactId>commons-lang3</artifactId>
231         <version>${commons.lang.version}</version>
232       </dependency>
233       <dependency>
234         <groupId>commons-fileupload</groupId>
235         <artifactId>commons-fileupload</artifactId>
236         <version>1.2.2</version>
237       </dependency>
238       <dependency>
239         <groupId>commons-net</groupId>
240         <artifactId>commons-net</artifactId>
241         <version>3.0.1</version>
242       </dependency>
243       <dependency>
244         <groupId>equinoxSDK381</groupId>
245         <artifactId>javax.servlet</artifactId>
246         <version>3.0.0.v201112011016</version>
247       </dependency>
248       <dependency>
249         <groupId>equinoxSDK381</groupId>
250         <artifactId>javax.servlet.jsp</artifactId>
251         <version>2.2.0.v201112011158</version>
252       </dependency>
253       <dependency>
254         <groupId>equinoxSDK381</groupId>
255         <artifactId>org.eclipse.equinox.ds</artifactId>
256         <version>1.4.0.v20120522-1841</version>
257       </dependency>
258       <dependency>
259         <groupId>equinoxSDK381</groupId>
260         <artifactId>org.eclipse.equinox.util</artifactId>
261         <version>1.0.400.v20120522-2049</version>
262       </dependency>
263       <dependency>
264         <groupId>equinoxSDK381</groupId>
265         <artifactId>org.eclipse.osgi.services</artifactId>
266         <version>3.3.100.v20120522-1822</version>
267       </dependency>
268       <dependency>
269         <groupId>equinoxSDK381</groupId>
270         <artifactId>org.eclipse.osgi</artifactId>
271         <version>3.8.1.v20120830-144521</version>
272       </dependency>
273       <dependency>
274         <groupId>equinoxSDK381</groupId>
275         <artifactId>org.apache.felix.gogo.command</artifactId>
276         <version>0.8.0.v201108120515</version>
277       </dependency>
278       <dependency>
279         <groupId>equinoxSDK381</groupId>
280         <artifactId>org.apache.felix.gogo.runtime</artifactId>
281         <version>0.8.0.v201108120515</version>
282       </dependency>
283       <dependency>
284         <groupId>equinoxSDK381</groupId>
285         <artifactId>org.apache.felix.gogo.shell</artifactId>
286         <version>0.8.0.v201110170705</version>
287       </dependency>
288       <dependency>
289         <groupId>equinoxSDK381</groupId>
290         <artifactId>org.eclipse.equinox.cm</artifactId>
291         <version>1.0.400.v20120522-1841</version>
292       </dependency>
293       <dependency>
294         <groupId>equinoxSDK381</groupId>
295         <artifactId>org.eclipse.equinox.console</artifactId>
296         <version>1.0.0.v20120522-1841</version>
297       </dependency>
298       <dependency>
299         <groupId>equinoxSDK381</groupId>
300         <artifactId>org.eclipse.equinox.launcher</artifactId>
301         <version>1.3.0.v20120522-1813</version>
302       </dependency>
303       <!-- Gemini Web -->
304       <dependency>
305         <groupId>geminiweb</groupId>
306         <artifactId>org.eclipse.gemini.web.core</artifactId>
307         <version>${geminiweb.version}</version>
308       </dependency>
309       <dependency>
310         <groupId>geminiweb</groupId>
311         <artifactId>org.eclipse.gemini.web.extender</artifactId>
312         <version>${geminiweb.version}</version>
313       </dependency>
314       <dependency>
315         <groupId>geminiweb</groupId>
316         <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
317         <version>${geminiweb.version}</version>
318       </dependency>
319       <dependency>
320         <groupId>geminiweb</groupId>
321         <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
322         <version>${virgo.version}</version>
323       </dependency>
324       <dependency>
325         <groupId>geminiweb</groupId>
326         <artifactId>org.eclipse.virgo.util.common</artifactId>
327         <version>${virgo.version}</version>
328       </dependency>
329       <dependency>
330         <groupId>geminiweb</groupId>
331         <artifactId>org.eclipse.virgo.util.io</artifactId>
332         <version>${virgo.version}</version>
333       </dependency>
334       <dependency>
335         <groupId>geminiweb</groupId>
336         <artifactId>org.eclipse.virgo.util.math</artifactId>
337         <version>${virgo.version}</version>
338       </dependency>
339       <dependency>
340         <groupId>geminiweb</groupId>
341         <artifactId>org.eclipse.virgo.util.osgi</artifactId>
342         <version>${virgo.version}</version>
343       </dependency>
344       <dependency>
345         <groupId>geminiweb</groupId>
346         <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
347         <version>${virgo.version}</version>
348       </dependency>
349       <dependency>
350         <groupId>geminiweb</groupId>
351         <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
352         <version>${virgo.version}</version>
353       </dependency>
354       <dependency>
355         <groupId>org.apache.felix</groupId>
356         <artifactId>org.apache.felix.dependencymanager</artifactId>
357         <version>3.1.0</version>
358       </dependency>
359       <dependency>
360         <groupId>org.apache.felix</groupId>
361         <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
362         <version>3.0.1</version>
363       </dependency>
364       <dependency>
365         <groupId>com.google.code.gson</groupId>
366         <artifactId>gson</artifactId>
367         <version>2.2.4</version>
368       </dependency>
369       <dependency>
370         <groupId>org.jboss.spec.javax.transaction</groupId>
371         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
372         <version>1.0.1.Final</version>
373       </dependency>
374       <dependency>
375         <groupId>org.apache.felix</groupId>
376         <artifactId>org.apache.felix.fileinstall</artifactId>
377         <version>3.1.6</version>
378       </dependency>
379       <dependency>
380         <groupId>virgomirror</groupId>
381         <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
382         <version>3.8.0.I20120518-2145</version>
383       </dependency>
384       <dependency>
385         <groupId>eclipselink</groupId>
386         <artifactId>javax.persistence</artifactId>
387         <version>2.0.4.v201112161009</version>
388       </dependency>
389       <dependency>
390         <groupId>orbit</groupId>
391         <artifactId>javax.activation</artifactId>
392         <version>1.1.0.v201211130549</version>
393       </dependency>
394       <dependency>
395         <groupId>orbit</groupId>
396         <artifactId>javax.annotation</artifactId>
397         <version>1.1.0.v201209060031</version>
398       </dependency>
399       <dependency>
400         <groupId>orbit</groupId>
401         <artifactId>javax.ejb</artifactId>
402         <version>3.1.1.v201204261316</version>
403       </dependency>
404       <dependency>
405         <groupId>orbit</groupId>
406         <artifactId>javax.el</artifactId>
407         <version>2.2.0.v201108011116</version>
408       </dependency>
409       <dependency>
410         <groupId>orbit</groupId>
411         <artifactId>javax.mail.glassfish</artifactId>
412         <version>1.4.1.v201108011116</version>
413       </dependency>
414       <dependency>
415         <groupId>orbit</groupId>
416         <artifactId>javax.xml.rpc</artifactId>
417         <version>1.1.0.v201005080400</version>
418       </dependency>
419       <dependency>
420         <groupId>orbit</groupId>
421         <artifactId>org.apache.catalina</artifactId>
422         <version>7.0.32.v201211201336</version>
423       </dependency>
424       <dependency>
425         <groupId>orbit</groupId>
426         <artifactId>org.apache.catalina.ha</artifactId>
427         <version>7.0.32.v201211201952</version>
428       </dependency>
429       <dependency>
430         <groupId>orbit</groupId>
431         <artifactId>org.apache.catalina.tribes</artifactId>
432         <version>7.0.32.v201211201952</version>
433       </dependency>
434       <dependency>
435         <groupId>orbit</groupId>
436         <artifactId>org.apache.coyote</artifactId>
437         <version>7.0.32.v201211201952</version>
438       </dependency>
439       <dependency>
440         <groupId>orbit</groupId>
441         <artifactId>org.apache.el</artifactId>
442         <version>7.0.32.v201211081135</version>
443       </dependency>
444       <dependency>
445         <groupId>orbit</groupId>
446         <artifactId>org.apache.jasper</artifactId>
447         <version>7.0.32.v201211201952</version>
448       </dependency>
449       <dependency>
450         <groupId>orbit</groupId>
451         <artifactId>org.apache.juli.extras</artifactId>
452         <version>7.0.32.v201211081135</version>
453       </dependency>
454       <dependency>
455         <groupId>orbit</groupId>
456         <artifactId>org.apache.tomcat.api</artifactId>
457         <version>7.0.32.v201211081135</version>
458       </dependency>
459       <dependency>
460         <groupId>orbit</groupId>
461         <artifactId>org.apache.tomcat.util</artifactId>
462         <version>7.0.32.v201211201952</version>
463       </dependency>
464       <dependency>
465         <groupId>orbit</groupId>
466         <artifactId>javax.servlet.jsp.jstl</artifactId>
467         <version>1.2.0.v201105211821</version>
468       </dependency>
469       <dependency>
470         <groupId>orbit</groupId>
471         <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
472         <version>1.2.0.v201210211230</version>
473       </dependency>
474       <dependency>
475         <groupId>eclipselink</groupId>
476         <artifactId>javax.resource</artifactId>
477         <version>1.5.0.v200906010428</version>
478       </dependency>
479       <!-- Add Pax Exam -->
480       <dependency>
481         <groupId>org.ops4j.pax.exam</groupId>
482         <artifactId>pax-exam-container-native</artifactId>
483         <version>${exam.version}</version>
484         <scope>test</scope>
485       </dependency>
486       <dependency>
487         <groupId>org.ops4j.pax.exam</groupId>
488         <artifactId>pax-exam-junit4</artifactId>
489         <version>${exam.version}</version>
490         <scope>test</scope>
491       </dependency>
492       <dependency>
493         <groupId>org.ops4j.pax.exam</groupId>
494         <artifactId>pax-exam-link-mvn</artifactId>
495         <version>${exam.version}</version>
496         <scope>test</scope>
497       </dependency>
498       <dependency>
499         <groupId>org.ops4j.pax.url</groupId>
500         <artifactId>pax-url-aether</artifactId>
501         <version>${url.version}</version>
502         <scope>test</scope>
503       </dependency>
504       <dependency>
505         <groupId>org.springframework</groupId>
506         <artifactId>org.springframework.asm</artifactId>
507         <version>${spring.version}</version>
508       </dependency>
509       <dependency>
510         <groupId>org.springframework</groupId>
511         <artifactId>org.springframework.aop</artifactId>
512         <version>${spring.version}</version>
513       </dependency>
514       <dependency>
515         <groupId>org.springframework</groupId>
516         <artifactId>org.springframework.context</artifactId>
517         <version>${spring.version}</version>
518       </dependency>
519       <dependency>
520         <groupId>org.springframework</groupId>
521         <artifactId>org.springframework.context.support</artifactId>
522         <version>${spring.version}</version>
523       </dependency>
524       <dependency>
525         <groupId>org.springframework</groupId>
526         <artifactId>org.springframework.core</artifactId>
527         <version>${spring.version}</version>
528       </dependency>
529       <dependency>
530         <groupId>org.springframework</groupId>
531         <artifactId>org.springframework.beans</artifactId>
532         <version>${spring.version}</version>
533       </dependency>
534       <dependency>
535         <groupId>org.springframework</groupId>
536         <artifactId>org.springframework.expression</artifactId>
537         <version>${spring.version}</version>
538       </dependency>
539       <dependency>
540         <groupId>org.springframework</groupId>
541         <artifactId>org.springframework.web</artifactId>
542         <version>${spring.version}</version>
543       </dependency>
544       <dependency>
545         <groupId>org.aopalliance</groupId>
546         <artifactId>com.springsource.org.aopalliance</artifactId>
547         <version>1.0.0</version>
548       </dependency>
549       <dependency>
550         <groupId>org.springframework</groupId>
551         <artifactId>org.springframework.web.servlet</artifactId>
552         <version>${spring.version}</version>
553       </dependency>
554
555       <dependency>
556         <groupId>org.springframework.osgi</groupId>
557         <artifactId>spring-osgi-mock</artifactId>
558         <version>${spring-osgi.version}</version>
559         <scope>test</scope>
560       </dependency>
561
562       <!-- Spring security -->
563       <dependency>
564         <groupId>org.springframework.security</groupId>
565         <artifactId>spring-security-config</artifactId>
566         <version>${spring-security.version}</version>
567       </dependency>
568       <dependency>
569         <groupId>org.springframework.security</groupId>
570         <artifactId>spring-security-core</artifactId>
571         <version>${spring-security.version}</version>
572       </dependency>
573       <dependency>
574         <groupId>org.springframework.security</groupId>
575         <artifactId>spring-security-web</artifactId>
576         <version>${spring-security.version}</version>
577       </dependency>
578       <dependency>
579         <groupId>org.springframework.security</groupId>
580         <artifactId>spring-security-taglibs</artifactId>
581         <version>${spring-security.version}</version>
582       </dependency>
583       <dependency>
584         <groupId>org.springframework</groupId>
585         <artifactId>org.springframework.transaction</artifactId>
586         <version>${spring-security.version}</version>
587       </dependency>
588       <!-- Visual VM hook -->
589       <dependency>
590         <groupId>org.ow2.chameleon.management</groupId>
591         <artifactId>chameleon-mbeans</artifactId>
592         <version>1.0.0</version>
593       </dependency>
594       <!-- Jersey for JAXRS -->
595       <dependency>
596         <groupId>com.sun.jersey</groupId>
597         <artifactId>jersey-core</artifactId>
598         <version>${jersey.version}</version>
599       </dependency>
600       <dependency>
601         <groupId>com.sun.jersey</groupId>
602         <artifactId>jersey-server</artifactId>
603         <version>${jersey.version}</version>
604       </dependency>
605       <dependency>
606         <groupId>com.sun.jersey</groupId>
607         <artifactId>jersey-client</artifactId>
608         <version>${jersey.version}</version>
609       </dependency>
610
611       <dependency>
612         <groupId>org.ow2.asm</groupId>
613         <artifactId>asm-all</artifactId>
614         <version>4.1</version>
615       </dependency>
616       <dependency>
617         <groupId>org.eclipse.persistence</groupId>
618         <artifactId>org.eclipse.persistence.moxy</artifactId>
619         <version>2.5.0</version>
620       </dependency>
621       <dependency>
622         <groupId>org.eclipse.persistence</groupId>
623         <artifactId>org.eclipse.persistence.core</artifactId>
624         <version>2.5.0</version>
625       </dependency>
626       <dependency>
627         <groupId>org.eclipse.persistence</groupId>
628         <artifactId>org.eclipse.persistence.antlr</artifactId>
629         <version>2.5.0</version>
630       </dependency>
631       <!-- Third parties from opendaylight released -->
632       <dependency>
633         <groupId>org.opendaylight.controller.thirdparty</groupId>
634         <artifactId>net.sf.jung2</artifactId>
635         <version>2.0.1</version>
636       </dependency>
637       <dependency>
638         <groupId>org.opendaylight.controller.thirdparty</groupId>
639         <artifactId>org.openflow.openflowj</artifactId>
640         <version>1.0.2</version>
641       </dependency>
642       <dependency>
643         <groupId>org.opendaylight.controller.thirdparty</groupId>
644         <artifactId>exificient</artifactId>
645         <version>${exi.version}</version>
646       </dependency>
647       <dependency>
648         <groupId>org.opendaylight.controller.thirdparty</groupId>
649         <artifactId>com.sun.jersey.jersey-servlet</artifactId>
650         <version>${jersey-servlet.version}</version>
651       </dependency>
652       <dependency>
653         <groupId>org.opendaylight.controller.thirdparty</groupId>
654         <artifactId>org.apache.catalina.filters.CorsFilter</artifactId>
655         <version>${corsfilter.version}</version>
656       </dependency>
657       <dependency>
658         <groupId>org.opendaylight.controller.thirdparty</groupId>
659         <artifactId>ganymed</artifactId>
660         <version>1.0-SNAPSHOT</version>
661       </dependency>
662       <dependency>
663         <groupId>com.google.code.findbugs</groupId>
664         <artifactId>jsr305</artifactId>
665         <version>2.0.1</version>
666       </dependency>
667       <dependency>
668         <groupId>org.opendaylight.yangtools</groupId>
669         <artifactId>mockito-configuration</artifactId>
670         <version>0.6.0-SNAPSHOT</version>
671         <scope>test</scope>
672       </dependency>
673       <!-- yang model dependencies -->
674       <dependency>
675        <groupId>org.opendaylight.yangtools.model</groupId>
676        <artifactId>ietf-inet-types</artifactId>
677        <version>${ietf-inet-types.version}</version>
678       </dependency>
679       <dependency>
680        <groupId>org.opendaylight.yangtools.model</groupId>
681        <artifactId>ietf-yang-types</artifactId>
682        <version>${ietf-yang-types.version}</version>
683       </dependency>
684       <dependency>
685        <groupId>org.opendaylight.yangtools.model</groupId>
686        <artifactId>ietf-topology</artifactId>
687        <version>${ietf-topology.version}</version>
688       </dependency>
689       <dependency>
690        <groupId>org.opendaylight.yangtools.model</groupId>
691        <artifactId>opendaylight-l2-types</artifactId>
692        <version>${opendaylight-l2-types.version}</version>
693       </dependency>
694       <dependency>
695        <groupId>org.opendaylight.yangtools.model</groupId>
696        <artifactId>yang-ext</artifactId>
697        <version>${yang-ext.version}</version>
698       </dependency>
699
700       <dependency>
701         <groupId>org.opendaylight.controller</groupId>
702         <artifactId>protocol-framework</artifactId>
703         <version>${protocol-framework.version}</version>
704       </dependency>
705       <dependency>
706         <groupId>org.opendaylight.yangtools</groupId>
707         <artifactId>concepts</artifactId>
708         <version>${yangtools.version}</version>
709       </dependency>
710
711         <!--Netty-->
712         <dependency>
713             <groupId>io.netty</groupId>
714             <artifactId>netty-handler</artifactId>
715             <version>${netty.version}</version>
716         </dependency>
717         <dependency>
718             <groupId>io.netty</groupId>
719             <artifactId>netty-codec</artifactId>
720             <version>${netty.version}</version>
721         </dependency>
722         <dependency>
723             <groupId>io.netty</groupId>
724             <artifactId>netty-buffer</artifactId>
725             <version>${netty.version}</version>
726         </dependency>
727         <dependency>
728             <groupId>io.netty</groupId>
729             <artifactId>netty-transport</artifactId>
730             <version>${netty.version}</version>
731         </dependency>
732         <dependency>
733             <groupId>io.netty</groupId>
734             <artifactId>netty-common</artifactId>
735             <version>${netty.version}</version>
736         </dependency>
737
738       <!-- yangtools dependencies -->
739       <dependency>
740        <groupId>org.opendaylight.yangtools</groupId>
741        <artifactId>yang-binding</artifactId>
742        <version>${yangtools.version}</version>
743       </dependency>
744       <dependency>
745        <groupId>org.opendaylight.yangtools</groupId>
746        <artifactId>yang-common</artifactId>
747        <version>${yangtools.version}</version>
748       </dependency>
749       <dependency>
750        <groupId>org.opendaylight.yangtools</groupId>
751        <artifactId>yang-data-api</artifactId>
752        <version>${yangtools.version}</version>
753       </dependency>
754       <dependency>
755         <groupId>org.opendaylight.yangtools</groupId>
756         <artifactId>yang-data-impl</artifactId>
757         <version>${yangtools.version}</version>
758       </dependency>
759       <dependency>
760        <groupId>org.opendaylight.yangtools</groupId>
761        <artifactId>yang-data-util</artifactId>
762        <version>${yangtools.version}</version>
763       </dependency>
764       <dependency>
765        <groupId>org.opendaylight.yangtools</groupId>
766        <artifactId>yang-model-api</artifactId>
767        <version>${yangtools.version}</version>
768       </dependency>
769       <dependency>
770         <groupId>org.opendaylight.controller</groupId>
771         <artifactId>hosttracker</artifactId>
772         <version>${hosttracker.api.version}</version>
773       </dependency>
774       <dependency>
775         <groupId>org.opendaylight.controller</groupId>
776         <artifactId>hosttracker.implementation</artifactId>
777         <version>${hosttracker.implementation.version}</version>
778       </dependency>
779       <dependency>
780         <groupId>org.opendaylight.controller</groupId>
781         <artifactId>hosttracker_new</artifactId>
782         <version>${hosttracker_new.api.version}</version>
783       </dependency>
784       <dependency>
785         <groupId>org.opendaylight.controller</groupId>
786         <artifactId>forwarding.staticrouting</artifactId>
787         <version>${forwarding.staticrouting}</version>
788       </dependency>
789       <dependency>
790         <groupId>org.opendaylight.controller</groupId>
791         <artifactId>clustering.services</artifactId>
792         <version>${clustering.services.version}</version>
793       </dependency>
794       <dependency>
795         <groupId>org.opendaylight.controller</groupId>
796         <artifactId>clustering.services-implementation</artifactId>
797         <version>${controller.version}</version>
798       </dependency>
799       <dependency>
800         <groupId>org.opendaylight.controller</groupId>
801         <artifactId>clustering.stub</artifactId>
802         <version>${clustering.stub.version}</version>
803       </dependency>
804       <dependency>
805         <groupId>org.opendaylight.controller</groupId>
806         <artifactId>configuration</artifactId>
807         <version>${controller.version}</version>
808       </dependency>
809       <dependency>
810         <groupId>org.opendaylight.controller</groupId>
811         <artifactId>configuration.implementation</artifactId>
812         <version>${controller.version}</version>
813       </dependency>
814       <dependency>
815         <groupId>org.opendaylight.controller</groupId>
816         <artifactId>routing.dijkstra_implementation</artifactId>
817         <version>${controller.version}</version>
818       </dependency>
819       <dependency>
820         <groupId>org.opendaylight.controller</groupId>
821         <artifactId>arphandler</artifactId>
822         <version>${arphandler.version}</version>
823       </dependency>
824       <dependency>
825         <groupId>org.opendaylight.controller</groupId>
826         <artifactId>containermanager</artifactId>
827         <version>${containermanager.version}</version>
828       </dependency>
829       <dependency>
830         <groupId>org.opendaylight.controller</groupId>
831         <artifactId>containermanager.implementation</artifactId>
832         <version>${containermanager.version}</version>
833       </dependency>
834       <dependency>
835         <groupId>org.opendaylight.controller</groupId>
836         <artifactId>containermanager.it.implementation</artifactId>
837         <version>${containermanager.it.version}</version>
838       </dependency>
839       <dependency>
840         <groupId>org.opendaylight.controller</groupId>
841         <artifactId>appauth</artifactId>
842         <version>${controller.version}</version>
843       </dependency>
844       <dependency>
845         <groupId>org.opendaylight.controller</groupId>
846         <artifactId>switchmanager</artifactId>
847         <version>${switchmanager.api.version}</version>
848       </dependency>
849       <dependency>
850         <groupId>org.opendaylight.controller</groupId>
851         <artifactId>switchmanager.implementation</artifactId>
852         <version>${controller.version}</version>
853       </dependency>
854       <dependency>
855         <groupId>org.opendaylight.controller</groupId>
856         <artifactId>statisticsmanager</artifactId>
857         <version>${statisticsmanager.version}</version>
858       </dependency>
859       <dependency>
860         <groupId>org.opendaylight.controller</groupId>
861         <artifactId>statisticsmanager.implementation</artifactId>
862         <version>${controller.version}</version>
863       </dependency>
864       <dependency>
865         <groupId>org.opendaylight.controller</groupId>
866         <artifactId>topologymanager</artifactId>
867         <version>${topologymanager.version}</version>
868       </dependency>
869       <dependency>
870         <groupId>org.opendaylight.controller</groupId>
871         <artifactId>usermanager</artifactId>
872         <version>${usermanager.version}</version>
873       </dependency>
874       <dependency>
875         <groupId>org.opendaylight.controller</groupId>
876         <artifactId>usermanager.implementation</artifactId>
877         <version>${usermanager.version}</version>
878       </dependency>
879       <dependency>
880         <groupId>org.opendaylight.controller</groupId>
881         <artifactId>connectionmanager</artifactId>
882         <version>${connectionmanager.version}</version>
883       </dependency>
884       <dependency>
885         <groupId>org.opendaylight.controller</groupId>
886         <artifactId>connectionmanager.implementation</artifactId>
887         <version>${connectionmanager.version}</version>
888       </dependency>
889       <dependency>
890         <groupId>org.opendaylight.controller</groupId>
891         <artifactId>security</artifactId>
892         <version>${controller.version}</version>
893       </dependency>
894       <dependency>
895         <groupId>org.opendaylight.controller</groupId>
896         <artifactId>forwardingrulesmanager</artifactId>
897         <version>${forwardingrulesmanager.version}</version>
898       </dependency>
899       <dependency>
900         <groupId>org.opendaylight.controller</groupId>
901         <artifactId>forwardingrulesmanager.implementation</artifactId>
902         <version>${controller.version}</version>
903       </dependency>
904
905       <!-- SAL bundles -->
906       <dependency>
907         <groupId>org.opendaylight.controller</groupId>
908         <artifactId>sal</artifactId>
909         <version>${sal.version}</version>
910       </dependency>
911       <dependency>
912         <groupId>org.opendaylight.controller</groupId>
913         <artifactId>sal.implementation</artifactId>
914         <version>${controller.version}</version>
915       </dependency>
916
917       <!-- SAL Extension bundles -->
918       <dependency>
919         <groupId>org.opendaylight.controller</groupId>
920         <artifactId>sal.connection</artifactId>
921         <version>${sal.connection.version}</version>
922       </dependency>
923       <dependency>
924         <groupId>org.opendaylight.controller</groupId>
925         <artifactId>sal.connection.implementation</artifactId>
926         <version>${sal.connection.version}</version>
927       </dependency>
928       <dependency>
929         <groupId>org.opendaylight.controller</groupId>
930         <artifactId>sal.networkconfiguration</artifactId>
931         <version>${sal.networkconfiguration.version}</version>
932       </dependency>
933       <dependency>
934         <groupId>org.opendaylight.controller</groupId>
935         <artifactId>sal.networkconfiguration.implementation</artifactId>
936         <version>${sal.networkconfiguration.version}</version>
937       </dependency>
938
939       <!--  Web bundles -->
940       <dependency>
941         <groupId>org.opendaylight.controller</groupId>
942         <artifactId>web</artifactId>
943         <version>${controller.version}</version>
944       </dependency>
945       <dependency>
946         <groupId>org.opendaylight.controller</groupId>
947         <artifactId>flows.web</artifactId>
948         <version>${controller.version}</version>
949       </dependency>
950       <dependency>
951         <groupId>org.opendaylight.controller</groupId>
952         <artifactId>devices.web</artifactId>
953         <version>${controller.version}</version>
954       </dependency>
955       <dependency>
956         <groupId>org.opendaylight.controller</groupId>
957         <artifactId>troubleshoot.web</artifactId>
958         <version>${controller.version}</version>
959       </dependency>
960       <dependency>
961         <groupId>org.opendaylight.controller</groupId>
962         <artifactId>topology.web</artifactId>
963         <version>${controller.version}</version>
964       </dependency>
965       <dependency>
966         <groupId>org.opendaylight.controller</groupId>
967         <artifactId>osgi-brandfragment.web</artifactId>
968         <version>0.0.1-SNAPSHOT</version>
969       </dependency>
970
971       <!--  Neutron -->
972       <dependency>
973         <groupId>org.opendaylight.controller</groupId>
974         <artifactId>networkconfig.neutron</artifactId>
975         <version>${controller.version}</version>
976       </dependency>
977       <dependency>
978         <groupId>org.opendaylight.controller</groupId>
979         <artifactId>networkconfig.neutron.implementation</artifactId>
980         <version>${controller.version}</version>
981       </dependency>
982       <dependency>
983         <groupId>org.opendaylight.controller</groupId>
984         <artifactId>networkconfig.neutron.northbound</artifactId>
985         <version>${controller.version}</version>
986       </dependency>
987
988       <!-- Northbound bundles -->
989       <dependency>
990         <groupId>org.opendaylight.controller</groupId>
991         <artifactId>commons.northbound</artifactId>
992         <version>${controller.version}</version>
993       </dependency>
994       <dependency>
995         <groupId>org.opendaylight.controller</groupId>
996         <artifactId>bundlescanner</artifactId>
997         <version>${bundlescanner.version}</version>
998       </dependency>
999       <dependency>
1000         <groupId>org.opendaylight.controller</groupId>
1001         <artifactId>bundlescanner.implementation</artifactId>
1002         <version>${bundlescanner.version}</version>
1003       </dependency>
1004       <dependency>
1005         <groupId>org.opendaylight.controller</groupId>
1006         <artifactId>topology.northbound</artifactId>
1007         <version>${controller.version}</version>
1008       </dependency>
1009       <dependency>
1010         <groupId>org.opendaylight.controller</groupId>
1011         <artifactId>forwarding.staticrouting.northbound</artifactId>
1012         <version>${controller.version}</version>
1013       </dependency>
1014       <dependency>
1015         <groupId>org.opendaylight.controller</groupId>
1016         <artifactId>statistics.northbound</artifactId>
1017         <version>${controller.version}</version>
1018       </dependency>
1019       <dependency>
1020         <groupId>org.opendaylight.controller</groupId>
1021         <artifactId>flowprogrammer.northbound</artifactId>
1022         <version>${controller.version}</version>
1023       </dependency>
1024       <dependency>
1025         <groupId>org.opendaylight.controller</groupId>
1026         <artifactId>hosttracker.northbound</artifactId>
1027         <version>${controller.version}</version>
1028       </dependency>
1029       <dependency>
1030         <groupId>org.opendaylight.controller</groupId>
1031         <artifactId>subnets.northbound</artifactId>
1032         <version>${controller.version}</version>
1033       </dependency>
1034       <dependency>
1035         <groupId>org.opendaylight.controller</groupId>
1036         <artifactId>switchmanager.northbound</artifactId>
1037         <version>${controller.version}</version>
1038       </dependency>
1039       <dependency>
1040         <groupId>org.opendaylight.controller</groupId>
1041         <artifactId>containermanager.northbound</artifactId>
1042         <version>${controller.version}</version>
1043       </dependency>
1044       <dependency>
1045         <groupId>org.opendaylight.controller</groupId>
1046         <artifactId>networkconfig.bridgedomain.northbound</artifactId>
1047         <version>${networkconfig.bridgedomain.northbound.version}</version>
1048       </dependency>
1049       <dependency>
1050         <groupId>org.opendaylight.controller</groupId>
1051         <artifactId>httpservice-bridge</artifactId>
1052         <version>0.0.1-SNAPSHOT</version>
1053       </dependency>
1054       <dependency>
1055         <groupId>org.opendaylight.controller</groupId>
1056         <artifactId>jolokia-bridge</artifactId>
1057         <version>0.0.1-SNAPSHOT</version>
1058       </dependency>
1059       <dependency>
1060         <groupId>org.opendaylight.controller</groupId>
1061         <artifactId>connectionmanager.northbound</artifactId>
1062         <version>${connectionmanager.version}</version>
1063       </dependency>
1064       <dependency>
1065         <groupId>org.opendaylight.controller</groupId>
1066         <artifactId>usermanager.northbound</artifactId>
1067         <version>0.0.1-SNAPSHOT</version>
1068       </dependency>
1069       <dependency>
1070         <groupId>org.opendaylight.controller</groupId>
1071         <artifactId>controllermanager.northbound</artifactId>
1072         <version>0.0.1-SNAPSHOT</version>
1073       </dependency>
1074       <!-- Debug and logging -->
1075       <dependency>
1076         <groupId>org.opendaylight.controller</groupId>
1077         <artifactId>logging.bridge</artifactId>
1078         <version>${controller.version}</version>
1079       </dependency>
1080
1081       <!-- Southbound bundles -->
1082       <dependency>
1083         <groupId>org.opendaylight.controller</groupId>
1084         <artifactId>protocol_plugins.openflow</artifactId>
1085         <version>${controller.version}</version>
1086       </dependency>
1087       <dependency>
1088         <groupId>org.opendaylight.controller</groupId>
1089         <artifactId>protocol_plugins.stub</artifactId>
1090         <version>${protocol_plugin.stub.version}</version>
1091       </dependency>
1092
1093       <!-- samples -->
1094       <dependency>
1095         <groupId>org.opendaylight.controller</groupId>
1096         <artifactId>samples.loadbalancer</artifactId>
1097         <version>${samples.loadbalancer}</version>
1098       </dependency>
1099       <dependency>
1100         <groupId>org.opendaylight.controller</groupId>
1101         <artifactId>samples.loadbalancer.northbound</artifactId>
1102         <version>${controller.version}</version>
1103       </dependency>
1104       <dependency>
1105         <groupId>org.opendaylight.controller</groupId>
1106         <artifactId>samples.simpleforwarding</artifactId>
1107         <version>${controller.version}</version>
1108       </dependency>
1109
1110       <!-- testing dependencies -->
1111       <dependency>
1112         <groupId>org.opendaylight.controller</groupId>
1113         <artifactId>clustering.test</artifactId>
1114         <version>${controller.version}</version>
1115       </dependency>
1116       <dependency>
1117         <groupId>org.opendaylight.controller</groupId>
1118         <artifactId>commons.httpclient</artifactId>
1119         <version>${commons.httpclient.version}</version>
1120       </dependency>
1121       <dependency>
1122         <groupId>org.opendaylight.controller</groupId>
1123         <artifactId>sanitytest</artifactId>
1124         <version>${controller.version}</version>
1125       </dependency>
1126
1127       <!-- equinox http service bridge -->
1128       <dependency>
1129         <groupId>org.eclipse.equinox.http</groupId>
1130         <artifactId>servlet</artifactId>
1131         <version>1.0.0-v20070606</version>
1132       </dependency>
1133       <!-- felix webconsole -->
1134       <dependency>
1135         <groupId>org.apache.felix</groupId>
1136         <artifactId>org.apache.felix.webconsole</artifactId>
1137         <version>4.2.0</version>
1138         <!-- the all bundle includes all the necessary plugins -->
1139         <classifier>all</classifier>
1140       </dependency>
1141       <dependency>
1142         <groupId>org.jolokia</groupId>
1143         <artifactId>jolokia-osgi</artifactId>
1144         <version>${jolokia.version}</version>
1145       </dependency>
1146       <dependency>
1147         <groupId>org.opendaylight.controller</groupId>
1148         <artifactId>commons.logback_settings</artifactId>
1149         <version>0.0.1-SNAPSHOT</version>
1150         <scope>test</scope>
1151       </dependency>
1152       <dependency>
1153         <groupId>org.codehaus.enunciate</groupId>
1154         <artifactId>enunciate-core-annotations</artifactId>
1155         <version>${enunciate.version}</version>
1156       </dependency>
1157     </dependencies>
1158   </dependencyManagement>
1159
1160   <pluginRepositories>
1161     <!-- OpenDayLight Repo Mirror -->
1162     <pluginRepository>
1163       <id>opendaylight-mirror</id>
1164       <name>opendaylight-mirror</name>
1165       <url>${nexusproxy}/groups/public/</url>
1166       <snapshots>
1167           <enabled>false</enabled>
1168       </snapshots>
1169       <releases>
1170           <enabled>true</enabled>
1171           <updatePolicy>never</updatePolicy>
1172       </releases>
1173     </pluginRepository>
1174     <!-- OpenDayLight Snapshot artifact -->
1175     <pluginRepository>
1176       <id>opendaylight-snapshot</id>
1177       <name>opendaylight-snapshot</name>
1178       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
1179       <snapshots>
1180           <enabled>true</enabled>
1181       </snapshots>
1182       <releases>
1183           <enabled>false</enabled>
1184       </releases>
1185     </pluginRepository>
1186   </pluginRepositories>
1187
1188   <profiles>
1189     <profile>
1190       <id>IDE</id>
1191       <activation>
1192         <property>
1193           <name>m2e.version</name>
1194         </property>
1195       </activation>
1196       <build>
1197         <!-- Put the IDE's build output in a folder other than target, so that IDE builds don't interact with Maven builds -->
1198         <directory>target-ide</directory>
1199       </build>
1200     </profile>
1201     <profile>
1202       <id>viewbuild</id>
1203       <activation>
1204         <activeByDefault>true</activeByDefault>
1205       </activation>
1206       <properties>
1207         <build.suffix>${project.version}</build.suffix>
1208       </properties>
1209     </profile>
1210     <profile>
1211       <id>jenkins</id>
1212       <activation>
1213         <property>
1214           <name>BUILDSUFFIX</name>
1215         </property>
1216       </activation>
1217       <properties>
1218         <build.suffix>${BUILDSUFFIX}</build.suffix>
1219       </properties>
1220     </profile>
1221     <profile>
1222       <id>fastreassembly</id>
1223       <build>
1224         <plugins>
1225           <plugin>
1226             <groupId>org.apache.maven.plugins</groupId>
1227             <artifactId>maven-dependency-plugin</artifactId>
1228             <version>2.4</version>
1229             <executions>
1230               <execution>
1231                 <id>copyfastreassembly</id>
1232                 <phase>install</phase>
1233                 <goals>
1234                   <goal>copy</goal>
1235                 </goals>
1236                 <configuration>
1237                   <artifactItems>
1238                     <artifactItem>
1239                       <groupId>${project.groupId}</groupId>
1240                       <artifactId>${project.artifactId}</artifactId>
1241                       <version>${project.version}</version>
1242                       <destFileName>${project.groupId}.${project.artifactId}-${project.version}.jar</destFileName>
1243                     </artifactItem>
1244                   </artifactItems>
1245                   <outputDirectory>${fastreassembly.directory}</outputDirectory>
1246                 </configuration>
1247               </execution>
1248             </executions>
1249           </plugin>
1250         </plugins>
1251       </build>
1252     </profile>
1253   </profiles>
1254
1255   <repositories>
1256
1257     <!-- OpenDayLight Repo Mirror -->
1258     <repository>
1259       <id>opendaylight-mirror</id>
1260       <name>opendaylight-mirror</name>
1261       <url>${nexusproxy}/groups/public/</url>
1262       <snapshots>
1263           <enabled>false</enabled>
1264       </snapshots>
1265       <releases>
1266           <enabled>true</enabled>
1267           <updatePolicy>never</updatePolicy>
1268       </releases>
1269     </repository>
1270     <!-- OpenDayLight Snapshot artifact -->
1271     <repository>
1272       <id>opendaylight-snapshot</id>
1273       <name>opendaylight-snapshot</name>
1274       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
1275       <snapshots>
1276           <enabled>true</enabled>
1277       </snapshots>
1278       <releases>
1279           <enabled>false</enabled>
1280       </releases>
1281     </repository>
1282   </repositories>
1283   <distributionManagement>
1284     <!-- OpenDayLight Released artifact -->
1285     <repository>
1286       <id>opendaylight-release</id>
1287       <url>${nexusproxy}/repositories/opendaylight.release/</url>
1288     </repository>
1289     <!-- OpenDayLight Snapshot artifact -->
1290     <snapshotRepository>
1291       <id>opendaylight-snapshot</id>
1292       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
1293     </snapshotRepository>
1294     <!-- Site deployment -->
1295     <site>
1296       <id>website</id>
1297       <url>${sitedeploy}</url>
1298     </site>
1299   </distributionManagement>
1300
1301   <reporting>
1302     <excludeDefaults>true</excludeDefaults>
1303     <outputDirectory>${project.build.directory}/site</outputDirectory>
1304     <plugins>
1305       <plugin>
1306         <groupId>org.apache.maven.plugins</groupId>
1307         <artifactId>maven-project-info-reports-plugin</artifactId>
1308         <version>${projectinfo}</version>
1309         <configuration>
1310           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
1311           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
1312         </configuration>
1313         <reportSets>
1314           <reportSet>
1315             <reports>
1316               <report>index</report>
1317               <report>project-team</report>
1318               <report>license</report>
1319               <report>mailing-list</report>
1320               <report>plugin-management</report>
1321               <report>cim</report>
1322               <report>issue-tracking</report>
1323               <report>scm</report>
1324               <report>summary</report>
1325             </reports>
1326           </reportSet>
1327         </reportSets>
1328       </plugin>
1329       <plugin>
1330         <groupId>org.apache.maven.plugins</groupId>
1331         <artifactId>maven-jxr-plugin</artifactId>
1332         <version>2.3</version>
1333         <configuration>
1334           <aggregate>true</aggregate>
1335           <linkJavadoc>true</linkJavadoc>
1336         </configuration>
1337       </plugin>
1338       <plugin>
1339         <groupId>org.apache.maven.plugins</groupId>
1340         <artifactId>maven-checkstyle-plugin</artifactId>
1341         <version>${checkstyle.version}</version>
1342       </plugin>
1343       <plugin>
1344         <groupId>org.apache.maven.plugins</groupId>
1345         <artifactId>maven-javadoc-plugin</artifactId>
1346         <version>2.8.1</version>
1347         <configuration>
1348           <doclet>org.jboss.apiviz.APIviz</doclet>
1349           <docletArtifact>
1350             <groupId>org.jboss.apiviz</groupId>
1351             <artifactId>apiviz</artifactId>
1352             <version>1.3.2.GA</version>
1353           </docletArtifact>
1354           <finalName>${project.artifactId}-${build.suffix}</finalName>
1355           <useStandardDocletOptions>true</useStandardDocletOptions>
1356           <charset>UTF-8</charset>
1357           <encoding>UTF-8</encoding>
1358           <docencoding>UTF-8</docencoding>
1359           <breakiterator>true</breakiterator>
1360           <version>true</version>
1361           <author>true</author>
1362           <keywords>true</keywords>
1363           <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
1364         </configuration>
1365       </plugin>
1366     </plugins>
1367   </reporting>
1368
1369   <build>
1370     <plugins>
1371       <plugin>
1372         <groupId>org.apache.maven.plugins</groupId>
1373         <artifactId>maven-checkstyle-plugin</artifactId>
1374         <version>${checkstyle.version}</version>
1375         <dependencies>
1376           <dependency>
1377             <groupId>org.opendaylight.controller</groupId>
1378             <artifactId>checkstyle</artifactId>
1379             <version>0.0.2-SNAPSHOT</version>
1380           </dependency>
1381         </dependencies>
1382         <executions>
1383           <execution>
1384             <phase>process-sources</phase>
1385             <goals>
1386               <goal>check</goal>
1387             </goals>
1388           </execution>
1389         </executions>
1390         <configuration>
1391           <failsOnError>true</failsOnError>
1392           <configLocation>controller/checkstyle.xml</configLocation>
1393           <consoleOutput>true</consoleOutput>
1394           <includeTestSourceDirectory>true</includeTestSourceDirectory>
1395           <sourceDirectory>${project.basedir}</sourceDirectory>
1396           <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>
1397           <excludes>**\/target\/,**\/bin\/,**\/target-ide\/</excludes>
1398         </configuration>
1399       </plugin>
1400       <plugin>
1401         <groupId>org.apache.maven.plugins</groupId>
1402         <artifactId>maven-failsafe-plugin</artifactId>
1403         <version>${failsafe.version}</version>
1404         <configuration>
1405           <argLine>${testvm.argLine}</argLine>
1406           <systemProperties>
1407             <property>
1408               <name>logback.configurationFile</name>
1409               <value>logback.xml</value>
1410             </property>
1411           </systemProperties>
1412         </configuration>
1413         <executions>
1414           <execution>
1415             <id>failsafe-integration-tests</id>
1416             <phase>integration-test</phase>
1417             <goals>
1418               <goal>integration-test</goal>
1419             </goals>
1420           </execution>
1421           <execution>
1422             <id>failsafe-verify</id>
1423             <phase>verify</phase>
1424             <goals>
1425               <goal>verify</goal>
1426             </goals>
1427           </execution>
1428         </executions>
1429       </plugin>
1430       <plugin>
1431         <groupId>org.apache.maven.plugins</groupId>
1432         <artifactId>maven-surefire-plugin</artifactId>
1433         <version>${surefire.version}</version>
1434         <configuration>
1435           <systemProperties>
1436             <property>
1437               <name>logback.configurationFile</name>
1438               <value>logback.xml</value>
1439             </property>
1440           </systemProperties>
1441         </configuration>
1442       </plugin>
1443       <plugin>
1444         <groupId>org.apache.maven.plugins</groupId>
1445         <artifactId>maven-enforcer-plugin</artifactId>
1446         <version>${enforcer.version}</version>
1447         <executions>
1448           <execution>
1449             <id>enforce-java</id>
1450             <goals>
1451               <goal>enforce</goal>
1452             </goals>
1453             <configuration>
1454               <rules>
1455                 <requireJavaVersion>
1456                   <version>1.7.0</version>
1457                 </requireJavaVersion>
1458               </rules>
1459             </configuration>
1460           </execution>
1461         </executions>
1462       </plugin>
1463     </plugins>
1464     <pluginManagement>
1465       <plugins>
1466         <plugin>
1467           <groupId>org.apache.maven.plugins</groupId>
1468           <artifactId>maven-release-plugin</artifactId>
1469           <version>${releaseplugin.version}</version>
1470         </plugin>
1471         <!-- Ignore/Execute plugin execution -->
1472         <plugin>
1473           <groupId>org.eclipse.m2e</groupId>
1474           <artifactId>lifecycle-mapping</artifactId>
1475           <version>1.0.0</version>
1476           <configuration>
1477             <lifecycleMappingMetadata>
1478               <pluginExecutions>
1479                 <pluginExecution>
1480                   <pluginExecutionFilter>
1481                     <groupId>org.codehaus.mojo</groupId>
1482                     <artifactId>properties-maven-plugin</artifactId>
1483                     <versionRange>[0.0,)</versionRange>
1484                     <goals>
1485                       <goal>set-system-properties</goal>
1486                     </goals>
1487                   </pluginExecutionFilter>
1488                   <action>
1489                     <ignore />
1490                   </action>
1491                 </pluginExecution>
1492                 <pluginExecution>
1493                   <pluginExecutionFilter>
1494                     <groupId>org.codehaus.enunciate</groupId>
1495                     <artifactId>maven-enunciate-plugin</artifactId>
1496                     <versionRange>[0.0,)</versionRange>
1497                     <goals>
1498                       <goal>docs</goal>
1499                     </goals>
1500                   </pluginExecutionFilter>
1501                   <action>
1502                     <ignore />
1503                   </action>
1504                 </pluginExecution>
1505                 <pluginExecution>
1506                   <pluginExecutionFilter>
1507                     <groupId>org.jacoco</groupId>
1508                     <artifactId>jacoco-maven-plugin</artifactId>
1509                     <versionRange>[0.0,)</versionRange>
1510                     <goals>
1511                       <goal>prepare-agent</goal>
1512                       <goal>pre-test</goal>
1513                       <goal>post-test</goal>
1514                     </goals>
1515                   </pluginExecutionFilter>
1516                   <action>
1517                     <ignore />
1518                   </action>
1519                 </pluginExecution>
1520                 <pluginExecution>
1521                   <pluginExecutionFilter>
1522                     <groupId>org.ops4j.pax.exam</groupId>
1523                     <artifactId>maven-paxexam-plugin</artifactId>
1524                     <versionRange>[1.2.4,)</versionRange>
1525                     <goals>
1526                       <goal>generate-depends-file</goal>
1527                     </goals>
1528                   </pluginExecutionFilter>
1529                   <action>
1530                      <execute>
1531                       <runOnIncremental>false</runOnIncremental>
1532                      </execute>
1533                   </action>
1534                 </pluginExecution>
1535                 <pluginExecution>
1536                   <pluginExecutionFilter>
1537                     <groupId>org.apache.maven.plugins</groupId>
1538                     <artifactId>maven-checkstyle-plugin</artifactId>
1539                     <versionRange>[2.0,)</versionRange>
1540                     <goals>
1541                       <goal>check</goal>
1542                     </goals>
1543                   </pluginExecutionFilter>
1544                   <action>
1545                     <ignore />
1546                   </action>
1547                 </pluginExecution>
1548                 <pluginExecution>
1549                   <pluginExecutionFilter>
1550                     <groupId>org.opendaylight.yangtools</groupId>
1551                     <artifactId>yang-maven-plugin</artifactId>
1552                     <versionRange>[0.5,)</versionRange>
1553                     <goals>
1554                       <goal>generate-sources </goal>
1555                     </goals>
1556                   </pluginExecutionFilter>
1557                   <action>
1558                     <ignore></ignore>
1559                   </action>
1560                 </pluginExecution>
1561                 <pluginExecution>
1562                   <pluginExecutionFilter>
1563                     <groupId>org.codehaus.groovy.maven</groupId>
1564                     <artifactId>gmaven-plugin</artifactId>
1565                     <versionRange>1.0</versionRange>
1566                     <goals>
1567                       <goal>execute</goal>
1568                     </goals>
1569                   </pluginExecutionFilter>
1570                   <action>
1571                     <ignore></ignore>
1572                   </action>
1573                 </pluginExecution>
1574               </pluginExecutions>
1575             </lifecycleMappingMetadata>
1576           </configuration>
1577         </plugin>
1578         <plugin>
1579           <groupId>org.codehaus.enunciate</groupId>
1580           <artifactId>maven-enunciate-plugin</artifactId>
1581           <version>${enunciate.version}</version>
1582           <configuration>
1583             <configFile>enunciate.xml</configFile>
1584           </configuration>
1585           <executions>
1586             <execution>
1587               <goals>
1588                 <goal>docs</goal>
1589               </goals>
1590             </execution>
1591           </executions>
1592           <dependencies>
1593             <dependency>
1594               <groupId>org.opendaylight.controller</groupId>
1595               <artifactId>commons.logback_settings</artifactId>
1596               <version>0.0.1-SNAPSHOT</version>
1597             </dependency>
1598           </dependencies>
1599         </plugin>
1600         <plugin>
1601           <groupId>org.apache.maven.plugins</groupId>
1602           <artifactId>maven-javadoc-plugin</artifactId>
1603           <version>2.8.1</version>
1604           <configuration>
1605             <doclet>org.jboss.apiviz.APIviz</doclet>
1606             <docletArtifact>
1607               <groupId>org.jboss.apiviz</groupId>
1608               <artifactId>apiviz</artifactId>
1609               <version>1.3.2.GA</version>
1610             </docletArtifact>
1611             <finalName>${project.artifactId}-${build.suffix}</finalName>
1612             <useStandardDocletOptions>true</useStandardDocletOptions>
1613             <charset>UTF-8</charset>
1614             <encoding>UTF-8</encoding>
1615             <docencoding>UTF-8</docencoding>
1616             <breakiterator>true</breakiterator>
1617             <version>true</version>
1618             <author>true</author>
1619             <keywords>true</keywords>
1620             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
1621             <failOnError>false</failOnError>
1622           </configuration>
1623         </plugin>
1624         <plugin>
1625           <groupId>org.apache.maven.plugins</groupId>
1626           <artifactId>maven-jxr-plugin</artifactId>
1627           <version>2.3</version>
1628           <configuration>
1629             <aggregate>true</aggregate>
1630             <linkJavadoc>true</linkJavadoc>
1631             <javadocDir>target/apidocs</javadocDir>
1632           </configuration>
1633         </plugin>
1634         <plugin>
1635           <groupId>org.apache.maven.plugins</groupId>
1636           <artifactId>maven-compiler-plugin</artifactId>
1637           <version>${maven.compile.plugin.version}</version>
1638           <configuration>
1639             <source>${java.version.source}</source>
1640             <target>${java.version.target}</target>
1641             <testSource>${java.version.source}</testSource>
1642             <testTarget>${java.version.target}</testTarget>
1643           </configuration>
1644        </plugin>
1645       </plugins>
1646     </pluginManagement>
1647   </build>
1648 </project>