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