Remove dependency on Exificient due to licensing incompatibility
[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.2-SNAPSHOT</opendaylight-l2-types.version>
66     <yang-ext.version>2013.09.07.2-SNAPSHOT</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   </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>com.sun.jersey.jersey-servlet</artifactId>
644         <version>${jersey-servlet.version}</version>
645       </dependency>
646       <dependency>
647         <groupId>org.opendaylight.controller.thirdparty</groupId>
648         <artifactId>org.apache.catalina.filters.CorsFilter</artifactId>
649         <version>${corsfilter.version}</version>
650       </dependency>
651       <dependency>
652         <groupId>org.opendaylight.controller.thirdparty</groupId>
653         <artifactId>ganymed</artifactId>
654         <version>1.0-SNAPSHOT</version>
655       </dependency>
656       <dependency>
657         <groupId>com.google.code.findbugs</groupId>
658         <artifactId>jsr305</artifactId>
659         <version>2.0.1</version>
660       </dependency>
661       <dependency>
662         <groupId>org.opendaylight.yangtools</groupId>
663         <artifactId>mockito-configuration</artifactId>
664         <version>0.6.0-SNAPSHOT</version>
665         <scope>test</scope>
666       </dependency>
667       <!-- yang model dependencies -->
668       <dependency>
669        <groupId>org.opendaylight.yangtools.model</groupId>
670        <artifactId>ietf-inet-types</artifactId>
671        <version>${ietf-inet-types.version}</version>
672       </dependency>
673       <dependency>
674        <groupId>org.opendaylight.yangtools.model</groupId>
675        <artifactId>ietf-yang-types</artifactId>
676        <version>${ietf-yang-types.version}</version>
677       </dependency>
678       <dependency>
679        <groupId>org.opendaylight.yangtools.model</groupId>
680        <artifactId>ietf-topology</artifactId>
681        <version>${ietf-topology.version}</version>
682       </dependency>
683       <dependency>
684        <groupId>org.opendaylight.yangtools.model</groupId>
685        <artifactId>opendaylight-l2-types</artifactId>
686        <version>${opendaylight-l2-types.version}</version>
687       </dependency>
688       <dependency>
689        <groupId>org.opendaylight.yangtools.model</groupId>
690        <artifactId>yang-ext</artifactId>
691        <version>${yang-ext.version}</version>
692       </dependency>
693
694       <dependency>
695         <groupId>org.opendaylight.controller</groupId>
696         <artifactId>protocol-framework</artifactId>
697         <version>${protocol-framework.version}</version>
698       </dependency>
699       <dependency>
700         <groupId>org.opendaylight.yangtools</groupId>
701         <artifactId>concepts</artifactId>
702         <version>${yangtools.version}</version>
703       </dependency>
704
705         <!--Netty-->
706         <dependency>
707             <groupId>io.netty</groupId>
708             <artifactId>netty-handler</artifactId>
709             <version>${netty.version}</version>
710         </dependency>
711         <dependency>
712             <groupId>io.netty</groupId>
713             <artifactId>netty-codec</artifactId>
714             <version>${netty.version}</version>
715         </dependency>
716         <dependency>
717             <groupId>io.netty</groupId>
718             <artifactId>netty-buffer</artifactId>
719             <version>${netty.version}</version>
720         </dependency>
721         <dependency>
722             <groupId>io.netty</groupId>
723             <artifactId>netty-transport</artifactId>
724             <version>${netty.version}</version>
725         </dependency>
726         <dependency>
727             <groupId>io.netty</groupId>
728             <artifactId>netty-common</artifactId>
729             <version>${netty.version}</version>
730         </dependency>
731
732       <!-- yangtools dependencies -->
733       <dependency>
734        <groupId>org.opendaylight.yangtools</groupId>
735        <artifactId>yang-binding</artifactId>
736        <version>${yangtools.version}</version>
737       </dependency>
738       <dependency>
739        <groupId>org.opendaylight.yangtools</groupId>
740        <artifactId>yang-common</artifactId>
741        <version>${yangtools.version}</version>
742       </dependency>
743       <dependency>
744        <groupId>org.opendaylight.yangtools</groupId>
745        <artifactId>yang-data-api</artifactId>
746        <version>${yangtools.version}</version>
747       </dependency>
748       <dependency>
749         <groupId>org.opendaylight.yangtools</groupId>
750         <artifactId>yang-data-impl</artifactId>
751         <version>${yangtools.version}</version>
752       </dependency>
753       <dependency>
754        <groupId>org.opendaylight.yangtools</groupId>
755        <artifactId>yang-data-util</artifactId>
756        <version>${yangtools.version}</version>
757       </dependency>
758       <dependency>
759        <groupId>org.opendaylight.yangtools</groupId>
760        <artifactId>yang-model-api</artifactId>
761        <version>${yangtools.version}</version>
762       </dependency>
763       <dependency>
764         <groupId>org.opendaylight.controller</groupId>
765         <artifactId>hosttracker</artifactId>
766         <version>${hosttracker.api.version}</version>
767       </dependency>
768       <dependency>
769         <groupId>org.opendaylight.controller</groupId>
770         <artifactId>hosttracker.implementation</artifactId>
771         <version>${hosttracker.implementation.version}</version>
772       </dependency>
773       <dependency>
774         <groupId>org.opendaylight.controller</groupId>
775         <artifactId>hosttracker_new</artifactId>
776         <version>${hosttracker_new.api.version}</version>
777       </dependency>
778       <dependency>
779         <groupId>org.opendaylight.controller</groupId>
780         <artifactId>forwarding.staticrouting</artifactId>
781         <version>${forwarding.staticrouting}</version>
782       </dependency>
783       <dependency>
784         <groupId>org.opendaylight.controller</groupId>
785         <artifactId>clustering.services</artifactId>
786         <version>${clustering.services.version}</version>
787       </dependency>
788       <dependency>
789         <groupId>org.opendaylight.controller</groupId>
790         <artifactId>clustering.services-implementation</artifactId>
791         <version>${controller.version}</version>
792       </dependency>
793       <dependency>
794         <groupId>org.opendaylight.controller</groupId>
795         <artifactId>clustering.stub</artifactId>
796         <version>${clustering.stub.version}</version>
797       </dependency>
798       <dependency>
799         <groupId>org.opendaylight.controller</groupId>
800         <artifactId>configuration</artifactId>
801         <version>${controller.version}</version>
802       </dependency>
803       <dependency>
804         <groupId>org.opendaylight.controller</groupId>
805         <artifactId>configuration.implementation</artifactId>
806         <version>${controller.version}</version>
807       </dependency>
808       <dependency>
809         <groupId>org.opendaylight.controller</groupId>
810         <artifactId>routing.dijkstra_implementation</artifactId>
811         <version>${controller.version}</version>
812       </dependency>
813       <dependency>
814         <groupId>org.opendaylight.controller</groupId>
815         <artifactId>arphandler</artifactId>
816         <version>${arphandler.version}</version>
817       </dependency>
818       <dependency>
819         <groupId>org.opendaylight.controller</groupId>
820         <artifactId>containermanager</artifactId>
821         <version>${containermanager.version}</version>
822       </dependency>
823       <dependency>
824         <groupId>org.opendaylight.controller</groupId>
825         <artifactId>containermanager.implementation</artifactId>
826         <version>${containermanager.version}</version>
827       </dependency>
828       <dependency>
829         <groupId>org.opendaylight.controller</groupId>
830         <artifactId>containermanager.it.implementation</artifactId>
831         <version>${containermanager.it.version}</version>
832       </dependency>
833       <dependency>
834         <groupId>org.opendaylight.controller</groupId>
835         <artifactId>appauth</artifactId>
836         <version>${controller.version}</version>
837       </dependency>
838       <dependency>
839         <groupId>org.opendaylight.controller</groupId>
840         <artifactId>switchmanager</artifactId>
841         <version>${switchmanager.api.version}</version>
842       </dependency>
843       <dependency>
844         <groupId>org.opendaylight.controller</groupId>
845         <artifactId>switchmanager.implementation</artifactId>
846         <version>${controller.version}</version>
847       </dependency>
848       <dependency>
849         <groupId>org.opendaylight.controller</groupId>
850         <artifactId>statisticsmanager</artifactId>
851         <version>${statisticsmanager.version}</version>
852       </dependency>
853       <dependency>
854         <groupId>org.opendaylight.controller</groupId>
855         <artifactId>statisticsmanager.implementation</artifactId>
856         <version>${controller.version}</version>
857       </dependency>
858       <dependency>
859         <groupId>org.opendaylight.controller</groupId>
860         <artifactId>topologymanager</artifactId>
861         <version>${topologymanager.version}</version>
862       </dependency>
863       <dependency>
864         <groupId>org.opendaylight.controller</groupId>
865         <artifactId>usermanager</artifactId>
866         <version>${usermanager.version}</version>
867       </dependency>
868       <dependency>
869         <groupId>org.opendaylight.controller</groupId>
870         <artifactId>usermanager.implementation</artifactId>
871         <version>${usermanager.version}</version>
872       </dependency>
873       <dependency>
874         <groupId>org.opendaylight.controller</groupId>
875         <artifactId>connectionmanager</artifactId>
876         <version>${connectionmanager.version}</version>
877       </dependency>
878       <dependency>
879         <groupId>org.opendaylight.controller</groupId>
880         <artifactId>connectionmanager.implementation</artifactId>
881         <version>${connectionmanager.version}</version>
882       </dependency>
883       <dependency>
884         <groupId>org.opendaylight.controller</groupId>
885         <artifactId>security</artifactId>
886         <version>${controller.version}</version>
887       </dependency>
888       <dependency>
889         <groupId>org.opendaylight.controller</groupId>
890         <artifactId>forwardingrulesmanager</artifactId>
891         <version>${forwardingrulesmanager.version}</version>
892       </dependency>
893       <dependency>
894         <groupId>org.opendaylight.controller</groupId>
895         <artifactId>forwardingrulesmanager.implementation</artifactId>
896         <version>${controller.version}</version>
897       </dependency>
898
899       <!-- SAL bundles -->
900       <dependency>
901         <groupId>org.opendaylight.controller</groupId>
902         <artifactId>sal</artifactId>
903         <version>${sal.version}</version>
904       </dependency>
905       <dependency>
906         <groupId>org.opendaylight.controller</groupId>
907         <artifactId>sal.implementation</artifactId>
908         <version>${controller.version}</version>
909       </dependency>
910
911       <!-- SAL Extension bundles -->
912       <dependency>
913         <groupId>org.opendaylight.controller</groupId>
914         <artifactId>sal.connection</artifactId>
915         <version>${sal.connection.version}</version>
916       </dependency>
917       <dependency>
918         <groupId>org.opendaylight.controller</groupId>
919         <artifactId>sal.connection.implementation</artifactId>
920         <version>${sal.connection.version}</version>
921       </dependency>
922       <dependency>
923         <groupId>org.opendaylight.controller</groupId>
924         <artifactId>sal.networkconfiguration</artifactId>
925         <version>${sal.networkconfiguration.version}</version>
926       </dependency>
927       <dependency>
928         <groupId>org.opendaylight.controller</groupId>
929         <artifactId>sal.networkconfiguration.implementation</artifactId>
930         <version>${sal.networkconfiguration.version}</version>
931       </dependency>
932
933       <!--  Web bundles -->
934       <dependency>
935         <groupId>org.opendaylight.controller</groupId>
936         <artifactId>web</artifactId>
937         <version>${controller.version}</version>
938       </dependency>
939       <dependency>
940         <groupId>org.opendaylight.controller</groupId>
941         <artifactId>flows.web</artifactId>
942         <version>${controller.version}</version>
943       </dependency>
944       <dependency>
945         <groupId>org.opendaylight.controller</groupId>
946         <artifactId>devices.web</artifactId>
947         <version>${controller.version}</version>
948       </dependency>
949       <dependency>
950         <groupId>org.opendaylight.controller</groupId>
951         <artifactId>troubleshoot.web</artifactId>
952         <version>${controller.version}</version>
953       </dependency>
954       <dependency>
955         <groupId>org.opendaylight.controller</groupId>
956         <artifactId>topology.web</artifactId>
957         <version>${controller.version}</version>
958       </dependency>
959       <dependency>
960         <groupId>org.opendaylight.controller</groupId>
961         <artifactId>osgi-brandfragment.web</artifactId>
962         <version>0.0.1-SNAPSHOT</version>
963       </dependency>
964
965       <!--  Neutron -->
966       <dependency>
967         <groupId>org.opendaylight.controller</groupId>
968         <artifactId>networkconfig.neutron</artifactId>
969         <version>${controller.version}</version>
970       </dependency>
971       <dependency>
972         <groupId>org.opendaylight.controller</groupId>
973         <artifactId>networkconfig.neutron.implementation</artifactId>
974         <version>${controller.version}</version>
975       </dependency>
976       <dependency>
977         <groupId>org.opendaylight.controller</groupId>
978         <artifactId>networkconfig.neutron.northbound</artifactId>
979         <version>${controller.version}</version>
980       </dependency>
981
982       <!-- Northbound bundles -->
983       <dependency>
984         <groupId>org.opendaylight.controller</groupId>
985         <artifactId>commons.northbound</artifactId>
986         <version>${controller.version}</version>
987       </dependency>
988       <dependency>
989         <groupId>org.opendaylight.controller</groupId>
990         <artifactId>bundlescanner</artifactId>
991         <version>${bundlescanner.version}</version>
992       </dependency>
993       <dependency>
994         <groupId>org.opendaylight.controller</groupId>
995         <artifactId>bundlescanner.implementation</artifactId>
996         <version>${bundlescanner.version}</version>
997       </dependency>
998       <dependency>
999         <groupId>org.opendaylight.controller</groupId>
1000         <artifactId>topology.northbound</artifactId>
1001         <version>${controller.version}</version>
1002       </dependency>
1003       <dependency>
1004         <groupId>org.opendaylight.controller</groupId>
1005         <artifactId>forwarding.staticrouting.northbound</artifactId>
1006         <version>${controller.version}</version>
1007       </dependency>
1008       <dependency>
1009         <groupId>org.opendaylight.controller</groupId>
1010         <artifactId>statistics.northbound</artifactId>
1011         <version>${controller.version}</version>
1012       </dependency>
1013       <dependency>
1014         <groupId>org.opendaylight.controller</groupId>
1015         <artifactId>flowprogrammer.northbound</artifactId>
1016         <version>${controller.version}</version>
1017       </dependency>
1018       <dependency>
1019         <groupId>org.opendaylight.controller</groupId>
1020         <artifactId>hosttracker.northbound</artifactId>
1021         <version>${controller.version}</version>
1022       </dependency>
1023       <dependency>
1024         <groupId>org.opendaylight.controller</groupId>
1025         <artifactId>subnets.northbound</artifactId>
1026         <version>${controller.version}</version>
1027       </dependency>
1028       <dependency>
1029         <groupId>org.opendaylight.controller</groupId>
1030         <artifactId>switchmanager.northbound</artifactId>
1031         <version>${controller.version}</version>
1032       </dependency>
1033       <dependency>
1034         <groupId>org.opendaylight.controller</groupId>
1035         <artifactId>containermanager.northbound</artifactId>
1036         <version>${controller.version}</version>
1037       </dependency>
1038       <dependency>
1039         <groupId>org.opendaylight.controller</groupId>
1040         <artifactId>networkconfig.bridgedomain.northbound</artifactId>
1041         <version>${networkconfig.bridgedomain.northbound.version}</version>
1042       </dependency>
1043       <dependency>
1044         <groupId>org.opendaylight.controller</groupId>
1045         <artifactId>httpservice-bridge</artifactId>
1046         <version>0.0.1-SNAPSHOT</version>
1047       </dependency>
1048       <dependency>
1049         <groupId>org.opendaylight.controller</groupId>
1050         <artifactId>jolokia-bridge</artifactId>
1051         <version>0.0.1-SNAPSHOT</version>
1052       </dependency>
1053       <dependency>
1054         <groupId>org.opendaylight.controller</groupId>
1055         <artifactId>connectionmanager.northbound</artifactId>
1056         <version>${connectionmanager.version}</version>
1057       </dependency>
1058       <dependency>
1059         <groupId>org.opendaylight.controller</groupId>
1060         <artifactId>usermanager.northbound</artifactId>
1061         <version>0.0.1-SNAPSHOT</version>
1062       </dependency>
1063       <dependency>
1064         <groupId>org.opendaylight.controller</groupId>
1065         <artifactId>controllermanager.northbound</artifactId>
1066         <version>0.0.1-SNAPSHOT</version>
1067       </dependency>
1068       <!-- Debug and logging -->
1069       <dependency>
1070         <groupId>org.opendaylight.controller</groupId>
1071         <artifactId>logging.bridge</artifactId>
1072         <version>${controller.version}</version>
1073       </dependency>
1074
1075       <!-- Southbound bundles -->
1076       <dependency>
1077         <groupId>org.opendaylight.controller</groupId>
1078         <artifactId>protocol_plugins.openflow</artifactId>
1079         <version>${controller.version}</version>
1080       </dependency>
1081       <dependency>
1082         <groupId>org.opendaylight.controller</groupId>
1083         <artifactId>protocol_plugins.stub</artifactId>
1084         <version>${protocol_plugin.stub.version}</version>
1085       </dependency>
1086
1087       <!-- samples -->
1088       <dependency>
1089         <groupId>org.opendaylight.controller</groupId>
1090         <artifactId>samples.loadbalancer</artifactId>
1091         <version>${samples.loadbalancer}</version>
1092       </dependency>
1093       <dependency>
1094         <groupId>org.opendaylight.controller</groupId>
1095         <artifactId>samples.loadbalancer.northbound</artifactId>
1096         <version>${controller.version}</version>
1097       </dependency>
1098       <dependency>
1099         <groupId>org.opendaylight.controller</groupId>
1100         <artifactId>samples.simpleforwarding</artifactId>
1101         <version>${controller.version}</version>
1102       </dependency>
1103
1104       <!-- testing dependencies -->
1105       <dependency>
1106         <groupId>org.opendaylight.controller</groupId>
1107         <artifactId>clustering.test</artifactId>
1108         <version>${controller.version}</version>
1109       </dependency>
1110       <dependency>
1111         <groupId>org.opendaylight.controller</groupId>
1112         <artifactId>commons.httpclient</artifactId>
1113         <version>${commons.httpclient.version}</version>
1114       </dependency>
1115       <dependency>
1116         <groupId>org.opendaylight.controller</groupId>
1117         <artifactId>sanitytest</artifactId>
1118         <version>${controller.version}</version>
1119       </dependency>
1120
1121       <!-- equinox http service bridge -->
1122       <dependency>
1123         <groupId>org.eclipse.equinox.http</groupId>
1124         <artifactId>servlet</artifactId>
1125         <version>1.0.0-v20070606</version>
1126       </dependency>
1127       <!-- felix webconsole -->
1128       <dependency>
1129         <groupId>org.apache.felix</groupId>
1130         <artifactId>org.apache.felix.webconsole</artifactId>
1131         <version>4.2.0</version>
1132         <!-- the all bundle includes all the necessary plugins -->
1133         <classifier>all</classifier>
1134       </dependency>
1135       <dependency>
1136         <groupId>org.jolokia</groupId>
1137         <artifactId>jolokia-osgi</artifactId>
1138         <version>${jolokia.version}</version>
1139       </dependency>
1140       <dependency>
1141         <groupId>org.opendaylight.controller</groupId>
1142         <artifactId>commons.logback_settings</artifactId>
1143         <version>0.0.1-SNAPSHOT</version>
1144         <scope>test</scope>
1145       </dependency>
1146       <dependency>
1147         <groupId>org.codehaus.enunciate</groupId>
1148         <artifactId>enunciate-core-annotations</artifactId>
1149         <version>${enunciate.version}</version>
1150       </dependency>
1151     </dependencies>
1152   </dependencyManagement>
1153
1154   <pluginRepositories>
1155     <!-- OpenDayLight Repo Mirror -->
1156     <pluginRepository>
1157       <id>opendaylight-mirror</id>
1158       <name>opendaylight-mirror</name>
1159       <url>${nexusproxy}/groups/public/</url>
1160       <snapshots>
1161           <enabled>false</enabled>
1162       </snapshots>
1163       <releases>
1164           <enabled>true</enabled>
1165           <updatePolicy>never</updatePolicy>
1166       </releases>
1167     </pluginRepository>
1168     <!-- OpenDayLight Snapshot artifact -->
1169     <pluginRepository>
1170       <id>opendaylight-snapshot</id>
1171       <name>opendaylight-snapshot</name>
1172       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
1173       <snapshots>
1174           <enabled>true</enabled>
1175       </snapshots>
1176       <releases>
1177           <enabled>false</enabled>
1178       </releases>
1179     </pluginRepository>
1180   </pluginRepositories>
1181
1182   <profiles>
1183     <profile>
1184       <id>IDE</id>
1185       <activation>
1186         <property>
1187           <name>m2e.version</name>
1188         </property>
1189       </activation>
1190       <build>
1191         <!-- Put the IDE's build output in a folder other than target, so that IDE builds don't interact with Maven builds -->
1192         <directory>target-ide</directory>
1193       </build>
1194     </profile>
1195     <profile>
1196       <id>viewbuild</id>
1197       <activation>
1198         <activeByDefault>true</activeByDefault>
1199       </activation>
1200       <properties>
1201         <build.suffix>${project.version}</build.suffix>
1202       </properties>
1203     </profile>
1204     <profile>
1205       <id>jenkins</id>
1206       <activation>
1207         <property>
1208           <name>BUILDSUFFIX</name>
1209         </property>
1210       </activation>
1211       <properties>
1212         <build.suffix>${BUILDSUFFIX}</build.suffix>
1213       </properties>
1214     </profile>
1215     <profile>
1216       <id>fastreassembly</id>
1217       <build>
1218         <plugins>
1219           <plugin>
1220             <groupId>org.apache.maven.plugins</groupId>
1221             <artifactId>maven-dependency-plugin</artifactId>
1222             <version>2.4</version>
1223             <executions>
1224               <execution>
1225                 <id>copyfastreassembly</id>
1226                 <phase>install</phase>
1227                 <goals>
1228                   <goal>copy</goal>
1229                 </goals>
1230                 <configuration>
1231                   <artifactItems>
1232                     <artifactItem>
1233                       <groupId>${project.groupId}</groupId>
1234                       <artifactId>${project.artifactId}</artifactId>
1235                       <version>${project.version}</version>
1236                       <destFileName>${project.groupId}.${project.artifactId}-${project.version}.jar</destFileName>
1237                     </artifactItem>
1238                   </artifactItems>
1239                   <outputDirectory>${fastreassembly.directory}</outputDirectory>
1240                 </configuration>
1241               </execution>
1242             </executions>
1243           </plugin>
1244         </plugins>
1245       </build>
1246     </profile>
1247   </profiles>
1248
1249   <repositories>
1250
1251     <!-- OpenDayLight Repo Mirror -->
1252     <repository>
1253       <id>opendaylight-mirror</id>
1254       <name>opendaylight-mirror</name>
1255       <url>${nexusproxy}/groups/public/</url>
1256       <snapshots>
1257           <enabled>false</enabled>
1258       </snapshots>
1259       <releases>
1260           <enabled>true</enabled>
1261           <updatePolicy>never</updatePolicy>
1262       </releases>
1263     </repository>
1264     <!-- OpenDayLight Snapshot artifact -->
1265     <repository>
1266       <id>opendaylight-snapshot</id>
1267       <name>opendaylight-snapshot</name>
1268       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
1269       <snapshots>
1270           <enabled>true</enabled>
1271       </snapshots>
1272       <releases>
1273           <enabled>false</enabled>
1274       </releases>
1275     </repository>
1276   </repositories>
1277   <distributionManagement>
1278     <!-- OpenDayLight Released artifact -->
1279     <repository>
1280       <id>opendaylight-release</id>
1281       <url>${nexusproxy}/repositories/opendaylight.release/</url>
1282     </repository>
1283     <!-- OpenDayLight Snapshot artifact -->
1284     <snapshotRepository>
1285       <id>opendaylight-snapshot</id>
1286       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
1287     </snapshotRepository>
1288     <!-- Site deployment -->
1289     <site>
1290       <id>website</id>
1291       <url>${sitedeploy}</url>
1292     </site>
1293   </distributionManagement>
1294
1295   <reporting>
1296     <excludeDefaults>true</excludeDefaults>
1297     <outputDirectory>${project.build.directory}/site</outputDirectory>
1298     <plugins>
1299       <plugin>
1300         <groupId>org.apache.maven.plugins</groupId>
1301         <artifactId>maven-project-info-reports-plugin</artifactId>
1302         <version>${projectinfo}</version>
1303         <configuration>
1304           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
1305           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
1306         </configuration>
1307         <reportSets>
1308           <reportSet>
1309             <reports>
1310               <report>index</report>
1311               <report>project-team</report>
1312               <report>license</report>
1313               <report>mailing-list</report>
1314               <report>plugin-management</report>
1315               <report>cim</report>
1316               <report>issue-tracking</report>
1317               <report>scm</report>
1318               <report>summary</report>
1319             </reports>
1320           </reportSet>
1321         </reportSets>
1322       </plugin>
1323       <plugin>
1324         <groupId>org.apache.maven.plugins</groupId>
1325         <artifactId>maven-jxr-plugin</artifactId>
1326         <version>2.3</version>
1327         <configuration>
1328           <aggregate>true</aggregate>
1329           <linkJavadoc>true</linkJavadoc>
1330         </configuration>
1331       </plugin>
1332       <plugin>
1333         <groupId>org.apache.maven.plugins</groupId>
1334         <artifactId>maven-checkstyle-plugin</artifactId>
1335         <version>${checkstyle.version}</version>
1336       </plugin>
1337       <plugin>
1338         <groupId>org.apache.maven.plugins</groupId>
1339         <artifactId>maven-javadoc-plugin</artifactId>
1340         <version>2.8.1</version>
1341         <configuration>
1342           <doclet>org.jboss.apiviz.APIviz</doclet>
1343           <docletArtifact>
1344             <groupId>org.jboss.apiviz</groupId>
1345             <artifactId>apiviz</artifactId>
1346             <version>1.3.2.GA</version>
1347           </docletArtifact>
1348           <finalName>${project.artifactId}-${build.suffix}</finalName>
1349           <useStandardDocletOptions>true</useStandardDocletOptions>
1350           <charset>UTF-8</charset>
1351           <encoding>UTF-8</encoding>
1352           <docencoding>UTF-8</docencoding>
1353           <breakiterator>true</breakiterator>
1354           <version>true</version>
1355           <author>true</author>
1356           <keywords>true</keywords>
1357           <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
1358         </configuration>
1359       </plugin>
1360     </plugins>
1361   </reporting>
1362
1363   <build>
1364     <plugins>
1365       <plugin>
1366         <groupId>org.apache.maven.plugins</groupId>
1367         <artifactId>maven-checkstyle-plugin</artifactId>
1368         <version>${checkstyle.version}</version>
1369         <dependencies>
1370           <dependency>
1371             <groupId>org.opendaylight.controller</groupId>
1372             <artifactId>checkstyle</artifactId>
1373             <version>0.0.2-SNAPSHOT</version>
1374           </dependency>
1375         </dependencies>
1376         <executions>
1377           <execution>
1378             <phase>process-sources</phase>
1379             <goals>
1380               <goal>check</goal>
1381             </goals>
1382           </execution>
1383         </executions>
1384         <configuration>
1385           <failsOnError>true</failsOnError>
1386           <configLocation>controller/checkstyle.xml</configLocation>
1387           <consoleOutput>true</consoleOutput>
1388           <includeTestSourceDirectory>true</includeTestSourceDirectory>
1389           <sourceDirectory>${project.basedir}</sourceDirectory>
1390           <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>
1391           <excludes>**\/target\/,**\/bin\/,**\/target-ide\/</excludes>
1392         </configuration>
1393       </plugin>
1394       <plugin>
1395         <groupId>org.apache.maven.plugins</groupId>
1396         <artifactId>maven-failsafe-plugin</artifactId>
1397         <version>${failsafe.version}</version>
1398         <configuration>
1399           <argLine>${testvm.argLine}</argLine>
1400           <systemProperties>
1401             <property>
1402               <name>logback.configurationFile</name>
1403               <value>logback.xml</value>
1404             </property>
1405           </systemProperties>
1406         </configuration>
1407         <executions>
1408           <execution>
1409             <id>failsafe-integration-tests</id>
1410             <phase>integration-test</phase>
1411             <goals>
1412               <goal>integration-test</goal>
1413             </goals>
1414           </execution>
1415           <execution>
1416             <id>failsafe-verify</id>
1417             <phase>verify</phase>
1418             <goals>
1419               <goal>verify</goal>
1420             </goals>
1421           </execution>
1422         </executions>
1423       </plugin>
1424       <plugin>
1425         <groupId>org.apache.maven.plugins</groupId>
1426         <artifactId>maven-surefire-plugin</artifactId>
1427         <version>${surefire.version}</version>
1428         <configuration>
1429           <systemProperties>
1430             <property>
1431               <name>logback.configurationFile</name>
1432               <value>logback.xml</value>
1433             </property>
1434           </systemProperties>
1435         </configuration>
1436       </plugin>
1437       <plugin>
1438         <groupId>org.apache.maven.plugins</groupId>
1439         <artifactId>maven-enforcer-plugin</artifactId>
1440         <version>${enforcer.version}</version>
1441         <executions>
1442           <execution>
1443             <id>enforce-java</id>
1444             <goals>
1445               <goal>enforce</goal>
1446             </goals>
1447             <configuration>
1448               <rules>
1449                 <requireJavaVersion>
1450                   <version>1.7.0</version>
1451                 </requireJavaVersion>
1452               </rules>
1453             </configuration>
1454           </execution>
1455         </executions>
1456       </plugin>
1457     </plugins>
1458     <pluginManagement>
1459       <plugins>
1460         <plugin>
1461           <groupId>org.apache.maven.plugins</groupId>
1462           <artifactId>maven-release-plugin</artifactId>
1463           <version>${releaseplugin.version}</version>
1464         </plugin>
1465         <!-- Ignore/Execute plugin execution -->
1466         <plugin>
1467           <groupId>org.eclipse.m2e</groupId>
1468           <artifactId>lifecycle-mapping</artifactId>
1469           <version>1.0.0</version>
1470           <configuration>
1471             <lifecycleMappingMetadata>
1472               <pluginExecutions>
1473                 <pluginExecution>
1474                   <pluginExecutionFilter>
1475                     <groupId>org.codehaus.mojo</groupId>
1476                     <artifactId>properties-maven-plugin</artifactId>
1477                     <versionRange>[0.0,)</versionRange>
1478                     <goals>
1479                       <goal>set-system-properties</goal>
1480                     </goals>
1481                   </pluginExecutionFilter>
1482                   <action>
1483                     <ignore />
1484                   </action>
1485                 </pluginExecution>
1486                 <pluginExecution>
1487                   <pluginExecutionFilter>
1488                     <groupId>org.codehaus.enunciate</groupId>
1489                     <artifactId>maven-enunciate-plugin</artifactId>
1490                     <versionRange>[0.0,)</versionRange>
1491                     <goals>
1492                       <goal>docs</goal>
1493                     </goals>
1494                   </pluginExecutionFilter>
1495                   <action>
1496                     <ignore />
1497                   </action>
1498                 </pluginExecution>
1499                 <pluginExecution>
1500                   <pluginExecutionFilter>
1501                     <groupId>org.jacoco</groupId>
1502                     <artifactId>jacoco-maven-plugin</artifactId>
1503                     <versionRange>[0.0,)</versionRange>
1504                     <goals>
1505                       <goal>prepare-agent</goal>
1506                       <goal>pre-test</goal>
1507                       <goal>post-test</goal>
1508                     </goals>
1509                   </pluginExecutionFilter>
1510                   <action>
1511                     <ignore />
1512                   </action>
1513                 </pluginExecution>
1514                 <pluginExecution>
1515                   <pluginExecutionFilter>
1516                     <groupId>org.ops4j.pax.exam</groupId>
1517                     <artifactId>maven-paxexam-plugin</artifactId>
1518                     <versionRange>[1.2.4,)</versionRange>
1519                     <goals>
1520                       <goal>generate-depends-file</goal>
1521                     </goals>
1522                   </pluginExecutionFilter>
1523                   <action>
1524                      <execute>
1525                       <runOnIncremental>false</runOnIncremental>
1526                      </execute>
1527                   </action>
1528                 </pluginExecution>
1529                 <pluginExecution>
1530                   <pluginExecutionFilter>
1531                     <groupId>org.apache.maven.plugins</groupId>
1532                     <artifactId>maven-checkstyle-plugin</artifactId>
1533                     <versionRange>[2.0,)</versionRange>
1534                     <goals>
1535                       <goal>check</goal>
1536                     </goals>
1537                   </pluginExecutionFilter>
1538                   <action>
1539                     <ignore />
1540                   </action>
1541                 </pluginExecution>
1542                 <pluginExecution>
1543                   <pluginExecutionFilter>
1544                     <groupId>org.opendaylight.yangtools</groupId>
1545                     <artifactId>yang-maven-plugin</artifactId>
1546                     <versionRange>[0.5,)</versionRange>
1547                     <goals>
1548                       <goal>generate-sources </goal>
1549                     </goals>
1550                   </pluginExecutionFilter>
1551                   <action>
1552                     <ignore></ignore>
1553                   </action>
1554                 </pluginExecution>
1555                 <pluginExecution>
1556                   <pluginExecutionFilter>
1557                     <groupId>org.codehaus.groovy.maven</groupId>
1558                     <artifactId>gmaven-plugin</artifactId>
1559                     <versionRange>1.0</versionRange>
1560                     <goals>
1561                       <goal>execute</goal>
1562                     </goals>
1563                   </pluginExecutionFilter>
1564                   <action>
1565                     <ignore></ignore>
1566                   </action>
1567                 </pluginExecution>
1568               </pluginExecutions>
1569             </lifecycleMappingMetadata>
1570           </configuration>
1571         </plugin>
1572         <plugin>
1573           <groupId>org.codehaus.enunciate</groupId>
1574           <artifactId>maven-enunciate-plugin</artifactId>
1575           <version>${enunciate.version}</version>
1576           <configuration>
1577             <configFile>enunciate.xml</configFile>
1578           </configuration>
1579           <executions>
1580             <execution>
1581               <goals>
1582                 <goal>docs</goal>
1583               </goals>
1584             </execution>
1585           </executions>
1586           <dependencies>
1587             <dependency>
1588               <groupId>org.opendaylight.controller</groupId>
1589               <artifactId>commons.logback_settings</artifactId>
1590               <version>0.0.1-SNAPSHOT</version>
1591             </dependency>
1592           </dependencies>
1593         </plugin>
1594         <plugin>
1595           <groupId>org.apache.maven.plugins</groupId>
1596           <artifactId>maven-javadoc-plugin</artifactId>
1597           <version>2.8.1</version>
1598           <configuration>
1599             <doclet>org.jboss.apiviz.APIviz</doclet>
1600             <docletArtifact>
1601               <groupId>org.jboss.apiviz</groupId>
1602               <artifactId>apiviz</artifactId>
1603               <version>1.3.2.GA</version>
1604             </docletArtifact>
1605             <finalName>${project.artifactId}-${build.suffix}</finalName>
1606             <useStandardDocletOptions>true</useStandardDocletOptions>
1607             <charset>UTF-8</charset>
1608             <encoding>UTF-8</encoding>
1609             <docencoding>UTF-8</docencoding>
1610             <breakiterator>true</breakiterator>
1611             <version>true</version>
1612             <author>true</author>
1613             <keywords>true</keywords>
1614             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
1615             <failOnError>false</failOnError>
1616           </configuration>
1617         </plugin>
1618         <plugin>
1619           <groupId>org.apache.maven.plugins</groupId>
1620           <artifactId>maven-jxr-plugin</artifactId>
1621           <version>2.3</version>
1622           <configuration>
1623             <aggregate>true</aggregate>
1624             <linkJavadoc>true</linkJavadoc>
1625             <javadocDir>target/apidocs</javadocDir>
1626           </configuration>
1627         </plugin>
1628         <plugin>
1629           <groupId>org.apache.maven.plugins</groupId>
1630           <artifactId>maven-compiler-plugin</artifactId>
1631           <version>${maven.compile.plugin.version}</version>
1632           <configuration>
1633             <source>${java.version.source}</source>
1634             <target>${java.version.target}</target>
1635             <testSource>${java.version.source}</testSource>
1636             <testTarget>${java.version.target}</testTarget>
1637           </configuration>
1638        </plugin>
1639       </plugins>
1640     </pluginManagement>
1641   </build>
1642 </project>