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