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