Merge "Changed model versions to dependencies"
[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.4.1-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.2-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>opendaylight-l2-types</artifactId>
679        <version>${opendaylight-l2-types.version}</version>
680       </dependency>
681       <dependency>
682        <groupId>org.opendaylight.yangtools.model</groupId>
683        <artifactId>yang-ext</artifactId>
684        <version>${yang-ext.version}</version>
685       </dependency>
686
687       <dependency>
688         <groupId>org.opendaylight.controller</groupId>
689         <artifactId>protocol-framework</artifactId>
690         <version>${protocol-framework.version}</version>
691       </dependency>
692       <dependency>
693         <groupId>org.opendaylight.yangtools</groupId>
694         <artifactId>concepts</artifactId>
695         <version>${yangtools.version}</version>
696       </dependency>
697
698         <!--Netty-->
699         <dependency>
700             <groupId>io.netty</groupId>
701             <artifactId>netty-handler</artifactId>
702             <version>${netty.version}</version>
703         </dependency>
704         <dependency>
705             <groupId>io.netty</groupId>
706             <artifactId>netty-codec</artifactId>
707             <version>${netty.version}</version>
708         </dependency>
709         <dependency>
710             <groupId>io.netty</groupId>
711             <artifactId>netty-buffer</artifactId>
712             <version>${netty.version}</version>
713         </dependency>
714         <dependency>
715             <groupId>io.netty</groupId>
716             <artifactId>netty-transport</artifactId>
717             <version>${netty.version}</version>
718         </dependency>
719         <dependency>
720             <groupId>io.netty</groupId>
721             <artifactId>netty-common</artifactId>
722             <version>${netty.version}</version>
723         </dependency>
724         <dependency>
725             <groupId>io.netty</groupId>
726             <artifactId>netty-codec-http</artifactId>
727             <version>${netty.version}</version>
728         </dependency>
729
730       <!-- yangtools dependencies -->
731       <dependency>
732        <groupId>org.opendaylight.yangtools</groupId>
733        <artifactId>yang-binding</artifactId>
734        <version>${yangtools.version}</version>
735       </dependency>
736       <dependency>
737        <groupId>org.opendaylight.yangtools</groupId>
738        <artifactId>yang-common</artifactId>
739        <version>${yangtools.version}</version>
740       </dependency>
741       <dependency>
742        <groupId>org.opendaylight.yangtools</groupId>
743        <artifactId>yang-data-api</artifactId>
744        <version>${yangtools.version}</version>
745       </dependency>
746       <dependency>
747         <groupId>org.opendaylight.yangtools</groupId>
748         <artifactId>yang-data-impl</artifactId>
749         <version>${yangtools.version}</version>
750       </dependency>
751       <dependency>
752        <groupId>org.opendaylight.yangtools</groupId>
753        <artifactId>yang-data-util</artifactId>
754        <version>${yangtools.version}</version>
755       </dependency>
756       <dependency>
757        <groupId>org.opendaylight.yangtools</groupId>
758        <artifactId>yang-model-api</artifactId>
759        <version>${yangtools.version}</version>
760       </dependency>
761       <dependency>
762         <groupId>org.opendaylight.yangtools</groupId>
763         <artifactId>yang-model-util</artifactId>
764         <version>${yangtools.version}</version>
765       </dependency>
766
767       <dependency>
768         <groupId>org.opendaylight.controller</groupId>
769         <artifactId>hosttracker</artifactId>
770         <version>${hosttracker.api.version}</version>
771       </dependency>
772       <dependency>
773         <groupId>org.opendaylight.controller</groupId>
774         <artifactId>hosttracker.implementation</artifactId>
775         <version>${hosttracker.implementation.version}</version>
776       </dependency>
777       <dependency>
778         <groupId>org.opendaylight.controller</groupId>
779         <artifactId>hosttracker_new</artifactId>
780         <version>${hosttracker_new.api.version}</version>
781       </dependency>
782       <dependency>
783         <groupId>org.opendaylight.controller</groupId>
784         <artifactId>forwarding.staticrouting</artifactId>
785         <version>${forwarding.staticrouting}</version>
786       </dependency>
787       <dependency>
788         <groupId>org.opendaylight.controller</groupId>
789         <artifactId>clustering.services</artifactId>
790         <version>${clustering.services.version}</version>
791       </dependency>
792       <dependency>
793         <groupId>org.opendaylight.controller</groupId>
794         <artifactId>clustering.services-implementation</artifactId>
795         <version>${controller.version}</version>
796       </dependency>
797       <dependency>
798         <groupId>org.opendaylight.controller</groupId>
799         <artifactId>clustering.stub</artifactId>
800         <version>${clustering.stub.version}</version>
801       </dependency>
802       <dependency>
803         <groupId>org.opendaylight.controller</groupId>
804         <artifactId>configuration</artifactId>
805         <version>${controller.version}</version>
806       </dependency>
807       <dependency>
808         <groupId>org.opendaylight.controller</groupId>
809         <artifactId>configuration.implementation</artifactId>
810         <version>${controller.version}</version>
811       </dependency>
812       <dependency>
813         <groupId>org.opendaylight.controller</groupId>
814         <artifactId>routing.dijkstra_implementation</artifactId>
815         <version>${controller.version}</version>
816       </dependency>
817       <dependency>
818         <groupId>org.opendaylight.controller</groupId>
819         <artifactId>arphandler</artifactId>
820         <version>${arphandler.version}</version>
821       </dependency>
822       <dependency>
823         <groupId>org.opendaylight.controller</groupId>
824         <artifactId>containermanager</artifactId>
825         <version>${containermanager.version}</version>
826       </dependency>
827       <dependency>
828         <groupId>org.opendaylight.controller</groupId>
829         <artifactId>containermanager.implementation</artifactId>
830         <version>${containermanager.version}</version>
831       </dependency>
832       <dependency>
833         <groupId>org.opendaylight.controller</groupId>
834         <artifactId>containermanager.it.implementation</artifactId>
835         <version>${containermanager.it.version}</version>
836       </dependency>
837       <dependency>
838         <groupId>org.opendaylight.controller</groupId>
839         <artifactId>appauth</artifactId>
840         <version>${controller.version}</version>
841       </dependency>
842       <dependency>
843         <groupId>org.opendaylight.controller</groupId>
844         <artifactId>switchmanager</artifactId>
845         <version>${switchmanager.api.version}</version>
846       </dependency>
847       <dependency>
848         <groupId>org.opendaylight.controller</groupId>
849         <artifactId>switchmanager.implementation</artifactId>
850         <version>${controller.version}</version>
851       </dependency>
852       <dependency>
853         <groupId>org.opendaylight.controller</groupId>
854         <artifactId>statisticsmanager</artifactId>
855         <version>${statisticsmanager.version}</version>
856       </dependency>
857       <dependency>
858         <groupId>org.opendaylight.controller</groupId>
859         <artifactId>statisticsmanager.implementation</artifactId>
860         <version>${controller.version}</version>
861       </dependency>
862       <dependency>
863         <groupId>org.opendaylight.controller</groupId>
864         <artifactId>topologymanager</artifactId>
865         <version>${topologymanager.version}</version>
866       </dependency>
867       <dependency>
868         <groupId>org.opendaylight.controller</groupId>
869         <artifactId>usermanager</artifactId>
870         <version>${usermanager.version}</version>
871       </dependency>
872       <dependency>
873         <groupId>org.opendaylight.controller</groupId>
874         <artifactId>usermanager.implementation</artifactId>
875         <version>${usermanager.version}</version>
876       </dependency>
877       <dependency>
878         <groupId>org.opendaylight.controller</groupId>
879         <artifactId>connectionmanager</artifactId>
880         <version>${connectionmanager.version}</version>
881       </dependency>
882       <dependency>
883         <groupId>org.opendaylight.controller</groupId>
884         <artifactId>connectionmanager.implementation</artifactId>
885         <version>${connectionmanager.version}</version>
886       </dependency>
887       <dependency>
888         <groupId>org.opendaylight.controller</groupId>
889         <artifactId>security</artifactId>
890         <version>${controller.version}</version>
891       </dependency>
892       <dependency>
893         <groupId>org.opendaylight.controller</groupId>
894         <artifactId>forwardingrulesmanager</artifactId>
895         <version>${forwardingrulesmanager.version}</version>
896       </dependency>
897       <dependency>
898         <groupId>org.opendaylight.controller</groupId>
899         <artifactId>forwardingrulesmanager.implementation</artifactId>
900         <version>${controller.version}</version>
901       </dependency>
902
903       <!-- SAL bundles -->
904       <dependency>
905         <groupId>org.opendaylight.controller</groupId>
906         <artifactId>sal</artifactId>
907         <version>${sal.version}</version>
908       </dependency>
909       <dependency>
910         <groupId>org.opendaylight.controller</groupId>
911         <artifactId>sal.implementation</artifactId>
912         <version>${controller.version}</version>
913       </dependency>
914
915       <!-- SAL Extension bundles -->
916       <dependency>
917         <groupId>org.opendaylight.controller</groupId>
918         <artifactId>sal.connection</artifactId>
919         <version>${sal.connection.version}</version>
920       </dependency>
921       <dependency>
922         <groupId>org.opendaylight.controller</groupId>
923         <artifactId>sal.connection.implementation</artifactId>
924         <version>${sal.connection.version}</version>
925       </dependency>
926       <dependency>
927         <groupId>org.opendaylight.controller</groupId>
928         <artifactId>sal.networkconfiguration</artifactId>
929         <version>${sal.networkconfiguration.version}</version>
930       </dependency>
931       <dependency>
932         <groupId>org.opendaylight.controller</groupId>
933         <artifactId>sal.networkconfiguration.implementation</artifactId>
934         <version>${sal.networkconfiguration.version}</version>
935       </dependency>
936
937       <!--  Web bundles -->
938       <dependency>
939         <groupId>org.opendaylight.controller</groupId>
940         <artifactId>web</artifactId>
941         <version>${controller.version}</version>
942       </dependency>
943       <dependency>
944         <groupId>org.opendaylight.controller</groupId>
945         <artifactId>flows.web</artifactId>
946         <version>${controller.version}</version>
947       </dependency>
948       <dependency>
949         <groupId>org.opendaylight.controller</groupId>
950         <artifactId>devices.web</artifactId>
951         <version>${controller.version}</version>
952       </dependency>
953       <dependency>
954         <groupId>org.opendaylight.controller</groupId>
955         <artifactId>troubleshoot.web</artifactId>
956         <version>${controller.version}</version>
957       </dependency>
958       <dependency>
959         <groupId>org.opendaylight.controller</groupId>
960         <artifactId>topology.web</artifactId>
961         <version>${controller.version}</version>
962       </dependency>
963       <dependency>
964         <groupId>org.opendaylight.controller</groupId>
965         <artifactId>osgi-brandfragment.web</artifactId>
966         <version>0.0.2-SNAPSHOT</version>
967       </dependency>
968
969       <!--  Neutron -->
970       <dependency>
971         <groupId>org.opendaylight.controller</groupId>
972         <artifactId>networkconfig.neutron</artifactId>
973         <version>${controller.version}</version>
974       </dependency>
975       <dependency>
976         <groupId>org.opendaylight.controller</groupId>
977         <artifactId>networkconfig.neutron.implementation</artifactId>
978         <version>${controller.version}</version>
979       </dependency>
980       <dependency>
981         <groupId>org.opendaylight.controller</groupId>
982         <artifactId>networkconfig.neutron.northbound</artifactId>
983         <version>${controller.version}</version>
984       </dependency>
985
986       <!-- Northbound bundles -->
987       <dependency>
988         <groupId>org.opendaylight.controller</groupId>
989         <artifactId>commons.northbound</artifactId>
990         <version>${controller.version}</version>
991       </dependency>
992       <dependency>
993         <groupId>org.opendaylight.controller</groupId>
994         <artifactId>bundlescanner</artifactId>
995         <version>${bundlescanner.version}</version>
996       </dependency>
997       <dependency>
998         <groupId>org.opendaylight.controller</groupId>
999         <artifactId>bundlescanner.implementation</artifactId>
1000         <version>${bundlescanner.version}</version>
1001       </dependency>
1002       <dependency>
1003         <groupId>org.opendaylight.controller</groupId>
1004         <artifactId>topology.northbound</artifactId>
1005         <version>${controller.version}</version>
1006       </dependency>
1007       <dependency>
1008         <groupId>org.opendaylight.controller</groupId>
1009         <artifactId>forwarding.staticrouting.northbound</artifactId>
1010         <version>${controller.version}</version>
1011       </dependency>
1012       <dependency>
1013         <groupId>org.opendaylight.controller</groupId>
1014         <artifactId>statistics.northbound</artifactId>
1015         <version>${controller.version}</version>
1016       </dependency>
1017       <dependency>
1018         <groupId>org.opendaylight.controller</groupId>
1019         <artifactId>flowprogrammer.northbound</artifactId>
1020         <version>${controller.version}</version>
1021       </dependency>
1022       <dependency>
1023         <groupId>org.opendaylight.controller</groupId>
1024         <artifactId>hosttracker.northbound</artifactId>
1025         <version>${controller.version}</version>
1026       </dependency>
1027       <dependency>
1028         <groupId>org.opendaylight.controller</groupId>
1029         <artifactId>subnets.northbound</artifactId>
1030         <version>${controller.version}</version>
1031       </dependency>
1032       <dependency>
1033         <groupId>org.opendaylight.controller</groupId>
1034         <artifactId>switchmanager.northbound</artifactId>
1035         <version>${controller.version}</version>
1036       </dependency>
1037       <dependency>
1038         <groupId>org.opendaylight.controller</groupId>
1039         <artifactId>containermanager.northbound</artifactId>
1040         <version>${controller.version}</version>
1041       </dependency>
1042       <dependency>
1043         <groupId>org.opendaylight.controller</groupId>
1044         <artifactId>networkconfig.bridgedomain.northbound</artifactId>
1045         <version>${networkconfig.bridgedomain.northbound.version}</version>
1046       </dependency>
1047       <dependency>
1048         <groupId>org.opendaylight.controller</groupId>
1049         <artifactId>httpservice-bridge</artifactId>
1050         <version>0.0.2-SNAPSHOT</version>
1051       </dependency>
1052       <dependency>
1053         <groupId>org.opendaylight.controller</groupId>
1054         <artifactId>jolokia-bridge</artifactId>
1055         <version>0.0.2-SNAPSHOT</version>
1056       </dependency>
1057       <dependency>
1058         <groupId>org.opendaylight.controller</groupId>
1059         <artifactId>connectionmanager.northbound</artifactId>
1060         <version>${connectionmanager.version}</version>
1061       </dependency>
1062       <dependency>
1063         <groupId>org.opendaylight.controller</groupId>
1064         <artifactId>usermanager.northbound</artifactId>
1065         <version>0.0.2-SNAPSHOT</version>
1066       </dependency>
1067       <dependency>
1068         <groupId>org.opendaylight.controller</groupId>
1069         <artifactId>controllermanager.northbound</artifactId>
1070         <version>0.0.2-SNAPSHOT</version>
1071       </dependency>
1072       <!-- Debug and logging -->
1073       <dependency>
1074         <groupId>org.opendaylight.controller</groupId>
1075         <artifactId>logging.bridge</artifactId>
1076         <version>${controller.version}</version>
1077       </dependency>
1078
1079       <!-- Southbound bundles -->
1080       <dependency>
1081         <groupId>org.opendaylight.controller</groupId>
1082         <artifactId>protocol_plugins.openflow</artifactId>
1083         <version>${controller.version}</version>
1084       </dependency>
1085       <dependency>
1086         <groupId>org.opendaylight.controller</groupId>
1087         <artifactId>protocol_plugins.stub</artifactId>
1088         <version>${protocol_plugin.stub.version}</version>
1089       </dependency>
1090
1091       <!-- samples -->
1092       <dependency>
1093         <groupId>org.opendaylight.controller</groupId>
1094         <artifactId>samples.loadbalancer</artifactId>
1095         <version>${samples.loadbalancer}</version>
1096       </dependency>
1097       <dependency>
1098         <groupId>org.opendaylight.controller</groupId>
1099         <artifactId>samples.loadbalancer.northbound</artifactId>
1100         <version>${controller.version}</version>
1101       </dependency>
1102       <dependency>
1103         <groupId>org.opendaylight.controller</groupId>
1104         <artifactId>samples.simpleforwarding</artifactId>
1105         <version>${controller.version}</version>
1106       </dependency>
1107
1108       <!-- testing dependencies -->
1109       <dependency>
1110         <groupId>org.opendaylight.controller</groupId>
1111         <artifactId>clustering.test</artifactId>
1112         <version>${controller.version}</version>
1113       </dependency>
1114       <dependency>
1115         <groupId>org.opendaylight.controller</groupId>
1116         <artifactId>commons.httpclient</artifactId>
1117         <version>${commons.httpclient.version}</version>
1118       </dependency>
1119       <dependency>
1120         <groupId>org.opendaylight.controller</groupId>
1121         <artifactId>sanitytest</artifactId>
1122         <version>${controller.version}</version>
1123       </dependency>
1124
1125       <!-- equinox http service bridge -->
1126       <dependency>
1127         <groupId>org.eclipse.equinox.http</groupId>
1128         <artifactId>servlet</artifactId>
1129         <version>1.0.0-v20070606</version>
1130       </dependency>
1131       <!-- felix webconsole -->
1132       <dependency>
1133         <groupId>org.apache.felix</groupId>
1134         <artifactId>org.apache.felix.webconsole</artifactId>
1135         <version>4.2.0</version>
1136         <!-- the all bundle includes all the necessary plugins -->
1137         <classifier>all</classifier>
1138       </dependency>
1139       <dependency>
1140         <groupId>org.jolokia</groupId>
1141         <artifactId>jolokia-osgi</artifactId>
1142         <version>${jolokia.version}</version>
1143       </dependency>
1144       <dependency>
1145         <groupId>org.opendaylight.controller</groupId>
1146         <artifactId>commons.logback_settings</artifactId>
1147         <version>0.0.2-SNAPSHOT</version>
1148         <scope>test</scope>
1149       </dependency>
1150       <dependency>
1151         <groupId>org.codehaus.enunciate</groupId>
1152         <artifactId>enunciate-core-annotations</artifactId>
1153         <version>${enunciate.version}</version>
1154       </dependency>
1155
1156         <!-- md-sal -->
1157         <dependency>
1158           <groupId>org.opendaylight.controller</groupId>
1159           <artifactId>sal-common</artifactId>
1160           <version>${mdsal.version}</version>
1161         </dependency>
1162         <dependency>
1163           <groupId>org.opendaylight.controller</groupId>
1164           <artifactId>sal-common-util</artifactId>
1165           <version>${mdsal.version}</version>
1166         </dependency>
1167         <dependency>
1168           <groupId>org.opendaylight.controller</groupId>
1169           <artifactId>sal-netconf-connector</artifactId>
1170           <version>${mdsal.version}</version>
1171         </dependency>
1172         <dependency>
1173           <groupId>org.opendaylight.controller</groupId>
1174           <artifactId>sal-core-api</artifactId>
1175           <version>${mdsal.version}</version>
1176         </dependency>
1177         <dependency>
1178           <groupId>org.opendaylight.controller</groupId>
1179           <artifactId>sal-broker-impl</artifactId>
1180           <version>${mdsal.version}</version>
1181         </dependency>
1182         <dependency>
1183           <groupId>org.opendaylight.controller</groupId>
1184           <artifactId>sal-core-spi</artifactId>
1185           <version>${mdsal.version}</version>
1186         </dependency>
1187         <dependency>
1188           <groupId>org.opendaylight.controller</groupId>
1189           <artifactId>sal-common-api</artifactId>
1190           <version>${mdsal.version}</version>
1191         </dependency>
1192         <dependency>
1193           <groupId>org.opendaylight.controller</groupId>
1194           <artifactId>sal-common-impl</artifactId>
1195           <version>${mdsal.version}</version>
1196         </dependency>
1197         <dependency>
1198           <groupId>org.opendaylight.controller</groupId>
1199           <artifactId>sal-binding-api</artifactId>
1200           <version>${mdsal.version}</version>
1201         </dependency>
1202         <dependency>
1203           <groupId>org.opendaylight.controller</groupId>
1204           <artifactId>sal-binding-config</artifactId>
1205           <version>${mdsal.version}</version>
1206         </dependency>
1207         <dependency>
1208           <groupId>org.opendaylight.controller</groupId>
1209           <artifactId>sal-binding-broker-impl</artifactId>
1210           <version>${mdsal.version}</version>
1211         </dependency>
1212         <dependency>
1213           <groupId>org.opendaylight.controller</groupId>
1214           <artifactId>sal-compatibility</artifactId>
1215           <version>${mdsal.version}</version>
1216         </dependency>
1217         <dependency>
1218           <groupId>org.opendaylight.controller</groupId>
1219           <artifactId>sal-connector-api</artifactId>
1220           <version>${mdsal.version}</version>
1221         </dependency>
1222         <dependency>
1223           <groupId>org.opendaylight.controller</groupId>
1224           <artifactId>sal-rest-connector</artifactId>
1225           <version>${mdsal.version}</version>
1226         </dependency>
1227         <dependency>
1228           <groupId>org.opendaylight.controller.model</groupId>
1229           <artifactId>model-inventory</artifactId>
1230           <version>${mdsal.version}</version>
1231         </dependency>
1232         <dependency>
1233           <groupId>org.opendaylight.controller.model</groupId>
1234           <artifactId>model-flow-base</artifactId>
1235           <version>${mdsal.version}</version>
1236         </dependency>
1237         <dependency>
1238           <groupId>org.opendaylight.controller.model</groupId>
1239           <artifactId>model-flow-service</artifactId>
1240           <version>${mdsal.version}</version>
1241         </dependency>
1242         <dependency>
1243           <groupId>org.opendaylight.controller.model</groupId>
1244           <artifactId>model-flow-statistics</artifactId>
1245           <version>${mdsal.version}</version>
1246         </dependency>
1247         <dependency>
1248           <groupId>org.opendaylight.controller.model</groupId>
1249           <artifactId>model-flow-management</artifactId>
1250           <version>${mdsal.version}</version>
1251         </dependency>
1252         <dependency>
1253           <groupId>org.opendaylight.controller.md</groupId>
1254           <artifactId>inventory-manager</artifactId>
1255           <version>${mdsal.version}</version>
1256         </dependency>
1257         <dependency>
1258           <groupId>org.opendaylight.controller.md</groupId>
1259           <artifactId>forwardingrules-manager</artifactId>
1260           <version>${mdsal.version}</version>
1261         </dependency>
1262         <dependency>
1263           <groupId>org.opendaylight.controller.md</groupId>
1264           <artifactId>topology-lldp-discovery</artifactId>
1265           <version>${mdsal.version}</version>
1266         </dependency>
1267         <dependency>
1268           <groupId>org.opendaylight.controller.md</groupId>
1269           <artifactId>topology-manager</artifactId>
1270           <version>${mdsal.version}</version>
1271         </dependency>
1272         <dependency>
1273           <groupId>org.opendaylight.controller.md</groupId>
1274           <artifactId>statistics-manager</artifactId>
1275           <version>${mdsal.version}</version>
1276         </dependency>
1277         <dependency>
1278           <groupId>org.opendaylight.controller</groupId>
1279           <artifactId>concepts</artifactId>
1280           <version>${concepts.version}</version>
1281         </dependency>
1282
1283
1284         <!-- config-->
1285         <dependency>
1286           <groupId>org.opendaylight.controller</groupId>
1287           <artifactId>config-api</artifactId>
1288           <version>${config.version}</version>
1289         </dependency>
1290         <dependency>
1291           <groupId>org.opendaylight.controller</groupId>
1292           <artifactId>config-manager</artifactId>
1293           <version>${config.version}</version>
1294         </dependency>
1295         <dependency>
1296           <groupId>org.opendaylight.controller</groupId>
1297           <artifactId>yang-jmx-generator</artifactId>
1298           <version>${config.version}</version>
1299         </dependency>
1300         <dependency>
1301           <groupId>org.opendaylight.controller</groupId>
1302           <artifactId>yang-store-api</artifactId>
1303           <version>${config.version}</version>
1304         </dependency>
1305         <dependency>
1306           <groupId>org.opendaylight.controller</groupId>
1307           <artifactId>yang-store-impl</artifactId>
1308           <version>${config.version}</version>
1309         </dependency>
1310         <dependency>
1311           <groupId>org.opendaylight.controller</groupId>
1312           <artifactId>logback-config</artifactId>
1313           <version>${config.version}</version>
1314         </dependency>
1315         <dependency>
1316           <groupId>org.opendaylight.controller</groupId>
1317           <artifactId>config-persister-api</artifactId>
1318           <version>${config.version}</version>
1319         </dependency>
1320         <dependency>
1321           <groupId>org.opendaylight.controller</groupId>
1322           <artifactId>config-persister-file-adapter</artifactId>
1323           <version>${config.version}</version>
1324         </dependency>
1325         <dependency>
1326           <groupId>org.opendaylight.controller</groupId>
1327           <artifactId>config-persister-file-xml-adapter</artifactId>
1328           <version>${config.version}</version>
1329         </dependency>
1330         <dependency>
1331           <groupId>org.opendaylight.controller</groupId>
1332           <artifactId>config-persister-directory-adapter</artifactId>
1333           <version>${config.version}</version>
1334         </dependency>
1335         <dependency>
1336           <groupId>org.opendaylight.controller</groupId>
1337           <artifactId>config-persister-directory-xml-adapter</artifactId>
1338           <version>${config.version}</version>
1339         </dependency>
1340         <dependency>
1341           <groupId>org.opendaylight.controller</groupId>
1342           <artifactId>config-persister-directory-autodetect-adapter</artifactId>
1343           <version>${config.version}</version>
1344         </dependency>
1345
1346         <dependency>
1347           <groupId>org.opendaylight.controller</groupId>
1348           <artifactId>shutdown-api</artifactId>
1349           <version>${config.version}</version>
1350         </dependency>
1351         <dependency>
1352           <groupId>org.opendaylight.controller</groupId>
1353           <artifactId>shutdown-impl</artifactId>
1354           <version>${config.version}</version>
1355         </dependency>
1356
1357        <!-- Netconf -->
1358         <dependency>
1359           <groupId>org.opendaylight.controller</groupId>
1360           <artifactId>netconf-api</artifactId>
1361           <version>${netconf.version}</version>
1362         </dependency>
1363         <dependency>
1364           <groupId>org.opendaylight.controller</groupId>
1365           <artifactId>netconf-impl</artifactId>
1366           <version>${netconf.version}</version>
1367         </dependency>
1368         <dependency>
1369           <groupId>org.opendaylight.controller</groupId>
1370           <artifactId>netconf-util</artifactId>
1371           <version>${netconf.version}</version>
1372         </dependency>
1373         <dependency>
1374           <groupId>org.opendaylight.controller</groupId>
1375           <artifactId>netconf-client</artifactId>
1376           <version>${netconf.version}</version>
1377         </dependency>
1378         <dependency>
1379           <groupId>org.opendaylight.controller</groupId>
1380           <artifactId>netconf-mapping-api</artifactId>
1381           <version>${netconf.version}</version>
1382         </dependency>
1383         <dependency>
1384           <groupId>org.opendaylight.controller</groupId>
1385           <artifactId>netconf-ssh</artifactId>
1386           <version>${netconf.version}</version>
1387         </dependency>
1388         <dependency>
1389           <groupId>org.opendaylight.controller</groupId>
1390           <artifactId>config-netconf-connector</artifactId>
1391           <version>${netconf.version}</version>
1392         </dependency>
1393         <dependency>
1394           <groupId>org.opendaylight.controller</groupId>
1395           <artifactId>netconf-monitoring</artifactId>
1396           <version>${netconf.version}</version>
1397         </dependency>
1398         <dependency>
1399           <groupId>${project.groupId}</groupId>
1400           <artifactId>ietf-netconf-monitoring</artifactId>
1401           <version>${netconf.version}</version>
1402         </dependency>
1403         <dependency>
1404           <groupId>${project.groupId}</groupId>
1405           <artifactId>ietf-netconf-monitoring-extension</artifactId>
1406           <version>${netconf.version}</version>
1407         </dependency>
1408         <dependency>
1409           <groupId>org.opendaylight.controller</groupId>
1410           <artifactId>config-persister-impl</artifactId>
1411           <version>${netconf.version}</version>
1412         </dependency>
1413
1414          <!-- threadpool -->
1415           <dependency>
1416               <groupId>org.opendaylight.controller</groupId>
1417               <artifactId>threadpool-config-api</artifactId>
1418               <version>${config.version}</version>
1419           </dependency>
1420           <dependency>
1421               <groupId>org.opendaylight.controller</groupId>
1422               <artifactId>netty-config-api</artifactId>
1423               <version>${config.version}</version>
1424           </dependency>
1425           <dependency>
1426               <groupId>org.opendaylight.controller</groupId>
1427               <artifactId>threadpool-config-impl</artifactId>
1428               <version>${config.version}</version>
1429           </dependency>
1430           <dependency>
1431               <groupId>org.opendaylight.controller</groupId>
1432               <artifactId>netty-threadgroup-config</artifactId>
1433               <version>${config.version}</version>
1434           </dependency>
1435           <dependency>
1436               <groupId>org.opendaylight.controller</groupId>
1437               <artifactId>netty-event-executor-config</artifactId>
1438               <version>${config.version}</version>
1439           </dependency>
1440           <dependency>
1441               <groupId>org.opendaylight.controller</groupId>
1442               <artifactId>netty-timer-config</artifactId>
1443               <version>${config.version}</version>
1444           </dependency>
1445
1446           <dependency>
1447             <groupId>org.opendaylight.controller</groupId>
1448             <artifactId>configuration</artifactId>
1449             <version>${configuration.version}</version>
1450           </dependency>
1451
1452     </dependencies>
1453   </dependencyManagement>
1454
1455   <pluginRepositories>
1456     <!-- OpenDayLight Repo Mirror -->
1457     <pluginRepository>
1458       <id>opendaylight-mirror</id>
1459       <name>opendaylight-mirror</name>
1460       <url>${nexusproxy}/groups/public/</url>
1461       <snapshots>
1462           <enabled>false</enabled>
1463       </snapshots>
1464       <releases>
1465           <enabled>true</enabled>
1466           <updatePolicy>never</updatePolicy>
1467       </releases>
1468     </pluginRepository>
1469     <!-- OpenDayLight Snapshot artifact -->
1470     <pluginRepository>
1471       <id>opendaylight-snapshot</id>
1472       <name>opendaylight-snapshot</name>
1473       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
1474       <snapshots>
1475           <enabled>true</enabled>
1476       </snapshots>
1477       <releases>
1478           <enabled>false</enabled>
1479       </releases>
1480     </pluginRepository>
1481   </pluginRepositories>
1482
1483   <profiles>
1484     <profile>
1485       <id>IDE</id>
1486       <activation>
1487         <property>
1488           <name>m2e.version</name>
1489         </property>
1490       </activation>
1491       <build>
1492         <!-- Put the IDE's build output in a folder other than target, so that IDE builds don't interact with Maven builds -->
1493         <directory>target-ide</directory>
1494       </build>
1495     </profile>
1496     <profile>
1497       <id>viewbuild</id>
1498       <activation>
1499         <activeByDefault>true</activeByDefault>
1500       </activation>
1501       <properties>
1502         <build.suffix>${project.version}</build.suffix>
1503       </properties>
1504     </profile>
1505     <profile>
1506       <id>jenkins</id>
1507       <activation>
1508         <property>
1509           <name>BUILDSUFFIX</name>
1510         </property>
1511       </activation>
1512       <properties>
1513         <build.suffix>${BUILDSUFFIX}</build.suffix>
1514       </properties>
1515     </profile>
1516     <profile>
1517       <id>fastreassembly</id>
1518       <build>
1519         <plugins>
1520           <plugin>
1521             <groupId>org.apache.maven.plugins</groupId>
1522             <artifactId>maven-dependency-plugin</artifactId>
1523             <version>2.4</version>
1524             <executions>
1525               <execution>
1526                 <id>copyfastreassembly</id>
1527                 <phase>install</phase>
1528                 <goals>
1529                   <goal>copy</goal>
1530                 </goals>
1531                 <configuration>
1532                   <artifactItems>
1533                     <artifactItem>
1534                       <groupId>${project.groupId}</groupId>
1535                       <artifactId>${project.artifactId}</artifactId>
1536                       <version>${project.version}</version>
1537                       <destFileName>${project.groupId}.${project.artifactId}-${project.version}.jar</destFileName>
1538                     </artifactItem>
1539                   </artifactItems>
1540                   <outputDirectory>${fastreassembly.directory}</outputDirectory>
1541                 </configuration>
1542               </execution>
1543             </executions>
1544           </plugin>
1545         </plugins>
1546       </build>
1547     </profile>
1548   </profiles>
1549
1550   <repositories>
1551
1552     <!-- OpenDayLight Repo Mirror -->
1553     <repository>
1554       <id>opendaylight-mirror</id>
1555       <name>opendaylight-mirror</name>
1556       <url>${nexusproxy}/groups/public/</url>
1557       <snapshots>
1558           <enabled>false</enabled>
1559       </snapshots>
1560       <releases>
1561           <enabled>true</enabled>
1562           <updatePolicy>never</updatePolicy>
1563       </releases>
1564     </repository>
1565     <!-- OpenDayLight Snapshot artifact -->
1566     <repository>
1567       <id>opendaylight-snapshot</id>
1568       <name>opendaylight-snapshot</name>
1569       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
1570       <snapshots>
1571           <enabled>true</enabled>
1572       </snapshots>
1573       <releases>
1574           <enabled>false</enabled>
1575       </releases>
1576     </repository>
1577   </repositories>
1578   <distributionManagement>
1579     <!-- OpenDayLight Released artifact -->
1580     <repository>
1581       <id>opendaylight-release</id>
1582       <url>${nexusproxy}/repositories/opendaylight.release/</url>
1583     </repository>
1584     <!-- OpenDayLight Snapshot artifact -->
1585     <snapshotRepository>
1586       <id>opendaylight-snapshot</id>
1587       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
1588     </snapshotRepository>
1589     <!-- Site deployment -->
1590     <site>
1591       <id>website</id>
1592       <url>${sitedeploy}</url>
1593     </site>
1594   </distributionManagement>
1595
1596   <reporting>
1597     <excludeDefaults>true</excludeDefaults>
1598     <outputDirectory>${project.build.directory}/site</outputDirectory>
1599     <plugins>
1600       <plugin>
1601         <groupId>org.apache.maven.plugins</groupId>
1602         <artifactId>maven-project-info-reports-plugin</artifactId>
1603         <version>${projectinfo}</version>
1604         <configuration>
1605           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
1606           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
1607         </configuration>
1608         <reportSets>
1609           <reportSet>
1610             <reports>
1611               <report>index</report>
1612               <report>project-team</report>
1613               <report>license</report>
1614               <report>mailing-list</report>
1615               <report>plugin-management</report>
1616               <report>cim</report>
1617               <report>issue-tracking</report>
1618               <report>scm</report>
1619               <report>summary</report>
1620             </reports>
1621           </reportSet>
1622         </reportSets>
1623       </plugin>
1624       <plugin>
1625         <groupId>org.apache.maven.plugins</groupId>
1626         <artifactId>maven-jxr-plugin</artifactId>
1627         <version>2.3</version>
1628         <configuration>
1629           <aggregate>true</aggregate>
1630           <linkJavadoc>true</linkJavadoc>
1631         </configuration>
1632       </plugin>
1633       <plugin>
1634         <groupId>org.apache.maven.plugins</groupId>
1635         <artifactId>maven-checkstyle-plugin</artifactId>
1636         <version>${checkstyle.version}</version>
1637       </plugin>
1638       <plugin>
1639         <groupId>org.apache.maven.plugins</groupId>
1640         <artifactId>maven-javadoc-plugin</artifactId>
1641         <version>2.8.1</version>
1642         <configuration>
1643           <doclet>org.jboss.apiviz.APIviz</doclet>
1644           <docletArtifact>
1645             <groupId>org.jboss.apiviz</groupId>
1646             <artifactId>apiviz</artifactId>
1647             <version>1.3.2.GA</version>
1648           </docletArtifact>
1649           <finalName>${project.artifactId}-${build.suffix}</finalName>
1650           <useStandardDocletOptions>true</useStandardDocletOptions>
1651           <charset>UTF-8</charset>
1652           <encoding>UTF-8</encoding>
1653           <docencoding>UTF-8</docencoding>
1654           <breakiterator>true</breakiterator>
1655           <version>true</version>
1656           <author>true</author>
1657           <keywords>true</keywords>
1658           <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
1659         </configuration>
1660       </plugin>
1661     </plugins>
1662   </reporting>
1663
1664   <build>
1665     <plugins>
1666       <plugin>
1667         <groupId>org.apache.maven.plugins</groupId>
1668         <artifactId>maven-checkstyle-plugin</artifactId>
1669         <version>${checkstyle.version}</version>
1670         <dependencies>
1671           <dependency>
1672             <groupId>org.opendaylight.controller</groupId>
1673             <artifactId>checkstyle</artifactId>
1674             <version>0.0.3-SNAPSHOT</version>
1675           </dependency>
1676         </dependencies>
1677         <executions>
1678           <execution>
1679             <phase>process-sources</phase>
1680             <goals>
1681               <goal>check</goal>
1682             </goals>
1683           </execution>
1684         </executions>
1685         <configuration>
1686           <failsOnError>true</failsOnError>
1687           <configLocation>controller/checkstyle.xml</configLocation>
1688           <consoleOutput>true</consoleOutput>
1689           <includeTestSourceDirectory>true</includeTestSourceDirectory>
1690           <sourceDirectory>${project.basedir}</sourceDirectory>
1691           <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>
1692           <excludes>**\/target\/,**\/bin\/,**\/target-ide\/</excludes>
1693         </configuration>
1694       </plugin>
1695       <plugin>
1696         <groupId>org.apache.maven.plugins</groupId>
1697         <artifactId>maven-failsafe-plugin</artifactId>
1698         <version>${failsafe.version}</version>
1699         <configuration>
1700           <argLine>${testvm.argLine}</argLine>
1701           <systemProperties>
1702             <property>
1703               <name>logback.configurationFile</name>
1704               <value>logback.xml</value>
1705             </property>
1706           </systemProperties>
1707         </configuration>
1708         <executions>
1709           <execution>
1710             <id>failsafe-integration-tests</id>
1711             <phase>integration-test</phase>
1712             <goals>
1713               <goal>integration-test</goal>
1714             </goals>
1715           </execution>
1716           <execution>
1717             <id>failsafe-verify</id>
1718             <phase>verify</phase>
1719             <goals>
1720               <goal>verify</goal>
1721             </goals>
1722           </execution>
1723         </executions>
1724       </plugin>
1725       <plugin>
1726         <groupId>org.apache.maven.plugins</groupId>
1727         <artifactId>maven-surefire-plugin</artifactId>
1728         <version>${surefire.version}</version>
1729         <configuration>
1730           <systemProperties>
1731             <property>
1732               <name>logback.configurationFile</name>
1733               <value>logback.xml</value>
1734             </property>
1735           </systemProperties>
1736         </configuration>
1737       </plugin>
1738       <plugin>
1739         <groupId>org.apache.maven.plugins</groupId>
1740         <artifactId>maven-enforcer-plugin</artifactId>
1741         <version>${enforcer.version}</version>
1742         <executions>
1743           <execution>
1744             <id>enforce-java</id>
1745             <goals>
1746               <goal>enforce</goal>
1747             </goals>
1748             <configuration>
1749               <rules>
1750                 <requireJavaVersion>
1751                   <version>1.7.0</version>
1752                 </requireJavaVersion>
1753               </rules>
1754             </configuration>
1755           </execution>
1756         </executions>
1757       </plugin>
1758     </plugins>
1759     <pluginManagement>
1760       <plugins>
1761         <plugin>
1762           <groupId>org.apache.maven.plugins</groupId>
1763           <artifactId>maven-release-plugin</artifactId>
1764           <version>${releaseplugin.version}</version>
1765         </plugin>
1766         <!-- Ignore/Execute plugin execution -->
1767         <plugin>
1768           <groupId>org.eclipse.m2e</groupId>
1769           <artifactId>lifecycle-mapping</artifactId>
1770           <version>1.0.0</version>
1771           <configuration>
1772             <lifecycleMappingMetadata>
1773               <pluginExecutions>
1774                 <pluginExecution>
1775                   <pluginExecutionFilter>
1776                     <groupId>org.codehaus.mojo</groupId>
1777                     <artifactId>properties-maven-plugin</artifactId>
1778                     <versionRange>[0.0,)</versionRange>
1779                     <goals>
1780                       <goal>set-system-properties</goal>
1781                     </goals>
1782                   </pluginExecutionFilter>
1783                   <action>
1784                     <ignore />
1785                   </action>
1786                 </pluginExecution>
1787                 <pluginExecution>
1788                   <pluginExecutionFilter>
1789                     <groupId>org.codehaus.enunciate</groupId>
1790                     <artifactId>maven-enunciate-plugin</artifactId>
1791                     <versionRange>[0.0,)</versionRange>
1792                     <goals>
1793                       <goal>docs</goal>
1794                     </goals>
1795                   </pluginExecutionFilter>
1796                   <action>
1797                     <ignore />
1798                   </action>
1799                 </pluginExecution>
1800                 <pluginExecution>
1801                   <pluginExecutionFilter>
1802                     <groupId>org.jacoco</groupId>
1803                     <artifactId>jacoco-maven-plugin</artifactId>
1804                     <versionRange>[0.0,)</versionRange>
1805                     <goals>
1806                       <goal>prepare-agent</goal>
1807                       <goal>pre-test</goal>
1808                       <goal>post-test</goal>
1809                     </goals>
1810                   </pluginExecutionFilter>
1811                   <action>
1812                     <ignore />
1813                   </action>
1814                 </pluginExecution>
1815                 <pluginExecution>
1816                   <pluginExecutionFilter>
1817                     <groupId>org.ops4j.pax.exam</groupId>
1818                     <artifactId>maven-paxexam-plugin</artifactId>
1819                     <versionRange>[1.2.4,)</versionRange>
1820                     <goals>
1821                       <goal>generate-depends-file</goal>
1822                     </goals>
1823                   </pluginExecutionFilter>
1824                   <action>
1825                      <execute>
1826                       <runOnIncremental>false</runOnIncremental>
1827                      </execute>
1828                   </action>
1829                 </pluginExecution>
1830                 <pluginExecution>
1831                   <pluginExecutionFilter>
1832                     <groupId>org.apache.maven.plugins</groupId>
1833                     <artifactId>maven-checkstyle-plugin</artifactId>
1834                     <versionRange>[2.0,)</versionRange>
1835                     <goals>
1836                       <goal>check</goal>
1837                     </goals>
1838                   </pluginExecutionFilter>
1839                   <action>
1840                     <ignore />
1841                   </action>
1842                 </pluginExecution>
1843                 <pluginExecution>
1844                   <pluginExecutionFilter>
1845                     <groupId>org.opendaylight.yangtools</groupId>
1846                     <artifactId>yang-maven-plugin</artifactId>
1847                     <versionRange>[0.5,)</versionRange>
1848                     <goals>
1849                       <goal>generate-sources </goal>
1850                     </goals>
1851                   </pluginExecutionFilter>
1852                   <action>
1853                     <ignore />
1854                   </action>
1855                 </pluginExecution>
1856                 <pluginExecution>
1857                   <pluginExecutionFilter>
1858                     <groupId>org.codehaus.groovy.maven</groupId>
1859                     <artifactId>gmaven-plugin</artifactId>
1860                     <versionRange>1.0</versionRange>
1861                     <goals>
1862                       <goal>execute</goal>
1863                     </goals>
1864                   </pluginExecutionFilter>
1865                   <action>
1866                     <ignore />
1867                   </action>
1868                 </pluginExecution>
1869               </pluginExecutions>
1870             </lifecycleMappingMetadata>
1871           </configuration>
1872         </plugin>
1873         <plugin>
1874           <groupId>org.codehaus.enunciate</groupId>
1875           <artifactId>maven-enunciate-plugin</artifactId>
1876           <version>${enunciate.version}</version>
1877           <configuration>
1878             <configFile>enunciate.xml</configFile>
1879           </configuration>
1880           <executions>
1881             <execution>
1882               <goals>
1883                 <goal>docs</goal>
1884               </goals>
1885             </execution>
1886           </executions>
1887           <dependencies>
1888             <dependency>
1889               <groupId>org.opendaylight.controller</groupId>
1890               <artifactId>commons.logback_settings</artifactId>
1891               <version>0.0.2-SNAPSHOT</version>
1892             </dependency>
1893           </dependencies>
1894         </plugin>
1895         <plugin>
1896           <groupId>org.apache.maven.plugins</groupId>
1897           <artifactId>maven-javadoc-plugin</artifactId>
1898           <version>2.8.1</version>
1899           <configuration>
1900             <doclet>org.jboss.apiviz.APIviz</doclet>
1901             <docletArtifact>
1902               <groupId>org.jboss.apiviz</groupId>
1903               <artifactId>apiviz</artifactId>
1904               <version>1.3.2.GA</version>
1905             </docletArtifact>
1906             <finalName>${project.artifactId}-${build.suffix}</finalName>
1907             <useStandardDocletOptions>true</useStandardDocletOptions>
1908             <charset>UTF-8</charset>
1909             <encoding>UTF-8</encoding>
1910             <docencoding>UTF-8</docencoding>
1911             <breakiterator>true</breakiterator>
1912             <version>true</version>
1913             <author>true</author>
1914             <keywords>true</keywords>
1915             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
1916             <failOnError>false</failOnError>
1917           </configuration>
1918         </plugin>
1919         <plugin>
1920           <groupId>org.apache.maven.plugins</groupId>
1921           <artifactId>maven-jxr-plugin</artifactId>
1922           <version>2.3</version>
1923           <configuration>
1924             <aggregate>true</aggregate>
1925             <linkJavadoc>true</linkJavadoc>
1926             <javadocDir>target/apidocs</javadocDir>
1927           </configuration>
1928         </plugin>
1929         <plugin>
1930           <groupId>org.apache.maven.plugins</groupId>
1931           <artifactId>maven-compiler-plugin</artifactId>
1932           <version>${maven.compile.plugin.version}</version>
1933           <configuration>
1934             <source>${java.version.source}</source>
1935             <target>${java.version.target}</target>
1936             <testSource>${java.version.source}</testSource>
1937             <testTarget>${java.version.target}</testTarget>
1938           </configuration>
1939        </plugin>
1940       </plugins>
1941     </pluginManagement>
1942   </build>
1943 </project>