BUG-731: fix warnings from missing generic arguments
[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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.controller</groupId>
6     <artifactId>commons.parent</artifactId>
7     <version>1.0.2-SNAPSHOT</version>
8     <relativePath>../parent</relativePath>
9   </parent>
10   <artifactId>commons.opendaylight</artifactId>
11   <version>1.4.2-SNAPSHOT</version>
12   <packaging>pom</packaging>
13   <prerequisites>
14     <maven>3.0</maven>
15   </prerequisites>
16
17   <properties>
18     <aopalliance.version>1.0.0</aopalliance.version>
19     <appauth.version>0.4.2-SNAPSHOT</appauth.version>
20     <!-- Controller Modules Versions -->
21     <arphandler.version>0.5.2-SNAPSHOT</arphandler.version>
22     <aries.util.version>1.1.0</aries.util.version>
23     <asm.version>4.1</asm.version>
24     <!-- Plugin Versions -->
25     <bouncycastle.version>1.50</bouncycastle.version>
26     <bundle.plugin.version>2.4.0</bundle.plugin.version>
27     <bundlescanner.version>0.4.2-SNAPSHOT</bundlescanner.version>
28     <checkstyle.version>2.10</checkstyle.version>
29     <clustering.services.version>0.5.1-SNAPSHOT</clustering.services.version>
30     <clustering.services_implementation.version>0.4.3-SNAPSHOT</clustering.services_implementation.version>
31     <clustering.stub.version>0.4.2-SNAPSHOT</clustering.stub.version>
32     <clustering.test.version>0.4.2-SNAPSHOT</clustering.test.version>
33     <commmons.northbound.version>0.4.2-SNAPSHOT</commmons.northbound.version>
34     <!-- Third Party Versions -->
35     <commons.codec.version>1.7</commons.codec.version>
36     <commons.fileupload.version>1.2.2</commons.fileupload.version>
37     <commons.httpclient.version>0.1.2-SNAPSHOT</commons.httpclient.version>
38     <commons.io.version>2.4</commons.io.version>
39     <commons.lang.version>3.1</commons.lang.version>
40     <commons.net.version>3.0.1</commons.net.version>
41     <compiler.version>2.3.2</compiler.version>
42     <concepts.version>0.5.2-SNAPSHOT</concepts.version>
43     <config.version>0.2.5-SNAPSHOT</config.version>
44     <configuration.implementation.version>0.4.3-SNAPSHOT</configuration.implementation.version>
45     <configuration.version>0.4.3-SNAPSHOT</configuration.version>
46     <connectionmanager.version>0.1.2-SNAPSHOT</connectionmanager.version>
47     <containermanager.it.version>0.5.2-SNAPSHOT</containermanager.it.version>
48     <containermanager.northbound.version>0.4.2-SNAPSHOT</containermanager.northbound.version>
49     <containermanager.version>0.5.2-SNAPSHOT</containermanager.version>
50     <controllermanager.northbound.version>0.0.2-SNAPSHOT</controllermanager.northbound.version>
51     <corsfilter.version>7.0.42</corsfilter.version>
52     <devices.web.version>0.4.2-SNAPSHOT</devices.web.version>
53     <eclipse.persistence.version>2.5.0</eclipse.persistence.version>
54     <!-- enforcer version -->
55     <enforcer.version>1.3.1</enforcer.version>
56     <enunciate.version>1.28</enunciate.version>
57     <exam.version>3.0.0</exam.version>
58
59     <!-- OpenEXI third party lib for netconf-->
60     <exi.nagasena.version>0000.0002.0038.0</exi.nagasena.version>
61     <failsafe.version>2.15</failsafe.version>
62     <feature.transaction.version>1.0.1</feature.transaction.version>
63     <felix.dependencymanager.shell.version>3.0.1</felix.dependencymanager.shell.version>
64     <felix.dependencymanager.version>3.1.0</felix.dependencymanager.version>
65     <felix.fileinstall.version>3.1.6</felix.fileinstall.version>
66     <felix.webconsole.version>4.2.0</felix.webconsole.version>
67     <flowprogrammer.northbound.version>0.4.2-SNAPSHOT</flowprogrammer.northbound.version>
68     <flows.web.version>0.4.2-SNAPSHOT</flows.web.version>
69     <forwarding.staticrouting>0.5.2-SNAPSHOT</forwarding.staticrouting>
70     <forwarding.staticrouting.northbound.version>0.4.2-SNAPSHOT</forwarding.staticrouting.northbound.version>
71     <forwardingrulesmanager.implementation.version>0.4.2-SNAPSHOT</forwardingrulesmanager.implementation.version>
72     <forwardingrulesmanager.version>0.6.0-SNAPSHOT</forwardingrulesmanager.version>
73     <geminiweb.version>2.2.0.RELEASE</geminiweb.version>
74     <gson.version>2.2.4</gson.version>
75     <guava.version>14.0.1</guava.version>
76     <hosttracker.api.version>0.5.2-SNAPSHOT</hosttracker.api.version>
77     <hosttracker.implementation.version>0.5.2-SNAPSHOT</hosttracker.implementation.version>
78     <hosttracker.northbound.version>0.4.2-SNAPSHOT</hosttracker.northbound.version>
79     <hosttracker_new.api.version>0.4.2-SNAPSHOT</hosttracker_new.api.version>
80     <ietf-inet-types.version>2010.09.24.4-SNAPSHOT</ietf-inet-types.version>
81     <ietf-topology.version>2013.10.21.2-SNAPSHOT</ietf-topology.version>
82     <ietf-yang-types.version>2010.09.24.4-SNAPSHOT</ietf-yang-types.version>
83     <jackson.version>2.3.2</jackson.version>
84     <jacoco.version>0.6.2.201302030002</jacoco.version>
85     <jar.plugin.version>2.4</jar.plugin.version>
86     <java.version.source>1.7</java.version.source>
87     <java.version.target>1.7</java.version.target>
88     <javassist.version>3.17.1-GA</javassist.version>
89     <!-- Third party version -->
90     <jersey-servlet.version>1.17</jersey-servlet.version>
91     <jersey.version>1.17</jersey.version>
92     <jettison.version>1.3.3</jettison.version>
93     <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
94     <jolokia.version>1.1.4</jolokia.version>
95     <jsr305.api.version>2.0.1</jsr305.api.version>
96     <jsr311.api.version>1.1.1</jsr311.api.version>
97     <junit.version>4.8.1</junit.version>
98     <karaf.version>3.0.1</karaf.version>
99     <logback.version>1.0.9</logback.version>
100     <logging.bridge.version>0.4.2-SNAPSHOT</logging.bridge.version>
101     <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
102     <!-- Java Versions -->
103     <maven.compiler.source>1.7</maven.compiler.source>
104     <maven.compiler.target>1.7</maven.compiler.target>
105     <mdsal.version>1.1-SNAPSHOT</mdsal.version>
106     <mockito.version>1.9.5</mockito.version>
107     <netconf.version>0.2.5-SNAPSHOT</netconf.version>
108     <netty.version>4.0.17.Final</netty.version>
109     <networkconfig.bridgedomain.northbound.version>0.0.3-SNAPSHOT</networkconfig.bridgedomain.northbound.version>
110     <networkconfig.neutron.implementation.version>0.4.2-SNAPSHOT</networkconfig.neutron.implementation.version>
111     <networkconfig.neutron.northbound.version>0.4.2-SNAPSHOT</networkconfig.neutron.northbound.version>
112     <networkconfig.neutron.version>0.4.2-SNAPSHOT</networkconfig.neutron.version>
113     <!-- ODL repository / plugin repository -->
114     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
115     <opendaylight-l2-types.version>2013.08.27.4-SNAPSHOT</opendaylight-l2-types.version>
116     <org.json.version>20080701</org.json.version>
117     <osgi-brandfragment.web.version>0.0.2-SNAPSHOT</osgi-brandfragment.web.version>
118     <osgi.compendium.version>5.0.0</osgi.compendium.version>
119     <osgi.core.version>5.0.0</osgi.core.version>
120     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
121     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
122     <projectinfo>2.6</projectinfo>
123     <propertymavenplugin.version>1.0-alpha-2</propertymavenplugin.version>
124     <protocol-framework.version>0.5.0-SNAPSHOT</protocol-framework.version>
125     <protocol_plugins.openflow.version>0.4.2-SNAPSHOT</protocol_plugins.openflow.version>
126     <protocol_plugins.stub.version>0.4.2-SNAPSHOT</protocol_plugins.stub.version>
127     <releaseplugin.version>2.3.2</releaseplugin.version>
128     <routing.dijkstra_implementation.version>0.4.2-SNAPSHOT</routing.dijkstra_implementation.version>
129     <sal.connection.version>0.1.2-SNAPSHOT</sal.connection.version>
130     <sal.implementation.version>0.4.2-SNAPSHOT</sal.implementation.version>
131     <sal.networkconfiguration.version>0.0.3-SNAPSHOT</sal.networkconfiguration.version>
132     <sal.version>0.8.1-SNAPSHOT</sal.version>
133     <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
134     <samples.loadbalancer>0.5.2-SNAPSHOT</samples.loadbalancer>
135     <samples.loadbalancer.northbound.version>0.4.2-SNAPSHOT</samples.loadbalancer.northbound.version>
136     <samples.simpleforwarding.version>0.4.2-SNAPSHOT</samples.simpleforwarding.version>
137     <sanitytest.version>0.4.2-SNAPSHOT</sanitytest.version>
138     <security.version>0.4.2-SNAPSHOT</security.version>
139     <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
140     <siteplugin>3.2</siteplugin>
141     <slf4j.version>1.7.2</slf4j.version>
142     <sonar.branch>${user.name}-private-view</sonar.branch>
143     <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
144     <!-- Sonar properties using jacoco to retrieve integration test results -->
145     <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
146     <sonar.language>java</sonar.language>
147     <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2</sonar.skippedModules>
148     <spifly.version>1.0.0</spifly.version>
149     <spring-osgi.version>1.2.1</spring-osgi.version>
150     <spring-security-karaf.version>3.1.4.RELEASE</spring-security-karaf.version>
151     <spring-security.version>3.1.3.RELEASE</spring-security.version>
152     <spring.version>3.1.3.RELEASE</spring.version>
153     <statistics.northbound.version>0.4.2-SNAPSHOT</statistics.northbound.version>
154     <statisticsmanager.implementation.version>0.4.2-SNAPSHOT</statisticsmanager.implementation.version>
155     <statisticsmanager.version>0.5.1-SNAPSHOT</statisticsmanager.version>
156     <subnets.northbound.version>0.4.2-SNAPSHOT</subnets.northbound.version>
157     <surefire.version>2.15</surefire.version>
158     <switchmanager.api.version>0.7.1-SNAPSHOT</switchmanager.api.version>
159     <switchmanager.implementation.version>0.4.2-SNAPSHOT</switchmanager.implementation.version>
160     <switchmanager.northbound.version>0.4.2-SNAPSHOT</switchmanager.northbound.version>
161     <testvm.argLine>-Xmx1024m -XX:MaxPermSize=256m</testvm.argLine>
162     <topology.northbound.version>0.4.2-SNAPSHOT</topology.northbound.version>
163     <topology.web.version>0.4.2-SNAPSHOT</topology.web.version>
164     <topologymanager.version>0.4.2-SNAPSHOT</topologymanager.version>
165     <troubleshoot.web.version>0.4.2-SNAPSHOT</troubleshoot.web.version>
166     <url.version>1.5.0</url.version>
167     <usermanager.implementation.version>0.4.2-SNAPSHOT</usermanager.implementation.version>
168     <usermanager.northbound.version>0.0.2-SNAPSHOT</usermanager.northbound.version>
169     <usermanager.version>0.4.2-SNAPSHOT</usermanager.version>
170     <virgo.version>3.6.0.RELEASE</virgo.version>
171     <web.version>0.4.2-SNAPSHOT</web.version>
172     <xtend.dstdir>src/main/xtend-gen</xtend.dstdir>
173     <xtend.version>2.4.3</xtend.version>
174     <yang-ext.version>2013.09.07.4-SNAPSHOT</yang-ext.version>
175     <yangtools.version>0.6.2-SNAPSHOT</yangtools.version>
176   </properties>
177
178   <dependencyManagement>
179     <dependencies>
180
181       <dependency>
182         <groupId>${project.groupId}</groupId>
183         <artifactId>ietf-netconf-monitoring</artifactId>
184         <version>${netconf.version}</version>
185       </dependency>
186       <dependency>
187         <groupId>${project.groupId}</groupId>
188         <artifactId>ietf-netconf-monitoring-extension</artifactId>
189         <version>${netconf.version}</version>
190       </dependency>
191       <dependency>
192         <groupId>${project.groupId}</groupId>
193         <artifactId>netconf-netty-util</artifactId>
194         <version>${netconf.version}</version>
195       </dependency>
196       <dependency>
197         <groupId>org.opendaylight.controller</groupId>
198         <artifactId>netconf-netty-util</artifactId>
199         <version>${netconf.version}</version>
200         <type>test-jar</type>
201       </dependency>
202       <dependency>
203         <groupId>ch.qos.logback</groupId>
204         <artifactId>logback-classic</artifactId>
205         <version>${logback.version}</version>
206       </dependency>
207       <dependency>
208         <groupId>ch.qos.logback</groupId>
209         <artifactId>logback-core</artifactId>
210         <version>${logback.version}</version>
211       </dependency>
212       <dependency>
213         <groupId>com.fasterxml.jackson.core</groupId>
214         <artifactId>jackson-annotations</artifactId>
215         <version>${jackson.version}</version>
216       </dependency>
217       <dependency>
218         <groupId>com.fasterxml.jackson.core</groupId>
219         <artifactId>jackson-core</artifactId>
220         <version>${jackson.version}</version>
221       </dependency>
222       <dependency>
223         <groupId>com.fasterxml.jackson.core</groupId>
224         <artifactId>jackson-databind</artifactId>
225         <version>${jackson.version}</version>
226       </dependency>
227       <dependency>
228         <groupId>com.fasterxml.jackson.datatype</groupId>
229         <artifactId>jackson-datatype-json-org</artifactId>
230         <version>${jackson.version}</version>
231       </dependency>
232
233       <dependency>
234         <groupId>com.fasterxml.jackson.jaxrs</groupId>
235         <artifactId>jackson-jaxrs-base</artifactId>
236         <version>${jackson.version}</version>
237       </dependency>
238       <dependency>
239         <groupId>com.fasterxml.jackson.jaxrs</groupId>
240         <artifactId>jackson-jaxrs-json-provider</artifactId>
241         <version>${jackson.version}</version>
242       </dependency>
243       <dependency>
244         <groupId>com.fasterxml.jackson.module</groupId>
245         <artifactId>jackson-module-jaxb-annotations</artifactId>
246         <version>${jackson.version}</version>
247       </dependency>
248       <dependency>
249         <groupId>com.google.code.findbugs</groupId>
250         <artifactId>jsr305</artifactId>
251         <version>${jsr305.api.version}</version>
252       </dependency>
253       <dependency>
254         <groupId>com.google.code.gson</groupId>
255         <artifactId>gson</artifactId>
256         <version>${gson.version}</version>
257       </dependency>
258       <dependency>
259         <groupId>com.google.guava</groupId>
260         <artifactId>guava</artifactId>
261         <version>${guava.version}</version>
262       </dependency>
263       <dependency>
264         <groupId>com.sun.jersey</groupId>
265         <artifactId>jersey-client</artifactId>
266         <version>${jersey.version}</version>
267       </dependency>
268       <!-- Jersey for JAXRS -->
269       <dependency>
270         <groupId>com.sun.jersey</groupId>
271         <artifactId>jersey-core</artifactId>
272         <version>${jersey.version}</version>
273       </dependency>
274       <dependency>
275         <groupId>com.sun.jersey</groupId>
276         <artifactId>jersey-server</artifactId>
277         <version>${jersey.version}</version>
278       </dependency>
279       <dependency>
280         <groupId>commons-codec</groupId>
281         <artifactId>commons-codec</artifactId>
282         <version>${commons.codec.version}</version>
283       </dependency>
284       <dependency>
285         <groupId>commons-fileupload</groupId>
286         <artifactId>commons-fileupload</artifactId>
287         <version>${commons.fileupload.version}</version>
288       </dependency>
289       <dependency>
290         <groupId>commons-io</groupId>
291         <artifactId>commons-io</artifactId>
292         <version>${commons.io.version}</version>
293       </dependency>
294       <dependency>
295         <groupId>commons-net</groupId>
296         <artifactId>commons-net</artifactId>
297         <version>${commons.net.version}</version>
298       </dependency>
299       <dependency>
300         <groupId>eclipselink</groupId>
301         <artifactId>javax.persistence</artifactId>
302         <version>2.0.4.v201112161009</version>
303       </dependency>
304       <dependency>
305         <groupId>eclipselink</groupId>
306         <artifactId>javax.resource</artifactId>
307         <version>1.5.0.v200906010428</version>
308       </dependency>
309       <dependency>
310         <groupId>equinoxSDK381</groupId>
311         <artifactId>javax.servlet</artifactId>
312         <version>3.0.0.v201112011016</version>
313       </dependency>
314       <dependency>
315         <groupId>equinoxSDK381</groupId>
316         <artifactId>javax.servlet.jsp</artifactId>
317         <version>2.2.0.v201112011158</version>
318       </dependency>
319       <dependency>
320         <groupId>equinoxSDK381</groupId>
321         <artifactId>org.apache.felix.gogo.command</artifactId>
322         <version>0.8.0.v201108120515</version>
323       </dependency>
324       <dependency>
325         <groupId>equinoxSDK381</groupId>
326         <artifactId>org.apache.felix.gogo.runtime</artifactId>
327         <version>0.8.0.v201108120515</version>
328       </dependency>
329       <dependency>
330         <groupId>equinoxSDK381</groupId>
331         <artifactId>org.apache.felix.gogo.shell</artifactId>
332         <version>0.8.0.v201110170705</version>
333       </dependency>
334       <dependency>
335         <groupId>equinoxSDK381</groupId>
336         <artifactId>org.eclipse.equinox.cm</artifactId>
337         <version>1.0.400.v20120522-1841</version>
338       </dependency>
339       <dependency>
340         <groupId>equinoxSDK381</groupId>
341         <artifactId>org.eclipse.equinox.console</artifactId>
342         <version>1.0.0.v20120522-1841</version>
343       </dependency>
344       <dependency>
345         <groupId>equinoxSDK381</groupId>
346         <artifactId>org.eclipse.equinox.ds</artifactId>
347         <version>1.4.0.v20120522-1841</version>
348       </dependency>
349       <dependency>
350         <groupId>equinoxSDK381</groupId>
351         <artifactId>org.eclipse.equinox.launcher</artifactId>
352         <version>1.3.0.v20120522-1813</version>
353       </dependency>
354       <dependency>
355         <groupId>equinoxSDK381</groupId>
356         <artifactId>org.eclipse.equinox.util</artifactId>
357         <version>1.0.400.v20120522-2049</version>
358       </dependency>
359       <dependency>
360         <groupId>equinoxSDK381</groupId>
361         <artifactId>org.eclipse.osgi</artifactId>
362         <version>3.8.1.v20120830-144521</version>
363       </dependency>
364       <dependency>
365         <groupId>equinoxSDK381</groupId>
366         <artifactId>org.eclipse.osgi.services</artifactId>
367         <version>3.3.100.v20120522-1822</version>
368       </dependency>
369       <!-- Gemini Web -->
370       <dependency>
371         <groupId>geminiweb</groupId>
372         <artifactId>org.eclipse.gemini.web.core</artifactId>
373         <version>${geminiweb.version}</version>
374       </dependency>
375       <dependency>
376         <groupId>geminiweb</groupId>
377         <artifactId>org.eclipse.gemini.web.extender</artifactId>
378         <version>${geminiweb.version}</version>
379       </dependency>
380       <dependency>
381         <groupId>geminiweb</groupId>
382         <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
383         <version>${geminiweb.version}</version>
384       </dependency>
385       <dependency>
386         <groupId>geminiweb</groupId>
387         <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
388         <version>${virgo.version}</version>
389       </dependency>
390       <dependency>
391         <groupId>geminiweb</groupId>
392         <artifactId>org.eclipse.virgo.util.common</artifactId>
393         <version>${virgo.version}</version>
394       </dependency>
395       <dependency>
396         <groupId>geminiweb</groupId>
397         <artifactId>org.eclipse.virgo.util.io</artifactId>
398         <version>${virgo.version}</version>
399       </dependency>
400       <dependency>
401         <groupId>geminiweb</groupId>
402         <artifactId>org.eclipse.virgo.util.math</artifactId>
403         <version>${virgo.version}</version>
404       </dependency>
405       <dependency>
406         <groupId>geminiweb</groupId>
407         <artifactId>org.eclipse.virgo.util.osgi</artifactId>
408         <version>${virgo.version}</version>
409       </dependency>
410       <dependency>
411         <groupId>geminiweb</groupId>
412         <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
413         <version>${virgo.version}</version>
414       </dependency>
415       <dependency>
416         <groupId>geminiweb</groupId>
417         <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
418         <version>${virgo.version}</version>
419       </dependency>
420       <dependency>
421         <groupId>io.netty</groupId>
422         <artifactId>netty-buffer</artifactId>
423         <version>${netty.version}</version>
424       </dependency>
425       <dependency>
426         <groupId>io.netty</groupId>
427         <artifactId>netty-codec</artifactId>
428         <version>${netty.version}</version>
429       </dependency>
430       <dependency>
431         <groupId>io.netty</groupId>
432         <artifactId>netty-codec-http</artifactId>
433         <version>${netty.version}</version>
434       </dependency>
435       <dependency>
436         <groupId>io.netty</groupId>
437         <artifactId>netty-common</artifactId>
438         <version>${netty.version}</version>
439       </dependency>
440       <!-- Netty -->
441       <dependency>
442         <groupId>io.netty</groupId>
443         <artifactId>netty-handler</artifactId>
444         <version>${netty.version}</version>
445       </dependency>
446       <dependency>
447         <groupId>io.netty</groupId>
448         <artifactId>netty-transport</artifactId>
449         <version>${netty.version}</version>
450       </dependency>
451       <dependency>
452         <groupId>javax.ws.rs</groupId>
453         <artifactId>jsr311-api</artifactId>
454         <version>${jsr311.api.version}</version>
455       </dependency>
456       <dependency>
457         <groupId>orbit</groupId>
458         <artifactId>javax.activation</artifactId>
459         <version>1.1.0.v201211130549</version>
460       </dependency>
461       <dependency>
462         <groupId>orbit</groupId>
463         <artifactId>javax.annotation</artifactId>
464         <version>1.1.0.v201209060031</version>
465       </dependency>
466       <dependency>
467         <groupId>orbit</groupId>
468         <artifactId>javax.ejb</artifactId>
469         <version>3.1.1.v201204261316</version>
470       </dependency>
471       <dependency>
472         <groupId>orbit</groupId>
473         <artifactId>javax.el</artifactId>
474         <version>2.2.0.v201108011116</version>
475       </dependency>
476       <dependency>
477         <groupId>orbit</groupId>
478         <artifactId>javax.mail.glassfish</artifactId>
479         <version>1.4.1.v201108011116</version>
480       </dependency>
481       <dependency>
482         <groupId>orbit</groupId>
483         <artifactId>javax.servlet.jsp.jstl</artifactId>
484         <version>1.2.0.v201105211821</version>
485       </dependency>
486       <dependency>
487         <groupId>orbit</groupId>
488         <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
489         <version>1.2.0.v201210211230</version>
490       </dependency>
491       <dependency>
492         <groupId>orbit</groupId>
493         <artifactId>javax.xml.rpc</artifactId>
494         <version>1.1.0.v201005080400</version>
495       </dependency>
496       <dependency>
497         <groupId>orbit</groupId>
498         <artifactId>org.apache.catalina</artifactId>
499         <version>7.0.32.v201211201336</version>
500       </dependency>
501       <dependency>
502         <groupId>orbit</groupId>
503         <artifactId>org.apache.catalina.ha</artifactId>
504         <version>7.0.32.v201211201952</version>
505       </dependency>
506       <dependency>
507         <groupId>orbit</groupId>
508         <artifactId>org.apache.catalina.tribes</artifactId>
509         <version>7.0.32.v201211201952</version>
510       </dependency>
511       <dependency>
512         <groupId>orbit</groupId>
513         <artifactId>org.apache.coyote</artifactId>
514         <version>7.0.32.v201211201952</version>
515       </dependency>
516       <dependency>
517         <groupId>orbit</groupId>
518         <artifactId>org.apache.el</artifactId>
519         <version>7.0.32.v201211081135</version>
520       </dependency>
521       <dependency>
522         <groupId>orbit</groupId>
523         <artifactId>org.apache.jasper</artifactId>
524         <version>7.0.32.v201211201952</version>
525       </dependency>
526       <dependency>
527         <groupId>orbit</groupId>
528         <artifactId>org.apache.juli.extras</artifactId>
529         <version>7.0.32.v201211081135</version>
530       </dependency>
531       <dependency>
532         <groupId>orbit</groupId>
533         <artifactId>org.apache.tomcat.api</artifactId>
534         <version>7.0.32.v201211081135</version>
535       </dependency>
536       <dependency>
537         <groupId>orbit</groupId>
538         <artifactId>org.apache.tomcat.util</artifactId>
539         <version>7.0.32.v201211201952</version>
540       </dependency>
541       <dependency>
542         <groupId>org.aopalliance</groupId>
543         <artifactId>com.springsource.org.aopalliance</artifactId>
544         <version>${aopalliance.version}</version>
545       </dependency>
546       <dependency>
547         <groupId>org.apache.commons</groupId>
548         <artifactId>commons-lang3</artifactId>
549         <version>${commons.lang.version}</version>
550       </dependency>
551       <dependency>
552         <groupId>org.apache.felix</groupId>
553         <artifactId>org.apache.felix.dependencymanager</artifactId>
554         <version>${felix.dependencymanager.version}</version>
555       </dependency>
556       <dependency>
557         <groupId>org.apache.felix</groupId>
558         <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
559         <version>${felix.dependencymanager.shell.version}</version>
560       </dependency>
561       <dependency>
562         <groupId>org.apache.felix</groupId>
563         <artifactId>org.apache.felix.fileinstall</artifactId>
564         <version>${felix.fileinstall.version}</version>
565       </dependency>
566       <!-- felix webconsole -->
567       <dependency>
568         <groupId>org.apache.felix</groupId>
569         <artifactId>org.apache.felix.webconsole</artifactId>
570         <version>${felix.webconsole.version}</version>
571         <!-- the all bundle includes all the necessary plugins -->
572         <classifier>all</classifier>
573       </dependency>
574       <dependency>
575         <groupId>org.bouncycastle</groupId>
576         <artifactId>bcpkix-jdk15on</artifactId>
577         <version>${bouncycastle.version}</version>
578       </dependency>
579       <dependency>
580         <groupId>org.bouncycastle</groupId>
581         <artifactId>bcprov-jdk15on</artifactId>
582         <version>${bouncycastle.version}</version>
583       </dependency>
584       <dependency>
585         <groupId>org.codehaus.enunciate</groupId>
586         <artifactId>enunciate-core-annotations</artifactId>
587         <version>${enunciate.version}</version>
588       </dependency>
589       <dependency>
590         <groupId>org.codehaus.jettison</groupId>
591         <artifactId>jettison</artifactId>
592         <version>${jettison.version}</version>
593       </dependency>
594
595       <!-- equinox http service bridge -->
596       <dependency>
597         <groupId>org.eclipse.equinox.http</groupId>
598         <artifactId>servlet</artifactId>
599         <version>1.0.0-v20070606</version>
600       </dependency>
601       <dependency>
602         <groupId>org.eclipse.persistence</groupId>
603         <artifactId>org.eclipse.persistence.antlr</artifactId>
604         <version>${eclipse.persistence.version}</version>
605       </dependency>
606       <dependency>
607         <groupId>org.eclipse.persistence</groupId>
608         <artifactId>org.eclipse.persistence.core</artifactId>
609         <version>${eclipse.persistence.version}</version>
610       </dependency>
611       <dependency>
612         <groupId>org.eclipse.persistence</groupId>
613         <artifactId>org.eclipse.persistence.moxy</artifactId>
614         <version>${eclipse.persistence.version}</version>
615       </dependency>
616
617       <!-- md-sal -->
618       <dependency>
619         <groupId>org.eclipse.xtend</groupId>
620         <artifactId>org.eclipse.xtend.lib</artifactId>
621         <version>${xtend.version}</version>
622       </dependency>
623       <dependency>
624         <groupId>org.javassist</groupId>
625         <artifactId>javassist</artifactId>
626         <version>${javassist.version}</version>
627       </dependency>
628       <dependency>
629         <groupId>org.jboss.spec.javax.transaction</groupId>
630         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
631         <version>1.0.1.Final</version>
632       </dependency>
633       <dependency>
634         <groupId>org.jolokia</groupId>
635         <artifactId>jolokia-osgi</artifactId>
636         <version>${jolokia.version}</version>
637       </dependency>
638       <dependency>
639         <groupId>org.json</groupId>
640         <artifactId>json</artifactId>
641         <version>${org.json.version}</version>
642       </dependency>
643       <dependency>
644         <groupId>org.opendaylight.controller</groupId>
645         <artifactId>appauth</artifactId>
646         <version>${appauth.version}</version>
647       </dependency>
648       <dependency>
649         <groupId>org.opendaylight.controller</groupId>
650         <artifactId>arphandler</artifactId>
651         <version>${arphandler.version}</version>
652       </dependency>
653       <dependency>
654         <groupId>org.opendaylight.controller</groupId>
655         <artifactId>bundlescanner</artifactId>
656         <version>${bundlescanner.version}</version>
657       </dependency>
658       <dependency>
659         <groupId>org.opendaylight.controller</groupId>
660         <artifactId>bundlescanner.implementation</artifactId>
661         <version>${bundlescanner.version}</version>
662       </dependency>
663       <dependency>
664         <groupId>org.opendaylight.controller</groupId>
665         <artifactId>clustering.services</artifactId>
666         <version>${clustering.services.version}</version>
667       </dependency>
668       <dependency>
669         <groupId>org.opendaylight.controller</groupId>
670         <artifactId>clustering.services-implementation</artifactId>
671         <version>${clustering.services_implementation.version}</version>
672       </dependency>
673       <dependency>
674         <groupId>org.opendaylight.controller</groupId>
675         <artifactId>clustering.stub</artifactId>
676         <version>${clustering.stub.version}</version>
677       </dependency>
678
679       <!-- testing dependencies -->
680       <dependency>
681         <groupId>org.opendaylight.controller</groupId>
682         <artifactId>clustering.test</artifactId>
683         <version>${clustering.test.version}</version>
684       </dependency>
685       <dependency>
686         <groupId>org.opendaylight.controller</groupId>
687         <artifactId>commons.httpclient</artifactId>
688         <version>${commons.httpclient.version}</version>
689       </dependency>
690
691       <!-- Northbound bundles -->
692       <dependency>
693         <groupId>org.opendaylight.controller</groupId>
694         <artifactId>commons.northbound</artifactId>
695         <version>${commmons.northbound.version}</version>
696       </dependency>
697       <dependency>
698         <groupId>org.opendaylight.controller</groupId>
699         <artifactId>concepts</artifactId>
700         <version>${concepts.version}</version>
701       </dependency>
702
703       <!-- config-->
704       <dependency>
705         <groupId>org.opendaylight.controller</groupId>
706         <artifactId>config-api</artifactId>
707         <version>${config.version}</version>
708       </dependency>
709       <dependency>
710         <groupId>org.opendaylight.controller</groupId>
711         <artifactId>config-manager</artifactId>
712         <version>${config.version}</version>
713         <type>test-jar</type>
714       </dependency>
715       <dependency>
716         <groupId>org.opendaylight.controller</groupId>
717         <artifactId>config-manager</artifactId>
718         <version>${config.version}</version>
719       </dependency>
720       <dependency>
721         <groupId>org.opendaylight.controller</groupId>
722         <artifactId>config-netconf-connector</artifactId>
723         <version>${netconf.version}</version>
724       </dependency>
725       <dependency>
726         <groupId>org.opendaylight.controller</groupId>
727         <artifactId>config-persister-api</artifactId>
728         <version>${config.version}</version>
729         <type>test-jar</type>
730       </dependency>
731       <dependency>
732         <groupId>org.opendaylight.controller</groupId>
733         <artifactId>config-persister-api</artifactId>
734         <version>${config.version}</version>
735       </dependency>
736       <dependency>
737         <groupId>org.opendaylight.controller</groupId>
738         <artifactId>config-persister-directory-xml-adapter</artifactId>
739         <version>${config.version}</version>
740       </dependency>
741       <dependency>
742         <groupId>org.opendaylight.controller</groupId>
743         <artifactId>config-persister-file-xml-adapter</artifactId>
744         <version>${config.version}</version>
745       </dependency>
746       <dependency>
747         <groupId>org.opendaylight.controller</groupId>
748         <artifactId>config-persister-impl</artifactId>
749         <version>${netconf.version}</version>
750       </dependency>
751
752       <dependency>
753         <groupId>org.opendaylight.controller</groupId>
754         <artifactId>config-util</artifactId>
755         <version>${config.version}</version>
756       </dependency>
757       <dependency>
758         <groupId>org.opendaylight.controller</groupId>
759         <artifactId>config-util</artifactId>
760         <version>${config.version}</version>
761         <type>test-jar</type>
762       </dependency>
763       <dependency>
764         <groupId>org.opendaylight.controller</groupId>
765         <artifactId>configuration</artifactId>
766         <version>${configuration.version}</version>
767       </dependency>
768       <dependency>
769         <groupId>org.opendaylight.controller</groupId>
770         <artifactId>configuration.implementation</artifactId>
771         <version>${configuration.implementation.version}</version>
772       </dependency>
773       <dependency>
774         <groupId>org.opendaylight.controller</groupId>
775         <artifactId>connectionmanager</artifactId>
776         <version>${connectionmanager.version}</version>
777       </dependency>
778       <dependency>
779         <groupId>org.opendaylight.controller</groupId>
780         <artifactId>connectionmanager.implementation</artifactId>
781         <version>${connectionmanager.version}</version>
782       </dependency>
783       <dependency>
784         <groupId>org.opendaylight.controller</groupId>
785         <artifactId>connectionmanager.northbound</artifactId>
786         <version>${connectionmanager.version}</version>
787       </dependency>
788       <dependency>
789         <groupId>org.opendaylight.controller</groupId>
790         <artifactId>containermanager</artifactId>
791         <version>${containermanager.version}</version>
792       </dependency>
793       <dependency>
794         <groupId>org.opendaylight.controller</groupId>
795         <artifactId>containermanager.implementation</artifactId>
796         <version>${containermanager.version}</version>
797       </dependency>
798       <dependency>
799         <groupId>org.opendaylight.controller</groupId>
800         <artifactId>containermanager.it.implementation</artifactId>
801         <version>${containermanager.it.version}</version>
802       </dependency>
803       <dependency>
804         <groupId>org.opendaylight.controller</groupId>
805         <artifactId>containermanager.northbound</artifactId>
806         <version>${containermanager.northbound.version}</version>
807       </dependency>
808       <dependency>
809         <groupId>org.opendaylight.controller</groupId>
810         <artifactId>controllermanager.northbound</artifactId>
811         <version>${controllermanager.northbound.version}</version>
812       </dependency>
813       <dependency>
814         <groupId>org.opendaylight.controller</groupId>
815         <artifactId>devices.web</artifactId>
816         <version>${devices.web.version}</version>
817       </dependency>
818       <dependency>
819         <groupId>org.opendaylight.controller</groupId>
820         <artifactId>flowprogrammer.northbound</artifactId>
821         <version>${flowprogrammer.northbound.version}</version>
822       </dependency>
823       <dependency>
824         <groupId>org.opendaylight.controller</groupId>
825         <artifactId>flows.web</artifactId>
826         <version>${flows.web.version}</version>
827       </dependency>
828       <dependency>
829         <groupId>org.opendaylight.controller</groupId>
830         <artifactId>forwarding.staticrouting</artifactId>
831         <version>${forwarding.staticrouting}</version>
832       </dependency>
833       <dependency>
834         <groupId>org.opendaylight.controller</groupId>
835         <artifactId>forwarding.staticrouting.northbound</artifactId>
836         <version>${forwarding.staticrouting.northbound.version}</version>
837       </dependency>
838       <dependency>
839         <groupId>org.opendaylight.controller</groupId>
840         <artifactId>forwardingrulesmanager</artifactId>
841         <version>${forwardingrulesmanager.version}</version>
842       </dependency>
843       <dependency>
844         <groupId>org.opendaylight.controller</groupId>
845         <artifactId>forwardingrulesmanager.implementation</artifactId>
846         <version>${forwardingrulesmanager.implementation.version}</version>
847       </dependency>
848
849       <dependency>
850         <groupId>org.opendaylight.controller</groupId>
851         <artifactId>hosttracker</artifactId>
852         <version>${hosttracker.api.version}</version>
853       </dependency>
854       <dependency>
855         <groupId>org.opendaylight.controller</groupId>
856         <artifactId>hosttracker.implementation</artifactId>
857         <version>${hosttracker.implementation.version}</version>
858       </dependency>
859       <dependency>
860         <groupId>org.opendaylight.controller</groupId>
861         <artifactId>hosttracker.northbound</artifactId>
862         <version>${hosttracker.northbound.version}</version>
863       </dependency>
864       <dependency>
865         <groupId>org.opendaylight.controller</groupId>
866         <artifactId>hosttracker_new</artifactId>
867         <version>${hosttracker_new.api.version}</version>
868       </dependency>
869       <dependency>
870         <groupId>org.opendaylight.controller</groupId>
871         <artifactId>httpservice-bridge</artifactId>
872         <version>0.0.2-SNAPSHOT</version>
873       </dependency>
874       <dependency>
875         <groupId>org.opendaylight.controller</groupId>
876         <artifactId>jolokia-bridge</artifactId>
877         <version>0.0.2-SNAPSHOT</version>
878       </dependency>
879       <dependency>
880         <groupId>org.opendaylight.controller</groupId>
881         <artifactId>logback-config</artifactId>
882         <version>${config.version}</version>
883       </dependency>
884       <!-- Debug and logging -->
885       <dependency>
886         <groupId>org.opendaylight.controller</groupId>
887         <artifactId>logging.bridge</artifactId>
888         <version>${logging.bridge.version}</version>
889       </dependency>
890
891       <!-- Netconf -->
892       <dependency>
893         <groupId>org.opendaylight.controller</groupId>
894         <artifactId>netconf-api</artifactId>
895         <version>${netconf.version}</version>
896       </dependency>
897       <dependency>
898         <groupId>org.opendaylight.controller</groupId>
899         <artifactId>netconf-client</artifactId>
900         <version>${netconf.version}</version>
901       </dependency>
902
903       <!--Netconf config-->
904       <dependency>
905         <groupId>org.opendaylight.controller</groupId>
906         <artifactId>netconf-config-dispatcher</artifactId>
907         <version>${netconf.version}</version>
908       </dependency>
909       <dependency>
910         <groupId>org.opendaylight.controller</groupId>
911         <artifactId>netconf-impl</artifactId>
912         <version>${netconf.version}</version>
913       </dependency>
914       <dependency>
915         <groupId>org.opendaylight.controller</groupId>
916         <artifactId>netconf-impl</artifactId>
917         <version>${netconf.version}</version>
918         <type>test-jar</type>
919       </dependency>
920       <dependency>
921         <groupId>org.opendaylight.controller</groupId>
922         <artifactId>netconf-mapping-api</artifactId>
923         <version>${netconf.version}</version>
924       </dependency>
925       <dependency>
926         <groupId>org.opendaylight.controller</groupId>
927         <artifactId>netconf-monitoring</artifactId>
928         <version>${netconf.version}</version>
929       </dependency>
930       <dependency>
931         <groupId>org.opendaylight.controller</groupId>
932         <artifactId>netconf-ssh</artifactId>
933         <version>${netconf.version}</version>
934       </dependency>
935       <dependency>
936         <groupId>org.opendaylight.controller</groupId>
937         <artifactId>netconf-ssh</artifactId>
938         <version>${netconf.version}</version>
939         <type>test-jar</type>
940       </dependency>
941       <dependency>
942         <groupId>org.opendaylight.controller</groupId>
943         <artifactId>netconf-util</artifactId>
944         <version>${netconf.version}</version>
945       </dependency>
946       <dependency>
947         <groupId>org.opendaylight.controller</groupId>
948         <artifactId>netconf-util</artifactId>
949         <version>${netconf.version}</version>
950         <type>test-jar</type>
951       </dependency>
952       <dependency>
953         <groupId>org.opendaylight.controller</groupId>
954         <artifactId>netty-config-api</artifactId>
955         <version>${config.version}</version>
956       </dependency>
957       <dependency>
958         <groupId>org.opendaylight.controller</groupId>
959         <artifactId>netty-event-executor-config</artifactId>
960         <version>${config.version}</version>
961       </dependency>
962       <dependency>
963         <groupId>org.opendaylight.controller</groupId>
964         <artifactId>netty-threadgroup-config</artifactId>
965         <version>${config.version}</version>
966       </dependency>
967       <dependency>
968         <groupId>org.opendaylight.controller</groupId>
969         <artifactId>netty-timer-config</artifactId>
970         <version>${config.version}</version>
971       </dependency>
972       <dependency>
973         <groupId>org.opendaylight.controller</groupId>
974         <artifactId>networkconfig.bridgedomain.northbound</artifactId>
975         <version>${networkconfig.bridgedomain.northbound.version}</version>
976       </dependency>
977
978       <!--  Neutron -->
979       <dependency>
980         <groupId>org.opendaylight.controller</groupId>
981         <artifactId>networkconfig.neutron</artifactId>
982         <version>${networkconfig.neutron.version}</version>
983       </dependency>
984       <dependency>
985         <groupId>org.opendaylight.controller</groupId>
986         <artifactId>networkconfig.neutron.implementation</artifactId>
987         <version>${networkconfig.neutron.implementation.version}</version>
988       </dependency>
989       <dependency>
990         <groupId>org.opendaylight.controller</groupId>
991         <artifactId>networkconfig.neutron.northbound</artifactId>
992         <version>${networkconfig.neutron.northbound.version}</version>
993       </dependency>
994       <dependency>
995         <groupId>org.opendaylight.controller</groupId>
996         <artifactId>osgi-brandfragment.web</artifactId>
997         <version>${osgi-brandfragment.web.version}</version>
998       </dependency>
999
1000       <dependency>
1001         <groupId>org.opendaylight.controller</groupId>
1002         <artifactId>protocol-framework</artifactId>
1003         <version>${protocol-framework.version}</version>
1004       </dependency>
1005
1006       <!-- Southbound bundles -->
1007       <dependency>
1008         <groupId>org.opendaylight.controller</groupId>
1009         <artifactId>protocol_plugins.openflow</artifactId>
1010         <version>${protocol_plugins.openflow.version}</version>
1011       </dependency>
1012       <dependency>
1013         <groupId>org.opendaylight.controller</groupId>
1014         <artifactId>protocol_plugins.stub</artifactId>
1015         <version>${protocol_plugins.stub.version}</version>
1016       </dependency>
1017       <dependency>
1018         <groupId>org.opendaylight.controller</groupId>
1019         <artifactId>routing.dijkstra_implementation</artifactId>
1020         <version>${routing.dijkstra_implementation.version}</version>
1021       </dependency>
1022
1023       <!-- SAL bundles -->
1024       <dependency>
1025         <groupId>org.opendaylight.controller</groupId>
1026         <artifactId>sal</artifactId>
1027         <version>${sal.version}</version>
1028       </dependency>
1029       <dependency>
1030         <groupId>org.opendaylight.controller</groupId>
1031         <artifactId>sal-binding-api</artifactId>
1032         <version>${mdsal.version}</version>
1033       </dependency>
1034       <dependency>
1035         <groupId>org.opendaylight.controller</groupId>
1036         <artifactId>sal-binding-broker-impl</artifactId>
1037         <version>${mdsal.version}</version>
1038       </dependency>
1039       <dependency>
1040         <groupId>org.opendaylight.controller</groupId>
1041         <artifactId>sal-binding-config</artifactId>
1042         <version>${mdsal.version}</version>
1043       </dependency>
1044       <dependency>
1045         <groupId>org.opendaylight.controller</groupId>
1046         <artifactId>sal-binding-util</artifactId>
1047         <version>${mdsal.version}</version>
1048       </dependency>
1049       <dependency>
1050         <groupId>org.opendaylight.controller</groupId>
1051         <artifactId>sal-broker-impl</artifactId>
1052         <version>${mdsal.version}</version>
1053       </dependency>
1054       <dependency>
1055         <groupId>org.opendaylight.controller</groupId>
1056         <artifactId>sal-common</artifactId>
1057         <version>${mdsal.version}</version>
1058       </dependency>
1059       <dependency>
1060         <groupId>org.opendaylight.controller</groupId>
1061         <artifactId>sal-common-api</artifactId>
1062         <version>${mdsal.version}</version>
1063       </dependency>
1064       <dependency>
1065         <groupId>org.opendaylight.controller</groupId>
1066         <artifactId>sal-common-impl</artifactId>
1067         <version>${mdsal.version}</version>
1068       </dependency>
1069       <dependency>
1070         <groupId>org.opendaylight.controller</groupId>
1071         <artifactId>sal-common-util</artifactId>
1072         <version>${mdsal.version}</version>
1073       </dependency>
1074       <dependency>
1075         <groupId>org.opendaylight.controller</groupId>
1076         <artifactId>sal-compatibility</artifactId>
1077         <version>${mdsal.version}</version>
1078       </dependency>
1079       <dependency>
1080         <groupId>org.opendaylight.controller</groupId>
1081         <artifactId>sal-connector-api</artifactId>
1082         <version>${mdsal.version}</version>
1083       </dependency>
1084       <dependency>
1085         <groupId>org.opendaylight.controller</groupId>
1086         <artifactId>sal-core-api</artifactId>
1087         <version>${mdsal.version}</version>
1088       </dependency>
1089       <dependency>
1090         <groupId>org.opendaylight.controller</groupId>
1091         <artifactId>sal-core-spi</artifactId>
1092         <version>${mdsal.version}</version>
1093       </dependency>
1094       <dependency>
1095         <groupId>org.opendaylight.controller</groupId>
1096         <artifactId>sal-netconf-connector</artifactId>
1097         <version>${mdsal.version}</version>
1098       </dependency>
1099       <dependency>
1100         <groupId>org.opendaylight.controller</groupId>
1101         <artifactId>sal-remote</artifactId>
1102         <version>${mdsal.version}</version>
1103       </dependency>
1104       <dependency>
1105         <groupId>org.opendaylight.controller</groupId>
1106         <artifactId>sal-remoterpc-connector</artifactId>
1107         <version>${mdsal.version}</version>
1108       </dependency>
1109       <dependency>
1110         <groupId>org.opendaylight.controller</groupId>
1111         <artifactId>sal-rest-connector</artifactId>
1112         <version>${mdsal.version}</version>
1113       </dependency>
1114       <dependency>
1115         <groupId>org.opendaylight.controller</groupId>
1116         <artifactId>sal-rest-docgen</artifactId>
1117         <version>${mdsal.version}</version>
1118       </dependency>
1119       <dependency>
1120         <groupId>org.opendaylight.controller</groupId>
1121         <artifactId>sal-restconf-broker</artifactId>
1122         <version>${mdsal.version}</version>
1123       </dependency>
1124
1125       <!-- SAL Extension bundles -->
1126       <dependency>
1127         <groupId>org.opendaylight.controller</groupId>
1128         <artifactId>sal.connection</artifactId>
1129         <version>${sal.connection.version}</version>
1130       </dependency>
1131       <dependency>
1132         <groupId>org.opendaylight.controller</groupId>
1133         <artifactId>sal.connection.implementation</artifactId>
1134         <version>${sal.connection.version}</version>
1135       </dependency>
1136       <dependency>
1137         <groupId>org.opendaylight.controller</groupId>
1138         <artifactId>sal.implementation</artifactId>
1139         <version>${sal.implementation.version}</version>
1140       </dependency>
1141       <dependency>
1142         <groupId>org.opendaylight.controller</groupId>
1143         <artifactId>sal.networkconfiguration</artifactId>
1144         <version>${sal.networkconfiguration.version}</version>
1145       </dependency>
1146       <dependency>
1147         <groupId>org.opendaylight.controller</groupId>
1148         <artifactId>sal.networkconfiguration.implementation</artifactId>
1149         <version>${sal.networkconfiguration.version}</version>
1150       </dependency>
1151
1152       <!-- samples -->
1153       <dependency>
1154         <groupId>org.opendaylight.controller</groupId>
1155         <artifactId>samples.loadbalancer</artifactId>
1156         <version>${samples.loadbalancer}</version>
1157       </dependency>
1158       <dependency>
1159         <groupId>org.opendaylight.controller</groupId>
1160         <artifactId>samples.loadbalancer.northbound</artifactId>
1161         <version>${samples.loadbalancer.northbound.version}</version>
1162       </dependency>
1163       <dependency>
1164         <groupId>org.opendaylight.controller</groupId>
1165         <artifactId>samples.simpleforwarding</artifactId>
1166         <version>${samples.simpleforwarding.version}</version>
1167       </dependency>
1168       <dependency>
1169         <groupId>org.opendaylight.controller</groupId>
1170         <artifactId>sanitytest</artifactId>
1171         <version>${sanitytest.version}</version>
1172       </dependency>
1173       <dependency>
1174         <groupId>org.opendaylight.controller</groupId>
1175         <artifactId>security</artifactId>
1176         <version>${security.version}</version>
1177       </dependency>
1178
1179       <dependency>
1180         <groupId>org.opendaylight.controller</groupId>
1181         <artifactId>shutdown-api</artifactId>
1182         <version>${config.version}</version>
1183       </dependency>
1184       <dependency>
1185         <groupId>org.opendaylight.controller</groupId>
1186         <artifactId>shutdown-impl</artifactId>
1187         <version>${config.version}</version>
1188       </dependency>
1189       <dependency>
1190         <groupId>org.opendaylight.controller</groupId>
1191         <artifactId>statistics.northbound</artifactId>
1192         <version>${statistics.northbound.version}</version>
1193       </dependency>
1194       <dependency>
1195         <groupId>org.opendaylight.controller</groupId>
1196         <artifactId>statisticsmanager</artifactId>
1197         <version>${statisticsmanager.version}</version>
1198       </dependency>
1199       <dependency>
1200         <groupId>org.opendaylight.controller</groupId>
1201         <artifactId>statisticsmanager.implementation</artifactId>
1202         <version>${statisticsmanager.implementation.version}</version>
1203       </dependency>
1204       <dependency>
1205         <groupId>org.opendaylight.controller</groupId>
1206         <artifactId>subnets.northbound</artifactId>
1207         <version>${subnets.northbound.version}</version>
1208       </dependency>
1209       <dependency>
1210         <groupId>org.opendaylight.controller</groupId>
1211         <artifactId>switchmanager</artifactId>
1212         <version>${switchmanager.api.version}</version>
1213       </dependency>
1214       <dependency>
1215         <groupId>org.opendaylight.controller</groupId>
1216         <artifactId>switchmanager.implementation</artifactId>
1217         <version>${switchmanager.implementation.version}</version>
1218       </dependency>
1219       <dependency>
1220         <groupId>org.opendaylight.controller</groupId>
1221         <artifactId>switchmanager.northbound</artifactId>
1222         <version>${switchmanager.northbound.version}</version>
1223       </dependency>
1224
1225       <!-- threadpool -->
1226       <dependency>
1227         <groupId>org.opendaylight.controller</groupId>
1228         <artifactId>threadpool-config-api</artifactId>
1229         <version>${config.version}</version>
1230       </dependency>
1231       <dependency>
1232         <groupId>org.opendaylight.controller</groupId>
1233         <artifactId>threadpool-config-impl</artifactId>
1234         <version>${config.version}</version>
1235       </dependency>
1236       <dependency>
1237         <groupId>org.opendaylight.controller</groupId>
1238         <artifactId>topology.northbound</artifactId>
1239         <version>${topology.northbound.version}</version>
1240       </dependency>
1241       <dependency>
1242         <groupId>org.opendaylight.controller</groupId>
1243         <artifactId>topology.web</artifactId>
1244         <version>${topology.web.version}</version>
1245       </dependency>
1246       <dependency>
1247         <groupId>org.opendaylight.controller</groupId>
1248         <artifactId>topologymanager</artifactId>
1249         <version>${topologymanager.version}</version>
1250       </dependency>
1251       <dependency>
1252         <groupId>org.opendaylight.controller</groupId>
1253         <artifactId>troubleshoot.web</artifactId>
1254         <version>${troubleshoot.web.version}</version>
1255       </dependency>
1256       <dependency>
1257         <groupId>org.opendaylight.controller</groupId>
1258         <artifactId>usermanager</artifactId>
1259         <version>${usermanager.version}</version>
1260       </dependency>
1261       <dependency>
1262         <groupId>org.opendaylight.controller</groupId>
1263         <artifactId>usermanager.implementation</artifactId>
1264         <version>${usermanager.implementation.version}</version>
1265       </dependency>
1266       <dependency>
1267         <groupId>org.opendaylight.controller</groupId>
1268         <artifactId>usermanager.northbound</artifactId>
1269         <version>${usermanager.northbound.version}</version>
1270       </dependency>
1271
1272       <!--  Web bundles -->
1273       <dependency>
1274         <groupId>org.opendaylight.controller</groupId>
1275         <artifactId>web</artifactId>
1276         <version>${web.version}</version>
1277       </dependency>
1278       <dependency>
1279         <groupId>org.opendaylight.controller</groupId>
1280         <artifactId>yang-jmx-generator</artifactId>
1281         <version>${config.version}</version>
1282       </dependency>
1283       <dependency>
1284         <groupId>org.opendaylight.controller</groupId>
1285         <artifactId>yang-jmx-generator</artifactId>
1286         <version>${config.version}</version>
1287         <type>test-jar</type>
1288       </dependency>
1289       <dependency>
1290         <groupId>org.opendaylight.controller</groupId>
1291         <artifactId>yang-test</artifactId>
1292         <version>${config.version}</version>
1293       </dependency>
1294       <dependency>
1295         <groupId>org.opendaylight.controller.md</groupId>
1296         <artifactId>forwardingrules-manager</artifactId>
1297         <version>${mdsal.version}</version>
1298       </dependency>
1299       <dependency>
1300         <groupId>org.opendaylight.controller.md</groupId>
1301         <artifactId>inventory-manager</artifactId>
1302         <version>${mdsal.version}</version>
1303       </dependency>
1304       <dependency>
1305         <groupId>org.opendaylight.controller.md</groupId>
1306         <artifactId>statistics-manager</artifactId>
1307         <version>${mdsal.version}</version>
1308       </dependency>
1309       <dependency>
1310         <groupId>org.opendaylight.controller.md</groupId>
1311         <artifactId>topology-lldp-discovery</artifactId>
1312         <version>${mdsal.version}</version>
1313       </dependency>
1314       <dependency>
1315         <groupId>org.opendaylight.controller.md</groupId>
1316         <artifactId>topology-manager</artifactId>
1317         <version>${mdsal.version}</version>
1318       </dependency>
1319       <dependency>
1320         <groupId>org.opendaylight.controller.model</groupId>
1321         <artifactId>model-flow-base</artifactId>
1322         <version>${mdsal.version}</version>
1323       </dependency>
1324       <dependency>
1325         <groupId>org.opendaylight.controller.model</groupId>
1326         <artifactId>model-flow-management</artifactId>
1327         <version>${mdsal.version}</version>
1328       </dependency>
1329       <dependency>
1330         <groupId>org.opendaylight.controller.model</groupId>
1331         <artifactId>model-flow-service</artifactId>
1332         <version>${mdsal.version}</version>
1333       </dependency>
1334       <dependency>
1335         <groupId>org.opendaylight.controller.model</groupId>
1336         <artifactId>model-flow-statistics</artifactId>
1337         <version>${mdsal.version}</version>
1338       </dependency>
1339       <dependency>
1340         <groupId>org.opendaylight.controller.model</groupId>
1341         <artifactId>model-inventory</artifactId>
1342         <version>${mdsal.version}</version>
1343       </dependency>
1344       <dependency>
1345         <groupId>org.opendaylight.controller.thirdparty</groupId>
1346         <artifactId>com.sun.jersey.jersey-servlet</artifactId>
1347         <version>${jersey-servlet.version}</version>
1348       </dependency>
1349       <dependency>
1350         <groupId>org.opendaylight.controller.thirdparty</groupId>
1351         <artifactId>ganymed</artifactId>
1352         <version>1.1-SNAPSHOT</version>
1353       </dependency>
1354       <!-- Third parties from opendaylight released -->
1355       <dependency>
1356         <groupId>org.opendaylight.controller.thirdparty</groupId>
1357         <artifactId>net.sf.jung2</artifactId>
1358         <version>2.0.1</version>
1359       </dependency>
1360       <dependency>
1361         <groupId>org.opendaylight.controller.thirdparty</groupId>
1362         <artifactId>org.apache.catalina.filters.CorsFilter</artifactId>
1363         <version>${corsfilter.version}</version>
1364       </dependency>
1365       <dependency>
1366         <groupId>org.opendaylight.controller.thirdparty</groupId>
1367         <artifactId>org.openflow.openflowj</artifactId>
1368         <version>1.0.2</version>
1369       </dependency>
1370       <dependency>
1371         <groupId>org.opendaylight.yangtools</groupId>
1372         <artifactId>binding-generator-impl</artifactId>
1373         <version>${yangtools.version}</version>
1374       </dependency>
1375       <dependency>
1376         <groupId>org.opendaylight.yangtools</groupId>
1377         <artifactId>binding-generator-spi</artifactId>
1378         <version>${yangtools.version}</version>
1379       </dependency>
1380       <dependency>
1381         <groupId>org.opendaylight.yangtools</groupId>
1382         <artifactId>binding-generator-util</artifactId>
1383         <version>${yangtools.version}</version>
1384       </dependency>
1385       <dependency>
1386         <groupId>org.opendaylight.yangtools</groupId>
1387         <artifactId>binding-type-provider</artifactId>
1388         <version>${yangtools.version}</version>
1389       </dependency>
1390       <dependency>
1391         <groupId>org.opendaylight.yangtools</groupId>
1392         <artifactId>concepts</artifactId>
1393         <version>${yangtools.version}</version>
1394       </dependency>
1395       <dependency>
1396         <groupId>org.opendaylight.yangtools</groupId>
1397         <artifactId>restconf-client-api</artifactId>
1398         <version>${yangtools.version}</version>
1399       </dependency>
1400       <dependency>
1401         <groupId>org.opendaylight.yangtools</groupId>
1402         <artifactId>restconf-client-impl</artifactId>
1403         <version>${yangtools.version}</version>
1404       </dependency>
1405
1406       <!-- yangtools dependencies -->
1407       <dependency>
1408         <groupId>org.opendaylight.yangtools</groupId>
1409         <artifactId>yang-binding</artifactId>
1410         <version>${yangtools.version}</version>
1411       </dependency>
1412       <dependency>
1413         <groupId>org.opendaylight.yangtools</groupId>
1414         <artifactId>yang-common</artifactId>
1415         <version>${yangtools.version}</version>
1416       </dependency>
1417       <dependency>
1418         <groupId>org.opendaylight.yangtools</groupId>
1419         <artifactId>yang-data-api</artifactId>
1420         <version>${yangtools.version}</version>
1421       </dependency>
1422       <dependency>
1423         <groupId>org.opendaylight.yangtools</groupId>
1424         <artifactId>yang-data-impl</artifactId>
1425         <version>${yangtools.version}</version>
1426       </dependency>
1427       <dependency>
1428         <groupId>org.opendaylight.yangtools</groupId>
1429         <artifactId>yang-data-util</artifactId>
1430         <version>${yangtools.version}</version>
1431       </dependency>
1432       <dependency>
1433         <groupId>org.opendaylight.yangtools</groupId>
1434         <artifactId>yang-maven-plugin-spi</artifactId>
1435         <version>${yangtools.version}</version>
1436       </dependency>
1437       <dependency>
1438         <groupId>org.opendaylight.yangtools</groupId>
1439         <artifactId>yang-model-api</artifactId>
1440         <version>${yangtools.version}</version>
1441       </dependency>
1442       <dependency>
1443         <groupId>org.opendaylight.yangtools</groupId>
1444         <artifactId>yang-model-util</artifactId>
1445         <version>${yangtools.version}</version>
1446       </dependency>
1447       <dependency>
1448         <groupId>org.opendaylight.yangtools</groupId>
1449         <artifactId>yang-parser-api</artifactId>
1450         <version>${yangtools.version}</version>
1451       </dependency>
1452       <dependency>
1453         <groupId>org.opendaylight.yangtools</groupId>
1454         <artifactId>yang-parser-impl</artifactId>
1455         <version>${yangtools.version}</version>
1456       </dependency>
1457       <!-- yang model dependencies -->
1458       <dependency>
1459         <groupId>org.opendaylight.yangtools.model</groupId>
1460         <artifactId>ietf-inet-types</artifactId>
1461         <version>${ietf-inet-types.version}</version>
1462       </dependency>
1463       <dependency>
1464         <groupId>org.opendaylight.yangtools.model</groupId>
1465         <artifactId>ietf-topology</artifactId>
1466         <version>${ietf-topology.version}</version>
1467       </dependency>
1468       <dependency>
1469         <groupId>org.opendaylight.yangtools.model</groupId>
1470         <artifactId>ietf-topology-l3-unicast-igp</artifactId>
1471         <version>${ietf-topology.version}</version>
1472       </dependency>
1473       <dependency>
1474         <groupId>org.opendaylight.yangtools.model</groupId>
1475         <artifactId>ietf-yang-types</artifactId>
1476         <version>${ietf-yang-types.version}</version>
1477       </dependency>
1478       <dependency>
1479         <groupId>org.opendaylight.yangtools.model</groupId>
1480         <artifactId>opendaylight-l2-types</artifactId>
1481         <version>${opendaylight-l2-types.version}</version>
1482       </dependency>
1483       <dependency>
1484         <groupId>org.opendaylight.yangtools.model</groupId>
1485         <artifactId>yang-ext</artifactId>
1486         <version>${yang-ext.version}</version>
1487       </dependency>
1488       <dependency>
1489         <groupId>org.openexi</groupId>
1490         <artifactId>nagasena</artifactId>
1491         <version>${exi.nagasena.version}</version>
1492       </dependency>
1493       <dependency>
1494         <groupId>org.openexi</groupId>
1495         <artifactId>nagasena-rta</artifactId>
1496         <version>${exi.nagasena.version}</version>
1497       </dependency>
1498       <dependency>
1499         <groupId>org.osgi</groupId>
1500         <artifactId>org.osgi.compendium</artifactId>
1501         <version>${osgi.compendium.version}</version>
1502       </dependency>
1503       <dependency>
1504         <groupId>org.osgi</groupId>
1505         <artifactId>org.osgi.core</artifactId>
1506         <version>${osgi.core.version}</version>
1507       </dependency>
1508
1509       <dependency>
1510         <groupId>org.ow2.asm</groupId>
1511         <artifactId>asm-all</artifactId>
1512         <version>4.1</version>
1513       </dependency>
1514       <!-- Visual VM hook -->
1515       <dependency>
1516         <groupId>org.ow2.chameleon.management</groupId>
1517         <artifactId>chameleon-mbeans</artifactId>
1518         <version>1.0.0</version>
1519       </dependency>
1520       <dependency>
1521         <groupId>org.slf4j</groupId>
1522         <artifactId>jcl-over-slf4j</artifactId>
1523         <version>${slf4j.version}</version>
1524       </dependency>
1525       <dependency>
1526         <groupId>org.slf4j</groupId>
1527         <artifactId>log4j-over-slf4j</artifactId>
1528         <version>${slf4j.version}</version>
1529       </dependency>
1530       <dependency>
1531         <groupId>org.slf4j</groupId>
1532         <artifactId>slf4j-api</artifactId>
1533         <version>${slf4j.version}</version>
1534         <scope>compile</scope>
1535       </dependency>
1536       <dependency>
1537         <groupId>org.springframework</groupId>
1538         <artifactId>org.springframework.aop</artifactId>
1539         <version>${spring.version}</version>
1540       </dependency>
1541       <dependency>
1542         <groupId>org.springframework</groupId>
1543         <artifactId>org.springframework.asm</artifactId>
1544         <version>${spring.version}</version>
1545       </dependency>
1546       <dependency>
1547         <groupId>org.springframework</groupId>
1548         <artifactId>org.springframework.beans</artifactId>
1549         <version>${spring.version}</version>
1550       </dependency>
1551       <dependency>
1552         <groupId>org.springframework</groupId>
1553         <artifactId>org.springframework.context</artifactId>
1554         <version>${spring.version}</version>
1555       </dependency>
1556       <dependency>
1557         <groupId>org.springframework</groupId>
1558         <artifactId>org.springframework.context.support</artifactId>
1559         <version>${spring.version}</version>
1560       </dependency>
1561       <dependency>
1562         <groupId>org.springframework</groupId>
1563         <artifactId>org.springframework.core</artifactId>
1564         <version>${spring.version}</version>
1565       </dependency>
1566       <dependency>
1567         <groupId>org.springframework</groupId>
1568         <artifactId>org.springframework.expression</artifactId>
1569         <version>${spring.version}</version>
1570       </dependency>
1571       <dependency>
1572         <groupId>org.springframework</groupId>
1573         <artifactId>org.springframework.transaction</artifactId>
1574         <version>${spring-security.version}</version>
1575       </dependency>
1576       <dependency>
1577         <groupId>org.springframework</groupId>
1578         <artifactId>org.springframework.web</artifactId>
1579         <version>${spring.version}</version>
1580       </dependency>
1581       <dependency>
1582         <groupId>org.springframework</groupId>
1583         <artifactId>org.springframework.web.servlet</artifactId>
1584         <version>${spring.version}</version>
1585       </dependency>
1586
1587       <!-- Spring security -->
1588       <dependency>
1589         <groupId>org.springframework.security</groupId>
1590         <artifactId>spring-security-config</artifactId>
1591         <version>${spring-security.version}</version>
1592       </dependency>
1593       <dependency>
1594         <groupId>org.springframework.security</groupId>
1595         <artifactId>spring-security-core</artifactId>
1596         <version>${spring-security.version}</version>
1597       </dependency>
1598       <dependency>
1599         <groupId>org.springframework.security</groupId>
1600         <artifactId>spring-security-taglibs</artifactId>
1601         <version>${spring-security.version}</version>
1602       </dependency>
1603       <dependency>
1604         <groupId>org.springframework.security</groupId>
1605         <artifactId>spring-security-web</artifactId>
1606         <version>${spring-security.version}</version>
1607       </dependency>
1608       <dependency>
1609         <groupId>virgomirror</groupId>
1610         <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
1611         <version>3.8.0.I20120518-2145</version>
1612       </dependency>
1613       <dependency>
1614         <groupId>junit</groupId>
1615         <artifactId>junit</artifactId>
1616         <version>${junit.version}</version>
1617         <scope>test</scope>
1618       </dependency>
1619       <dependency>
1620         <groupId>org.mockito</groupId>
1621         <artifactId>mockito-all</artifactId>
1622         <version>${mockito.version}</version>
1623         <scope>test</scope>
1624       </dependency>
1625       <dependency>
1626         <groupId>org.opendaylight.controller</groupId>
1627         <artifactId>commons.logback_settings</artifactId>
1628         <version>0.0.2-SNAPSHOT</version>
1629         <scope>test</scope>
1630       </dependency>
1631       <dependency>
1632         <groupId>org.opendaylight.controller</groupId>
1633         <artifactId>sal-binding-broker-impl</artifactId>
1634         <version>${mdsal.version}</version>
1635         <type>test-jar</type>
1636         <scope>test</scope>
1637       </dependency>
1638       <dependency>
1639         <groupId>org.opendaylight.controller</groupId>
1640         <artifactId>sal-binding-it</artifactId>
1641         <version>${mdsal.version}</version>
1642         <scope>test</scope>
1643       </dependency>
1644       <dependency>
1645         <groupId>org.opendaylight.yangtools</groupId>
1646         <artifactId>mockito-configuration</artifactId>
1647         <version>${yangtools.version}</version>
1648         <scope>test</scope>
1649       </dependency>
1650       <!-- Add Pax Exam -->
1651       <dependency>
1652         <groupId>org.ops4j.pax.exam</groupId>
1653         <artifactId>pax-exam-container-native</artifactId>
1654         <version>${exam.version}</version>
1655         <scope>test</scope>
1656       </dependency>
1657       <dependency>
1658         <groupId>org.ops4j.pax.exam</groupId>
1659         <artifactId>pax-exam-junit4</artifactId>
1660         <version>${exam.version}</version>
1661         <scope>test</scope>
1662       </dependency>
1663       <dependency>
1664         <groupId>org.ops4j.pax.exam</groupId>
1665         <artifactId>pax-exam-link-mvn</artifactId>
1666         <version>${exam.version}</version>
1667         <scope>test</scope>
1668       </dependency>
1669       <dependency>
1670         <groupId>org.ops4j.pax.url</groupId>
1671         <artifactId>pax-url-aether</artifactId>
1672         <version>${url.version}</version>
1673         <scope>test</scope>
1674       </dependency>
1675
1676       <dependency>
1677         <groupId>org.springframework.osgi</groupId>
1678         <artifactId>spring-osgi-mock</artifactId>
1679         <version>${spring-osgi.version}</version>
1680         <scope>test</scope>
1681       </dependency>
1682       <dependency>
1683         <groupId>xmlunit</groupId>
1684         <artifactId>xmlunit</artifactId>
1685         <version>1.5</version>
1686         <scope>test</scope>
1687       </dependency>
1688     </dependencies>
1689   </dependencyManagement>
1690
1691   <build>
1692     <pluginManagement>
1693       <plugins>
1694         <plugin>
1695           <groupId>org.apache.felix</groupId>
1696           <artifactId>maven-bundle-plugin</artifactId>
1697           <version>${bundle.plugin.version}</version>
1698           <extensions>true</extensions>
1699         </plugin>
1700         <plugin>
1701           <artifactId>maven-clean-plugin</artifactId>
1702           <configuration>
1703             <filesets>
1704               <fileset>
1705                 <directory>${xtend.dstdir}</directory>
1706                 <includes>
1707                   <include>**</include>
1708                 </includes>
1709               </fileset>
1710               <fileset>
1711                 <directory>${jmxGeneratorPath}</directory>
1712                 <includes>
1713                   <include>**</include>
1714                 </includes>
1715               </fileset>
1716               <fileset>
1717                 <directory>${salGeneratorPath}</directory>
1718                 <includes>
1719                   <include>**</include>
1720                 </includes>
1721               </fileset>
1722             </filesets>
1723           </configuration>
1724         </plugin>
1725         <plugin>
1726           <groupId>org.apache.maven.plugins</groupId>
1727           <artifactId>maven-compiler-plugin</artifactId>
1728           <version>${maven.compile.plugin.version}</version>
1729           <configuration>
1730             <source>${java.version.source}</source>
1731             <target>${java.version.target}</target>
1732             <testSource>${java.version.source}</testSource>
1733             <testTarget>${java.version.target}</testTarget>
1734           </configuration>
1735         </plugin>
1736         <plugin>
1737           <groupId>org.apache.maven.plugins</groupId>
1738           <artifactId>maven-jar-plugin</artifactId>
1739           <version>${jar.plugin.version}</version>
1740         </plugin>
1741         <plugin>
1742           <groupId>org.apache.maven.plugins</groupId>
1743           <artifactId>maven-javadoc-plugin</artifactId>
1744           <version>2.8.1</version>
1745           <configuration>
1746             <doclet>org.jboss.apiviz.APIviz</doclet>
1747             <docletArtifact>
1748               <groupId>org.jboss.apiviz</groupId>
1749               <artifactId>apiviz</artifactId>
1750               <version>1.3.2.GA</version>
1751             </docletArtifact>
1752             <finalName>${project.artifactId}-${build.suffix}</finalName>
1753             <useStandardDocletOptions>true</useStandardDocletOptions>
1754             <charset>UTF-8</charset>
1755             <encoding>UTF-8</encoding>
1756             <docencoding>UTF-8</docencoding>
1757             <breakiterator>true</breakiterator>
1758             <version>true</version>
1759             <author>true</author>
1760             <keywords>true</keywords>
1761             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
1762             <failOnError>false</failOnError>
1763           </configuration>
1764         </plugin>
1765         <plugin>
1766           <groupId>org.apache.maven.plugins</groupId>
1767           <artifactId>maven-jxr-plugin</artifactId>
1768           <version>2.3</version>
1769           <configuration>
1770             <aggregate>true</aggregate>
1771             <linkJavadoc>true</linkJavadoc>
1772             <javadocDir>target/apidocs</javadocDir>
1773           </configuration>
1774         </plugin>
1775         <plugin>
1776           <groupId>org.apache.maven.plugins</groupId>
1777           <artifactId>maven-release-plugin</artifactId>
1778           <version>${releaseplugin.version}</version>
1779         </plugin>
1780         <plugin>
1781           <groupId>org.codehaus.enunciate</groupId>
1782           <artifactId>maven-enunciate-plugin</artifactId>
1783           <version>${enunciate.version}</version>
1784           <configuration>
1785             <configFile>enunciate.xml</configFile>
1786           </configuration>
1787           <dependencies>
1788             <dependency>
1789               <groupId>org.codehaus.enunciate</groupId>
1790               <artifactId>enunciate-swagger</artifactId>
1791               <version>${enunciate.version}</version>
1792             </dependency>
1793             <dependency>
1794               <groupId>org.opendaylight.controller</groupId>
1795               <artifactId>commons.logback_settings</artifactId>
1796               <version>0.0.2-SNAPSHOT</version>
1797             </dependency>
1798           </dependencies>
1799           <executions>
1800             <execution>
1801               <goals>
1802                 <goal>docs</goal>
1803               </goals>
1804             </execution>
1805           </executions>
1806         </plugin>
1807         <plugin>
1808           <groupId>org.codehaus.mojo</groupId>
1809           <artifactId>build-helper-maven-plugin</artifactId>
1810           <version>1.8</version>
1811           <executions>
1812             <execution>
1813               <id>add-source</id>
1814               <goals>
1815                 <goal>add-source</goal>
1816               </goals>
1817               <phase>generate-sources</phase>
1818               <configuration>
1819                 <sources>
1820                   <source>src/main/yang</source>
1821                   <source>${jmxGeneratorPath}</source>
1822                   <source>${salGeneratorPath}</source>
1823                   <source>${xtend.dstdir}</source>
1824                 </sources>
1825               </configuration>
1826             </execution>
1827           </executions>
1828         </plugin>
1829
1830         <!-- Ignore/Execute plugin execution -->
1831         <plugin>
1832           <groupId>org.eclipse.m2e</groupId>
1833           <artifactId>lifecycle-mapping</artifactId>
1834           <version>1.0.0</version>
1835           <configuration>
1836             <lifecycleMappingMetadata>
1837               <pluginExecutions>
1838                 <pluginExecution>
1839                   <pluginExecutionFilter>
1840                     <groupId>org.codehaus.mojo</groupId>
1841                     <artifactId>properties-maven-plugin</artifactId>
1842                     <versionRange>[0.0,)</versionRange>
1843                     <goals>
1844                       <goal>set-system-properties</goal>
1845                     </goals>
1846                   </pluginExecutionFilter>
1847                   <action>
1848                     <ignore></ignore>
1849                   </action>
1850                 </pluginExecution>
1851                 <pluginExecution>
1852                   <pluginExecutionFilter>
1853                     <groupId>org.codehaus.enunciate</groupId>
1854                     <artifactId>maven-enunciate-plugin</artifactId>
1855                     <versionRange>[0.0,)</versionRange>
1856                     <goals>
1857                       <goal>docs</goal>
1858                     </goals>
1859                   </pluginExecutionFilter>
1860                   <action>
1861                     <ignore></ignore>
1862                   </action>
1863                 </pluginExecution>
1864                 <pluginExecution>
1865                   <pluginExecutionFilter>
1866                     <groupId>org.jacoco</groupId>
1867                     <artifactId>jacoco-maven-plugin</artifactId>
1868                     <versionRange>[0.0,)</versionRange>
1869                     <goals>
1870                       <goal>prepare-agent</goal>
1871                       <goal>pre-test</goal>
1872                       <goal>post-test</goal>
1873                     </goals>
1874                   </pluginExecutionFilter>
1875                   <action>
1876                     <ignore></ignore>
1877                   </action>
1878                 </pluginExecution>
1879                 <pluginExecution>
1880                   <pluginExecutionFilter>
1881                     <groupId>org.ops4j.pax.exam</groupId>
1882                     <artifactId>maven-paxexam-plugin</artifactId>
1883                     <versionRange>[1.2.4,)</versionRange>
1884                     <goals>
1885                       <goal>generate-depends-file</goal>
1886                     </goals>
1887                   </pluginExecutionFilter>
1888                   <action>
1889                     <execute>
1890                       <runOnIncremental>false</runOnIncremental>
1891                     </execute>
1892                   </action>
1893                 </pluginExecution>
1894                 <pluginExecution>
1895                   <pluginExecutionFilter>
1896                     <groupId>org.apache.maven.plugins</groupId>
1897                     <artifactId>maven-checkstyle-plugin</artifactId>
1898                     <versionRange>[2.0,)</versionRange>
1899                     <goals>
1900                       <goal>check</goal>
1901                     </goals>
1902                   </pluginExecutionFilter>
1903                   <action>
1904                     <ignore></ignore>
1905                   </action>
1906                 </pluginExecution>
1907                 <pluginExecution>
1908                   <pluginExecutionFilter>
1909                     <groupId>org.opendaylight.yangtools</groupId>
1910                     <artifactId>yang-maven-plugin</artifactId>
1911                     <versionRange>[0.5,)</versionRange>
1912                     <goals>
1913                       <goal>generate-sources</goal>
1914                     </goals>
1915                   </pluginExecutionFilter>
1916                   <action>
1917                     <execute></execute>
1918                   </action>
1919                 </pluginExecution>
1920                 <pluginExecution>
1921                   <pluginExecutionFilter>
1922                     <groupId>org.codehaus.groovy.maven</groupId>
1923                     <artifactId>gmaven-plugin</artifactId>
1924                     <versionRange>1.0</versionRange>
1925                     <goals>
1926                       <goal>execute</goal>
1927                     </goals>
1928                   </pluginExecutionFilter>
1929                   <action>
1930                     <ignore></ignore>
1931                   </action>
1932                 </pluginExecution>
1933                 <pluginExecution>
1934                   <pluginExecutionFilter>
1935                     <groupId>org.apache.maven.plugins</groupId>
1936                     <artifactId>maven-enforcer-plugin</artifactId>
1937                     <versionRange>${enforcer.version}</versionRange>
1938                     <goals>
1939                       <goal>enforce</goal>
1940                     </goals>
1941                   </pluginExecutionFilter>
1942                   <action>
1943                     <ignore></ignore>
1944                   </action>
1945                 </pluginExecution>
1946               </pluginExecutions>
1947             </lifecycleMappingMetadata>
1948           </configuration>
1949         </plugin>
1950         <plugin>
1951           <groupId>org.eclipse.xtend</groupId>
1952           <artifactId>xtend-maven-plugin</artifactId>
1953           <version>${xtend.version}</version>
1954           <executions>
1955             <execution>
1956               <goals>
1957                 <goal>compile</goal>
1958               </goals>
1959               <configuration>
1960                 <outputDirectory>${xtend.dstdir}</outputDirectory>
1961               </configuration>
1962             </execution>
1963           </executions>
1964         </plugin>
1965         <plugin>
1966           <groupId>org.jacoco</groupId>
1967           <artifactId>jacoco-maven-plugin</artifactId>
1968           <version>${jacoco.version}</version>
1969         </plugin>
1970         <plugin>
1971           <groupId>org.opendaylight.yangtools</groupId>
1972           <artifactId>yang-maven-plugin</artifactId>
1973           <version>${yangtools.version}</version>
1974           <dependencies>
1975             <dependency>
1976               <groupId>org.opendaylight.yangtools</groupId>
1977               <artifactId>maven-sal-api-gen-plugin</artifactId>
1978               <version>${yangtools.version}</version>
1979               <type>jar</type>
1980             </dependency>
1981             <dependency>
1982               <groupId>org.osgi</groupId>
1983               <artifactId>org.osgi.core</artifactId>
1984               <version>${osgi.core.version}</version>
1985             </dependency>
1986           </dependencies>
1987         </plugin>
1988       </plugins>
1989     </pluginManagement>
1990     <plugins>
1991       <plugin>
1992         <groupId>org.apache.maven.plugins</groupId>
1993         <artifactId>maven-checkstyle-plugin</artifactId>
1994         <version>${checkstyle.version}</version>
1995         <configuration>
1996           <failsOnError>true</failsOnError>
1997           <configLocation>controller/checkstyle.xml</configLocation>
1998           <consoleOutput>true</consoleOutput>
1999           <includeTestSourceDirectory>true</includeTestSourceDirectory>
2000           <sourceDirectory>${project.basedir}</sourceDirectory>
2001           <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>
2002           <excludes>**\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/</excludes>
2003         </configuration>
2004         <dependencies>
2005           <dependency>
2006             <groupId>org.opendaylight.controller</groupId>
2007             <artifactId>checkstyle</artifactId>
2008             <version>0.0.3-SNAPSHOT</version>
2009           </dependency>
2010         </dependencies>
2011         <executions>
2012           <execution>
2013             <goals>
2014               <goal>check</goal>
2015             </goals>
2016             <phase>process-sources</phase>
2017           </execution>
2018         </executions>
2019       </plugin>
2020       <plugin>
2021         <groupId>org.apache.maven.plugins</groupId>
2022         <artifactId>maven-enforcer-plugin</artifactId>
2023         <version>${enforcer.version}</version>
2024         <executions>
2025           <execution>
2026             <id>enforce-java</id>
2027             <goals>
2028               <goal>enforce</goal>
2029             </goals>
2030             <configuration>
2031               <rules>
2032                 <requireJavaVersion>
2033                   <version>1.7.0</version>
2034                 </requireJavaVersion>
2035               </rules>
2036             </configuration>
2037           </execution>
2038         </executions>
2039       </plugin>
2040       <plugin>
2041         <groupId>org.apache.maven.plugins</groupId>
2042         <artifactId>maven-failsafe-plugin</artifactId>
2043         <version>${failsafe.version}</version>
2044         <configuration>
2045           <argLine>${testvm.argLine}</argLine>
2046           <systemProperties>
2047             <property>
2048               <name>logback.configurationFile</name>
2049               <value>logback.xml</value>
2050             </property>
2051           </systemProperties>
2052         </configuration>
2053         <executions>
2054           <execution>
2055             <id>failsafe-integration-tests</id>
2056             <goals>
2057               <goal>integration-test</goal>
2058             </goals>
2059             <phase>integration-test</phase>
2060           </execution>
2061           <execution>
2062             <id>failsafe-verify</id>
2063             <goals>
2064               <goal>verify</goal>
2065             </goals>
2066             <phase>verify</phase>
2067           </execution>
2068         </executions>
2069       </plugin>
2070       <plugin>
2071         <groupId>org.apache.maven.plugins</groupId>
2072         <artifactId>maven-surefire-plugin</artifactId>
2073         <version>${surefire.version}</version>
2074         <configuration>
2075           <argLine>${testvm.argLine}</argLine>
2076           <systemProperties>
2077             <property>
2078               <name>logback.configurationFile</name>
2079               <value>logback.xml</value>
2080             </property>
2081           </systemProperties>
2082         </configuration>
2083       </plugin>
2084       <plugin>
2085         <groupId>org.codehaus.mojo</groupId>
2086         <artifactId>build-helper-maven-plugin</artifactId>
2087       </plugin>
2088     </plugins>
2089   </build>
2090
2091   <reporting>
2092     <outputDirectory>${project.build.directory}/site</outputDirectory>
2093     <excludeDefaults>true</excludeDefaults>
2094     <plugins>
2095       <plugin>
2096         <groupId>org.apache.maven.plugins</groupId>
2097         <artifactId>maven-checkstyle-plugin</artifactId>
2098         <version>${checkstyle.version}</version>
2099       </plugin>
2100       <plugin>
2101         <groupId>org.apache.maven.plugins</groupId>
2102         <artifactId>maven-javadoc-plugin</artifactId>
2103         <version>2.8.1</version>
2104         <configuration>
2105           <doclet>org.jboss.apiviz.APIviz</doclet>
2106           <docletArtifact>
2107             <groupId>org.jboss.apiviz</groupId>
2108             <artifactId>apiviz</artifactId>
2109             <version>1.3.2.GA</version>
2110           </docletArtifact>
2111           <finalName>${project.artifactId}-${build.suffix}</finalName>
2112           <useStandardDocletOptions>true</useStandardDocletOptions>
2113           <charset>UTF-8</charset>
2114           <encoding>UTF-8</encoding>
2115           <docencoding>UTF-8</docencoding>
2116           <breakiterator>true</breakiterator>
2117           <version>true</version>
2118           <author>true</author>
2119           <keywords>true</keywords>
2120           <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
2121         </configuration>
2122       </plugin>
2123       <plugin>
2124         <groupId>org.apache.maven.plugins</groupId>
2125         <artifactId>maven-jxr-plugin</artifactId>
2126         <version>2.3</version>
2127         <configuration>
2128           <aggregate>true</aggregate>
2129           <linkJavadoc>true</linkJavadoc>
2130         </configuration>
2131       </plugin>
2132       <plugin>
2133         <groupId>org.apache.maven.plugins</groupId>
2134         <artifactId>maven-project-info-reports-plugin</artifactId>
2135         <version>${projectinfo}</version>
2136         <configuration>
2137           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
2138           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
2139         </configuration>
2140         <reportSets>
2141           <reportSet>
2142             <reports>
2143               <report>index</report>
2144               <report>project-team</report>
2145               <report>license</report>
2146               <report>mailing-list</report>
2147               <report>plugin-management</report>
2148               <report>cim</report>
2149               <report>issue-tracking</report>
2150               <report>scm</report>
2151               <report>summary</report>
2152             </reports>
2153           </reportSet>
2154         </reportSets>
2155       </plugin>
2156     </plugins>
2157   </reporting>
2158   <scm>
2159     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
2160     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
2161     <tag>HEAD</tag>
2162     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
2163   </scm>
2164
2165   <repositories>
2166
2167     <!-- OpenDayLight Repo Mirror -->
2168     <repository>
2169       <releases>
2170         <enabled>true</enabled>
2171         <updatePolicy>never</updatePolicy>
2172       </releases>
2173       <snapshots>
2174         <enabled>false</enabled>
2175       </snapshots>
2176       <id>opendaylight-mirror</id>
2177       <name>opendaylight-mirror</name>
2178       <url>${nexusproxy}/groups/public/</url>
2179     </repository>
2180     <!-- OpenDayLight Snapshot artifact -->
2181     <repository>
2182       <releases>
2183         <enabled>false</enabled>
2184       </releases>
2185       <snapshots>
2186         <enabled>true</enabled>
2187       </snapshots>
2188       <id>opendaylight-snapshot</id>
2189       <name>opendaylight-snapshot</name>
2190       <url>${nexusproxy}/repositories/${nexus.repository.snapshot}/</url>
2191     </repository>
2192   </repositories>
2193
2194   <pluginRepositories>
2195     <!-- OpenDayLight Repo Mirror -->
2196     <pluginRepository>
2197       <releases>
2198         <enabled>true</enabled>
2199         <updatePolicy>never</updatePolicy>
2200       </releases>
2201       <snapshots>
2202         <enabled>false</enabled>
2203       </snapshots>
2204       <id>opendaylight-mirror</id>
2205       <name>opendaylight-mirror</name>
2206       <url>${nexusproxy}/groups/public/</url>
2207     </pluginRepository>
2208     <!-- OpenDayLight Snapshot artifact -->
2209     <pluginRepository>
2210       <releases>
2211         <enabled>false</enabled>
2212       </releases>
2213       <snapshots>
2214         <enabled>true</enabled>
2215       </snapshots>
2216       <id>opendaylight-snapshot</id>
2217       <name>opendaylight-snapshot</name>
2218       <url>${nexusproxy}/repositories/${nexus.repository.snapshot}/</url>
2219     </pluginRepository>
2220   </pluginRepositories>
2221   <distributionManagement>
2222     <!-- OpenDayLight Released artifact -->
2223     <repository>
2224       <id>opendaylight-release</id>
2225       <url>${nexusproxy}/repositories/${nexus.repository.release}/</url>
2226     </repository>
2227     <!-- OpenDayLight Snapshot artifact -->
2228     <snapshotRepository>
2229       <id>opendaylight-snapshot</id>
2230       <url>${nexusproxy}/repositories/${nexus.repository.snapshot}/</url>
2231     </snapshotRepository>
2232     <!-- Site deployment -->
2233     <site>
2234       <id>website</id>
2235       <url>${sitedeploy}</url>
2236     </site>
2237   </distributionManagement>
2238
2239   <profiles>
2240     <profile>
2241       <id>IDE</id>
2242       <activation>
2243         <property>
2244           <name>m2e.version</name>
2245         </property>
2246       </activation>
2247       <build>
2248         <!-- Put the IDE's build output in a folder other than target, so that IDE builds don't interact with Maven builds -->
2249         <directory>target-ide</directory>
2250       </build>
2251     </profile>
2252     <profile>
2253       <id>viewbuild</id>
2254       <activation>
2255         <activeByDefault>true</activeByDefault>
2256       </activation>
2257       <properties>
2258         <build.suffix>${project.version}</build.suffix>
2259       </properties>
2260     </profile>
2261     <profile>
2262       <id>jenkins</id>
2263       <activation>
2264         <property>
2265           <name>BUILDSUFFIX</name>
2266         </property>
2267       </activation>
2268       <properties>
2269         <build.suffix>${BUILDSUFFIX}</build.suffix>
2270       </properties>
2271     </profile>
2272     <profile>
2273       <id>fastreassembly</id>
2274       <build>
2275         <plugins>
2276           <plugin>
2277             <groupId>org.apache.maven.plugins</groupId>
2278             <artifactId>maven-dependency-plugin</artifactId>
2279             <version>2.4</version>
2280             <executions>
2281               <execution>
2282                 <id>copyfastreassembly</id>
2283                 <goals>
2284                   <goal>copy</goal>
2285                 </goals>
2286                 <phase>install</phase>
2287                 <configuration>
2288                   <artifactItems>
2289                     <artifactItem>
2290                       <groupId>${project.groupId}</groupId>
2291                       <artifactId>${project.artifactId}</artifactId>
2292                       <version>${project.version}</version>
2293                       <destFileName>${project.groupId}.${project.artifactId}-${project.version}.jar</destFileName>
2294                     </artifactItem>
2295                   </artifactItems>
2296                   <outputDirectory>${fastreassembly.directory}</outputDirectory>
2297                 </configuration>
2298               </execution>
2299             </executions>
2300           </plugin>
2301         </plugins>
2302       </build>
2303     </profile>
2304   </profiles>
2305 </project>