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