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