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