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