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