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