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