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