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