Merge "Fixed publishDataChangeEvent in 2phase commit"
[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   <groupId>org.opendaylight.controller</groupId>
8   <artifactId>commons.opendaylight</artifactId>
9   <version>1.4.2-SNAPSHOT</version>
10   <packaging>pom</packaging>
11   <parent>
12     <groupId>org.opendaylight.controller</groupId>
13     <artifactId>commons.parent</artifactId>
14     <version>1.0.2-SNAPSHOT</version>
15     <relativePath>../parent</relativePath>
16   </parent>
17   <scm>
18     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
19     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
20     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
21     <tag>HEAD</tag>
22   </scm>
23
24   <properties>
25     <!-- Java Versions -->
26     <maven.compiler.source>1.7</maven.compiler.source>
27     <maven.compiler.target>1.7</maven.compiler.target>
28     <!-- ODL repository / plugin repository -->
29     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
30
31     <propertymavenplugin.version>1.0-alpha-2</propertymavenplugin.version>
32     <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
33     <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
34     <siteplugin>3.2</siteplugin>
35     <projectinfo>2.6</projectinfo>
36     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
37     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
38     <compiler.version>2.3.2</compiler.version>
39     <surefire.version>2.15</surefire.version>
40     <failsafe.version>2.15</failsafe.version>
41     <exam.version>3.0.0</exam.version>
42     <url.version>1.5.0</url.version>
43     <enunciate.version>1.26.2</enunciate.version>
44     <sonar.branch>${user.name}-private-view</sonar.branch>
45     <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2</sonar.skippedModules>
46     <logback.version>1.0.9</logback.version>
47     <slf4j.version>1.7.2</slf4j.version>
48     <jackson.version>2.3.0</jackson.version>
49     <spring.version>3.1.3.RELEASE</spring.version>
50     <spring-security.version>3.1.3.RELEASE</spring-security.version>
51     <spring-osgi.version>1.2.1</spring-osgi.version>
52     <jersey.version>1.17</jersey.version>
53     <virgo.version>3.6.0.RELEASE</virgo.version>
54     <geminiweb.version>2.2.0.RELEASE</geminiweb.version>
55     <jolokia.version>1.1.4</jolokia.version>
56     <checkstyle.version>2.10</checkstyle.version>
57     <testvm.argLine>-Xmx1024m -XX:MaxPermSize=256m</testvm.argLine>
58     <guava.version>14.0.1</guava.version>
59     <osgi.core.version>5.0.0</osgi.core.version>
60     <ietf-inet-types.version>2010.09.24.3</ietf-inet-types.version>
61     <ietf-yang-types.version>2010.09.24.3</ietf-yang-types.version>
62     <ietf-topology.version>2013.10.21.1</ietf-topology.version>
63     <opendaylight-l2-types.version>2013.08.27.3</opendaylight-l2-types.version>
64     <yang-ext.version>2013.09.07.3</yang-ext.version>
65     <javassist.version>3.17.1-GA</javassist.version>
66     <releaseplugin.version>2.3.2</releaseplugin.version>
67     <commons.lang.version>3.1</commons.lang.version>
68     <jacoco.version>0.5.3.201107060350</jacoco.version>
69     <enforcer.version>1.3.1</enforcer.version>
70     <bundle.plugin.version>2.3.7</bundle.plugin.version>
71     <junit.version>4.8.1</junit.version>
72     <yangtools.version>0.6.2-SNAPSHOT</yangtools.version>
73     <!--versions for bits of the controller -->
74     <controller.version>0.4.2-SNAPSHOT</controller.version>
75     <hosttracker.api.version>0.5.2-SNAPSHOT</hosttracker.api.version>
76     <hosttracker_new.api.version>0.4.2-SNAPSHOT</hosttracker_new.api.version>
77     <hosttracker.implementation.version>0.5.2-SNAPSHOT</hosttracker.implementation.version>
78     <arphandler.version>0.5.2-SNAPSHOT</arphandler.version>
79     <forwarding.staticrouting>0.5.2-SNAPSHOT</forwarding.staticrouting>
80     <samples.loadbalancer>0.5.2-SNAPSHOT</samples.loadbalancer>
81     <config.version>0.2.4-SNAPSHOT</config.version>
82     <netconf.version>0.2.4-SNAPSHOT</netconf.version>
83     <mdsal.version>1.1-SNAPSHOT</mdsal.version>
84     <containermanager.version>0.5.2-SNAPSHOT</containermanager.version>
85     <containermanager.it.version>0.5.2-SNAPSHOT</containermanager.it.version>
86     <switchmanager.api.version>0.7.1-SNAPSHOT</switchmanager.api.version>
87     <connectionmanager.version>0.1.2-SNAPSHOT</connectionmanager.version>
88     <sal.version>0.7.1-SNAPSHOT</sal.version>
89     <sal.networkconfiguration.version>0.0.3-SNAPSHOT</sal.networkconfiguration.version>
90     <sal.connection.version>0.1.2-SNAPSHOT</sal.connection.version>
91     <networkconfig.bridgedomain.northbound.version>0.0.3-SNAPSHOT</networkconfig.bridgedomain.northbound.version>
92     <commons.httpclient.version>0.1.2-SNAPSHOT</commons.httpclient.version>
93     <concepts.version>0.5.2-SNAPSHOT</concepts.version>
94     <protocol-framework.version>0.4.1-SNAPSHOT</protocol-framework.version>
95     <netty.version>4.0.10.Final</netty.version>
96     <commons.io.version>2.4</commons.io.version>
97     <bundlescanner.version>0.4.2-SNAPSHOT</bundlescanner.version>
98     <usermanager.version>0.4.2-SNAPSHOT</usermanager.version>
99     <forwardingrulesmanager.version>0.5.1-SNAPSHOT</forwardingrulesmanager.version>
100     <statisticsmanager.version>0.5.1-SNAPSHOT</statisticsmanager.version>
101     <clustering.services.version>0.5.1-SNAPSHOT</clustering.services.version>
102     <configuration.version>0.4.2-SNAPSHOT</configuration.version>
103     <topologymanager.version>0.4.2-SNAPSHOT</topologymanager.version>
104     <protocol_plugin.stub.version>0.4.2-SNAPSHOT</protocol_plugin.stub.version>
105     <clustering.stub.version>0.4.2-SNAPSHOT</clustering.stub.version>
106     <!-- Third party version -->
107     <jersey-servlet.version>1.17</jersey-servlet.version>
108     <corsfilter.version>7.0.42</corsfilter.version>
109     <!-- Sonar properties using jacoco to retrieve integration test results -->
110     <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
111     <sonar.language>java</sonar.language>
112     <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
113     <java.version.source>1.7</java.version.source>
114     <java.version.target>1.7</java.version.target>
115     <!-- enforcer version -->
116     <enforcer.version>1.3.1</enforcer.version>
117   </properties>
118
119   <dependencyManagement>
120     <dependencies>
121       <dependency>
122         <groupId>junit</groupId>
123         <artifactId>junit</artifactId>
124         <version>${junit.version}</version>
125         <scope>test</scope>
126       </dependency>
127       <dependency>
128         <groupId>org.slf4j</groupId>
129         <artifactId>jcl-over-slf4j</artifactId>
130         <version>${slf4j.version}</version>
131       </dependency>
132       <dependency>
133         <groupId>org.osgi</groupId>
134         <artifactId>org.osgi.core</artifactId>
135         <version>${osgi.core.version}</version>
136         <scope>provided</scope>
137       </dependency>
138       <dependency>
139         <groupId>org.slf4j</groupId>
140         <artifactId>slf4j-api</artifactId>
141         <version>${slf4j.version}</version>
142         <scope>compile</scope>
143       </dependency>
144       <dependency>
145         <groupId>org.slf4j</groupId>
146         <artifactId>log4j-over-slf4j</artifactId>
147         <version>${slf4j.version}</version>
148       </dependency>
149       <dependency>
150         <groupId>ch.qos.logback</groupId>
151         <artifactId>logback-core</artifactId>
152         <version>${logback.version}</version>
153       </dependency>
154       <dependency>
155         <groupId>ch.qos.logback</groupId>
156         <artifactId>logback-classic</artifactId>
157         <version>${logback.version}</version>
158       </dependency>
159
160      <dependency>
161        <groupId>com.fasterxml.jackson.core</groupId>
162        <artifactId>jackson-annotations</artifactId>
163        <version>${jackson.version}</version>
164      </dependency>
165
166      <dependency>
167        <groupId>com.fasterxml.jackson.core</groupId>
168        <artifactId>jackson-core</artifactId>
169        <version>${jackson.version}</version>
170      </dependency>
171
172      <dependency>
173        <groupId>com.fasterxml.jackson.core</groupId>
174        <artifactId>jackson-databind</artifactId>
175        <version>${jackson.version}</version>
176      </dependency>
177
178      <dependency>
179         <groupId>com.fasterxml.jackson.jaxrs</groupId>
180         <artifactId>jackson-jaxrs-base</artifactId>
181         <version>${jackson.version}</version>
182      </dependency>
183
184     <dependency>
185         <groupId>com.fasterxml.jackson.jaxrs</groupId>
186         <artifactId>jackson-jaxrs-json-provider</artifactId>
187         <version>${jackson.version}</version>
188      </dependency>
189
190      <dependency>
191         <groupId>com.fasterxml.jackson.module</groupId>
192         <artifactId>jackson-module-jaxb-annotations</artifactId>
193         <version>${jackson.version}</version>
194      </dependency>
195
196       <dependency>
197         <groupId>org.codehaus.jettison</groupId>
198         <artifactId>jettison</artifactId>
199         <version>1.3.3</version>
200       </dependency>
201       <dependency>
202         <groupId>com.google.guava</groupId>
203         <artifactId>guava</artifactId>
204         <version>${guava.version}</version>
205       </dependency>
206       <dependency>
207         <groupId>org.javassist</groupId>
208         <artifactId>javassist</artifactId>
209         <version>${javassist.version}</version>
210       </dependency>
211       <dependency>
212         <groupId>commons-io</groupId>
213         <artifactId>commons-io</artifactId>
214         <version>${commons.io.version}</version>
215       </dependency>
216       <dependency>
217         <groupId>commons-codec</groupId>
218         <artifactId>commons-codec</artifactId>
219         <version>1.7</version>
220       </dependency>
221       <dependency>
222         <groupId>org.apache.commons</groupId>
223         <artifactId>commons-lang3</artifactId>
224         <version>${commons.lang.version}</version>
225       </dependency>
226       <dependency>
227         <groupId>commons-fileupload</groupId>
228         <artifactId>commons-fileupload</artifactId>
229         <version>1.2.2</version>
230       </dependency>
231       <dependency>
232         <groupId>commons-net</groupId>
233         <artifactId>commons-net</artifactId>
234         <version>3.0.1</version>
235       </dependency>
236       <dependency>
237         <groupId>equinoxSDK381</groupId>
238         <artifactId>javax.servlet</artifactId>
239         <version>3.0.0.v201112011016</version>
240       </dependency>
241       <dependency>
242         <groupId>equinoxSDK381</groupId>
243         <artifactId>javax.servlet.jsp</artifactId>
244         <version>2.2.0.v201112011158</version>
245       </dependency>
246       <dependency>
247         <groupId>equinoxSDK381</groupId>
248         <artifactId>org.eclipse.equinox.ds</artifactId>
249         <version>1.4.0.v20120522-1841</version>
250       </dependency>
251       <dependency>
252         <groupId>equinoxSDK381</groupId>
253         <artifactId>org.eclipse.equinox.util</artifactId>
254         <version>1.0.400.v20120522-2049</version>
255       </dependency>
256       <dependency>
257         <groupId>equinoxSDK381</groupId>
258         <artifactId>org.eclipse.osgi.services</artifactId>
259         <version>3.3.100.v20120522-1822</version>
260       </dependency>
261       <dependency>
262         <groupId>equinoxSDK381</groupId>
263         <artifactId>org.eclipse.osgi</artifactId>
264         <version>3.8.1.v20120830-144521</version>
265       </dependency>
266       <dependency>
267         <groupId>equinoxSDK381</groupId>
268         <artifactId>org.apache.felix.gogo.command</artifactId>
269         <version>0.8.0.v201108120515</version>
270       </dependency>
271       <dependency>
272         <groupId>equinoxSDK381</groupId>
273         <artifactId>org.apache.felix.gogo.runtime</artifactId>
274         <version>0.8.0.v201108120515</version>
275       </dependency>
276       <dependency>
277         <groupId>equinoxSDK381</groupId>
278         <artifactId>org.apache.felix.gogo.shell</artifactId>
279         <version>0.8.0.v201110170705</version>
280       </dependency>
281       <dependency>
282         <groupId>equinoxSDK381</groupId>
283         <artifactId>org.eclipse.equinox.cm</artifactId>
284         <version>1.0.400.v20120522-1841</version>
285       </dependency>
286       <dependency>
287         <groupId>equinoxSDK381</groupId>
288         <artifactId>org.eclipse.equinox.console</artifactId>
289         <version>1.0.0.v20120522-1841</version>
290       </dependency>
291       <dependency>
292         <groupId>equinoxSDK381</groupId>
293         <artifactId>org.eclipse.equinox.launcher</artifactId>
294         <version>1.3.0.v20120522-1813</version>
295       </dependency>
296       <!-- Gemini Web -->
297       <dependency>
298         <groupId>geminiweb</groupId>
299         <artifactId>org.eclipse.gemini.web.core</artifactId>
300         <version>${geminiweb.version}</version>
301       </dependency>
302       <dependency>
303         <groupId>geminiweb</groupId>
304         <artifactId>org.eclipse.gemini.web.extender</artifactId>
305         <version>${geminiweb.version}</version>
306       </dependency>
307       <dependency>
308         <groupId>geminiweb</groupId>
309         <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
310         <version>${geminiweb.version}</version>
311       </dependency>
312       <dependency>
313         <groupId>geminiweb</groupId>
314         <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
315         <version>${virgo.version}</version>
316       </dependency>
317       <dependency>
318         <groupId>geminiweb</groupId>
319         <artifactId>org.eclipse.virgo.util.common</artifactId>
320         <version>${virgo.version}</version>
321       </dependency>
322       <dependency>
323         <groupId>geminiweb</groupId>
324         <artifactId>org.eclipse.virgo.util.io</artifactId>
325         <version>${virgo.version}</version>
326       </dependency>
327       <dependency>
328         <groupId>geminiweb</groupId>
329         <artifactId>org.eclipse.virgo.util.math</artifactId>
330         <version>${virgo.version}</version>
331       </dependency>
332       <dependency>
333         <groupId>geminiweb</groupId>
334         <artifactId>org.eclipse.virgo.util.osgi</artifactId>
335         <version>${virgo.version}</version>
336       </dependency>
337       <dependency>
338         <groupId>geminiweb</groupId>
339         <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
340         <version>${virgo.version}</version>
341       </dependency>
342       <dependency>
343         <groupId>geminiweb</groupId>
344         <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
345         <version>${virgo.version}</version>
346       </dependency>
347       <dependency>
348         <groupId>org.apache.felix</groupId>
349         <artifactId>org.apache.felix.dependencymanager</artifactId>
350         <version>3.1.0</version>
351       </dependency>
352       <dependency>
353         <groupId>org.apache.felix</groupId>
354         <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
355         <version>3.0.1</version>
356       </dependency>
357       <dependency>
358         <groupId>com.google.code.gson</groupId>
359         <artifactId>gson</artifactId>
360         <version>2.2.4</version>
361       </dependency>
362       <dependency>
363         <groupId>org.jboss.spec.javax.transaction</groupId>
364         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
365         <version>1.0.1.Final</version>
366       </dependency>
367       <dependency>
368         <groupId>org.apache.felix</groupId>
369         <artifactId>org.apache.felix.fileinstall</artifactId>
370         <version>3.1.6</version>
371       </dependency>
372       <dependency>
373         <groupId>virgomirror</groupId>
374         <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
375         <version>3.8.0.I20120518-2145</version>
376       </dependency>
377       <dependency>
378         <groupId>eclipselink</groupId>
379         <artifactId>javax.persistence</artifactId>
380         <version>2.0.4.v201112161009</version>
381       </dependency>
382       <dependency>
383         <groupId>orbit</groupId>
384         <artifactId>javax.activation</artifactId>
385         <version>1.1.0.v201211130549</version>
386       </dependency>
387       <dependency>
388         <groupId>orbit</groupId>
389         <artifactId>javax.annotation</artifactId>
390         <version>1.1.0.v201209060031</version>
391       </dependency>
392       <dependency>
393         <groupId>orbit</groupId>
394         <artifactId>javax.ejb</artifactId>
395         <version>3.1.1.v201204261316</version>
396       </dependency>
397       <dependency>
398         <groupId>orbit</groupId>
399         <artifactId>javax.el</artifactId>
400         <version>2.2.0.v201108011116</version>
401       </dependency>
402       <dependency>
403         <groupId>orbit</groupId>
404         <artifactId>javax.mail.glassfish</artifactId>
405         <version>1.4.1.v201108011116</version>
406       </dependency>
407       <dependency>
408         <groupId>orbit</groupId>
409         <artifactId>javax.xml.rpc</artifactId>
410         <version>1.1.0.v201005080400</version>
411       </dependency>
412       <dependency>
413         <groupId>orbit</groupId>
414         <artifactId>org.apache.catalina</artifactId>
415         <version>7.0.32.v201211201336</version>
416       </dependency>
417       <dependency>
418         <groupId>orbit</groupId>
419         <artifactId>org.apache.catalina.ha</artifactId>
420         <version>7.0.32.v201211201952</version>
421       </dependency>
422       <dependency>
423         <groupId>orbit</groupId>
424         <artifactId>org.apache.catalina.tribes</artifactId>
425         <version>7.0.32.v201211201952</version>
426       </dependency>
427       <dependency>
428         <groupId>orbit</groupId>
429         <artifactId>org.apache.coyote</artifactId>
430         <version>7.0.32.v201211201952</version>
431       </dependency>
432       <dependency>
433         <groupId>orbit</groupId>
434         <artifactId>org.apache.el</artifactId>
435         <version>7.0.32.v201211081135</version>
436       </dependency>
437       <dependency>
438         <groupId>orbit</groupId>
439         <artifactId>org.apache.jasper</artifactId>
440         <version>7.0.32.v201211201952</version>
441       </dependency>
442       <dependency>
443         <groupId>orbit</groupId>
444         <artifactId>org.apache.juli.extras</artifactId>
445         <version>7.0.32.v201211081135</version>
446       </dependency>
447       <dependency>
448         <groupId>orbit</groupId>
449         <artifactId>org.apache.tomcat.api</artifactId>
450         <version>7.0.32.v201211081135</version>
451       </dependency>
452       <dependency>
453         <groupId>orbit</groupId>
454         <artifactId>org.apache.tomcat.util</artifactId>
455         <version>7.0.32.v201211201952</version>
456       </dependency>
457       <dependency>
458         <groupId>orbit</groupId>
459         <artifactId>javax.servlet.jsp.jstl</artifactId>
460         <version>1.2.0.v201105211821</version>
461       </dependency>
462       <dependency>
463         <groupId>orbit</groupId>
464         <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
465         <version>1.2.0.v201210211230</version>
466       </dependency>
467       <dependency>
468         <groupId>eclipselink</groupId>
469         <artifactId>javax.resource</artifactId>
470         <version>1.5.0.v200906010428</version>
471       </dependency>
472       <!-- Add Pax Exam -->
473       <dependency>
474         <groupId>org.ops4j.pax.exam</groupId>
475         <artifactId>pax-exam-container-native</artifactId>
476         <version>${exam.version}</version>
477         <scope>test</scope>
478       </dependency>
479       <dependency>
480         <groupId>org.ops4j.pax.exam</groupId>
481         <artifactId>pax-exam-junit4</artifactId>
482         <version>${exam.version}</version>
483         <scope>test</scope>
484       </dependency>
485       <dependency>
486         <groupId>org.ops4j.pax.exam</groupId>
487         <artifactId>pax-exam-link-mvn</artifactId>
488         <version>${exam.version}</version>
489         <scope>test</scope>
490       </dependency>
491       <dependency>
492         <groupId>org.ops4j.pax.url</groupId>
493         <artifactId>pax-url-aether</artifactId>
494         <version>${url.version}</version>
495         <scope>test</scope>
496       </dependency>
497       <dependency>
498         <groupId>org.springframework</groupId>
499         <artifactId>org.springframework.asm</artifactId>
500         <version>${spring.version}</version>
501       </dependency>
502       <dependency>
503         <groupId>org.springframework</groupId>
504         <artifactId>org.springframework.aop</artifactId>
505         <version>${spring.version}</version>
506       </dependency>
507       <dependency>
508         <groupId>org.springframework</groupId>
509         <artifactId>org.springframework.context</artifactId>
510         <version>${spring.version}</version>
511       </dependency>
512       <dependency>
513         <groupId>org.springframework</groupId>
514         <artifactId>org.springframework.context.support</artifactId>
515         <version>${spring.version}</version>
516       </dependency>
517       <dependency>
518         <groupId>org.springframework</groupId>
519         <artifactId>org.springframework.core</artifactId>
520         <version>${spring.version}</version>
521       </dependency>
522       <dependency>
523         <groupId>org.springframework</groupId>
524         <artifactId>org.springframework.beans</artifactId>
525         <version>${spring.version}</version>
526       </dependency>
527       <dependency>
528         <groupId>org.springframework</groupId>
529         <artifactId>org.springframework.expression</artifactId>
530         <version>${spring.version}</version>
531       </dependency>
532       <dependency>
533         <groupId>org.springframework</groupId>
534         <artifactId>org.springframework.web</artifactId>
535         <version>${spring.version}</version>
536       </dependency>
537       <dependency>
538         <groupId>org.aopalliance</groupId>
539         <artifactId>com.springsource.org.aopalliance</artifactId>
540         <version>1.0.0</version>
541       </dependency>
542       <dependency>
543         <groupId>org.springframework</groupId>
544         <artifactId>org.springframework.web.servlet</artifactId>
545         <version>${spring.version}</version>
546       </dependency>
547
548       <dependency>
549         <groupId>org.springframework.osgi</groupId>
550         <artifactId>spring-osgi-mock</artifactId>
551         <version>${spring-osgi.version}</version>
552         <scope>test</scope>
553       </dependency>
554
555       <!-- Spring security -->
556       <dependency>
557         <groupId>org.springframework.security</groupId>
558         <artifactId>spring-security-config</artifactId>
559         <version>${spring-security.version}</version>
560       </dependency>
561       <dependency>
562         <groupId>org.springframework.security</groupId>
563         <artifactId>spring-security-core</artifactId>
564         <version>${spring-security.version}</version>
565       </dependency>
566       <dependency>
567         <groupId>org.springframework.security</groupId>
568         <artifactId>spring-security-web</artifactId>
569         <version>${spring-security.version}</version>
570       </dependency>
571       <dependency>
572         <groupId>org.springframework.security</groupId>
573         <artifactId>spring-security-taglibs</artifactId>
574         <version>${spring-security.version}</version>
575       </dependency>
576       <dependency>
577         <groupId>org.springframework</groupId>
578         <artifactId>org.springframework.transaction</artifactId>
579         <version>${spring-security.version}</version>
580       </dependency>
581       <!-- Visual VM hook -->
582       <dependency>
583         <groupId>org.ow2.chameleon.management</groupId>
584         <artifactId>chameleon-mbeans</artifactId>
585         <version>1.0.0</version>
586       </dependency>
587       <!-- Jersey for JAXRS -->
588       <dependency>
589         <groupId>com.sun.jersey</groupId>
590         <artifactId>jersey-core</artifactId>
591         <version>${jersey.version}</version>
592       </dependency>
593       <dependency>
594         <groupId>com.sun.jersey</groupId>
595         <artifactId>jersey-server</artifactId>
596         <version>${jersey.version}</version>
597       </dependency>
598       <dependency>
599         <groupId>com.sun.jersey</groupId>
600         <artifactId>jersey-client</artifactId>
601         <version>${jersey.version}</version>
602       </dependency>
603
604       <dependency>
605         <groupId>org.ow2.asm</groupId>
606         <artifactId>asm-all</artifactId>
607         <version>4.1</version>
608       </dependency>
609       <dependency>
610         <groupId>org.eclipse.persistence</groupId>
611         <artifactId>org.eclipse.persistence.moxy</artifactId>
612         <version>2.5.0</version>
613       </dependency>
614       <dependency>
615         <groupId>org.eclipse.persistence</groupId>
616         <artifactId>org.eclipse.persistence.core</artifactId>
617         <version>2.5.0</version>
618       </dependency>
619       <dependency>
620         <groupId>org.eclipse.persistence</groupId>
621         <artifactId>org.eclipse.persistence.antlr</artifactId>
622         <version>2.5.0</version>
623       </dependency>
624       <!-- Third parties from opendaylight released -->
625       <dependency>
626         <groupId>org.opendaylight.controller.thirdparty</groupId>
627         <artifactId>net.sf.jung2</artifactId>
628         <version>2.0.1</version>
629       </dependency>
630       <dependency>
631         <groupId>org.opendaylight.controller.thirdparty</groupId>
632         <artifactId>org.openflow.openflowj</artifactId>
633         <version>1.0.2</version>
634       </dependency>
635       <dependency>
636         <groupId>org.opendaylight.controller.thirdparty</groupId>
637         <artifactId>com.sun.jersey.jersey-servlet</artifactId>
638         <version>${jersey-servlet.version}</version>
639       </dependency>
640       <dependency>
641         <groupId>org.opendaylight.controller.thirdparty</groupId>
642         <artifactId>org.apache.catalina.filters.CorsFilter</artifactId>
643         <version>${corsfilter.version}</version>
644       </dependency>
645       <dependency>
646         <groupId>org.opendaylight.controller.thirdparty</groupId>
647         <artifactId>ganymed</artifactId>
648         <version>1.1-SNAPSHOT</version>
649       </dependency>
650       <dependency>
651         <groupId>com.google.code.findbugs</groupId>
652         <artifactId>jsr305</artifactId>
653         <version>2.0.1</version>
654       </dependency>
655       <dependency>
656         <groupId>org.opendaylight.yangtools</groupId>
657         <artifactId>mockito-configuration</artifactId>
658         <version>${yangtools.version}</version>
659         <scope>test</scope>
660       </dependency>
661       <!-- yang model dependencies -->
662       <dependency>
663        <groupId>org.opendaylight.yangtools.model</groupId>
664        <artifactId>ietf-inet-types</artifactId>
665        <version>${ietf-inet-types.version}</version>
666       </dependency>
667       <dependency>
668        <groupId>org.opendaylight.yangtools.model</groupId>
669        <artifactId>ietf-yang-types</artifactId>
670        <version>${ietf-yang-types.version}</version>
671       </dependency>
672       <dependency>
673        <groupId>org.opendaylight.yangtools.model</groupId>
674        <artifactId>ietf-topology</artifactId>
675        <version>${ietf-topology.version}</version>
676       </dependency>
677       <dependency>
678        <groupId>org.opendaylight.yangtools.model</groupId>
679        <artifactId>opendaylight-l2-types</artifactId>
680        <version>${opendaylight-l2-types.version}</version>
681       </dependency>
682       <dependency>
683        <groupId>org.opendaylight.yangtools.model</groupId>
684        <artifactId>yang-ext</artifactId>
685        <version>${yang-ext.version}</version>
686       </dependency>
687
688       <dependency>
689         <groupId>org.opendaylight.controller</groupId>
690         <artifactId>protocol-framework</artifactId>
691         <version>${protocol-framework.version}</version>
692       </dependency>
693       <dependency>
694         <groupId>org.opendaylight.yangtools</groupId>
695         <artifactId>concepts</artifactId>
696         <version>${yangtools.version}</version>
697       </dependency>
698
699         <!--Netty-->
700         <dependency>
701             <groupId>io.netty</groupId>
702             <artifactId>netty-handler</artifactId>
703             <version>${netty.version}</version>
704         </dependency>
705         <dependency>
706             <groupId>io.netty</groupId>
707             <artifactId>netty-codec</artifactId>
708             <version>${netty.version}</version>
709         </dependency>
710         <dependency>
711             <groupId>io.netty</groupId>
712             <artifactId>netty-buffer</artifactId>
713             <version>${netty.version}</version>
714         </dependency>
715         <dependency>
716             <groupId>io.netty</groupId>
717             <artifactId>netty-transport</artifactId>
718             <version>${netty.version}</version>
719         </dependency>
720         <dependency>
721             <groupId>io.netty</groupId>
722             <artifactId>netty-common</artifactId>
723             <version>${netty.version}</version>
724         </dependency>
725         <dependency>
726             <groupId>io.netty</groupId>
727             <artifactId>netty-codec-http</artifactId>
728             <version>${netty.version}</version>
729         </dependency>
730
731       <!-- yangtools dependencies -->
732       <dependency>
733        <groupId>org.opendaylight.yangtools</groupId>
734        <artifactId>yang-binding</artifactId>
735        <version>${yangtools.version}</version>
736       </dependency>
737       <dependency>
738        <groupId>org.opendaylight.yangtools</groupId>
739        <artifactId>yang-common</artifactId>
740        <version>${yangtools.version}</version>
741       </dependency>
742       <dependency>
743        <groupId>org.opendaylight.yangtools</groupId>
744        <artifactId>yang-data-api</artifactId>
745        <version>${yangtools.version}</version>
746       </dependency>
747       <dependency>
748         <groupId>org.opendaylight.yangtools</groupId>
749         <artifactId>yang-data-impl</artifactId>
750         <version>${yangtools.version}</version>
751       </dependency>
752       <dependency>
753        <groupId>org.opendaylight.yangtools</groupId>
754        <artifactId>yang-data-util</artifactId>
755        <version>${yangtools.version}</version>
756       </dependency>
757       <dependency>
758        <groupId>org.opendaylight.yangtools</groupId>
759        <artifactId>yang-model-api</artifactId>
760        <version>${yangtools.version}</version>
761       </dependency>
762       <dependency>
763         <groupId>org.opendaylight.controller</groupId>
764         <artifactId>hosttracker</artifactId>
765         <version>${hosttracker.api.version}</version>
766       </dependency>
767       <dependency>
768         <groupId>org.opendaylight.controller</groupId>
769         <artifactId>hosttracker.implementation</artifactId>
770         <version>${hosttracker.implementation.version}</version>
771       </dependency>
772       <dependency>
773         <groupId>org.opendaylight.controller</groupId>
774         <artifactId>hosttracker_new</artifactId>
775         <version>${hosttracker_new.api.version}</version>
776       </dependency>
777       <dependency>
778         <groupId>org.opendaylight.controller</groupId>
779         <artifactId>forwarding.staticrouting</artifactId>
780         <version>${forwarding.staticrouting}</version>
781       </dependency>
782       <dependency>
783         <groupId>org.opendaylight.controller</groupId>
784         <artifactId>clustering.services</artifactId>
785         <version>${clustering.services.version}</version>
786       </dependency>
787       <dependency>
788         <groupId>org.opendaylight.controller</groupId>
789         <artifactId>clustering.services-implementation</artifactId>
790         <version>${controller.version}</version>
791       </dependency>
792       <dependency>
793         <groupId>org.opendaylight.controller</groupId>
794         <artifactId>clustering.stub</artifactId>
795         <version>${clustering.stub.version}</version>
796       </dependency>
797       <dependency>
798         <groupId>org.opendaylight.controller</groupId>
799         <artifactId>configuration</artifactId>
800         <version>${controller.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
1441           <dependency>
1442             <groupId>org.opendaylight.controller</groupId>
1443             <artifactId>configuration</artifactId>
1444             <version>${configuration.version}</version>
1445           </dependency>
1446
1447     </dependencies>
1448   </dependencyManagement>
1449
1450   <pluginRepositories>
1451     <!-- OpenDayLight Repo Mirror -->
1452     <pluginRepository>
1453       <id>opendaylight-mirror</id>
1454       <name>opendaylight-mirror</name>
1455       <url>${nexusproxy}/groups/public/</url>
1456       <snapshots>
1457           <enabled>false</enabled>
1458       </snapshots>
1459       <releases>
1460           <enabled>true</enabled>
1461           <updatePolicy>never</updatePolicy>
1462       </releases>
1463     </pluginRepository>
1464     <!-- OpenDayLight Snapshot artifact -->
1465     <pluginRepository>
1466       <id>opendaylight-snapshot</id>
1467       <name>opendaylight-snapshot</name>
1468       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
1469       <snapshots>
1470           <enabled>true</enabled>
1471       </snapshots>
1472       <releases>
1473           <enabled>false</enabled>
1474       </releases>
1475     </pluginRepository>
1476   </pluginRepositories>
1477
1478   <profiles>
1479     <profile>
1480       <id>IDE</id>
1481       <activation>
1482         <property>
1483           <name>m2e.version</name>
1484         </property>
1485       </activation>
1486       <build>
1487         <!-- Put the IDE's build output in a folder other than target, so that IDE builds don't interact with Maven builds -->
1488         <directory>target-ide</directory>
1489       </build>
1490     </profile>
1491     <profile>
1492       <id>viewbuild</id>
1493       <activation>
1494         <activeByDefault>true</activeByDefault>
1495       </activation>
1496       <properties>
1497         <build.suffix>${project.version}</build.suffix>
1498       </properties>
1499     </profile>
1500     <profile>
1501       <id>jenkins</id>
1502       <activation>
1503         <property>
1504           <name>BUILDSUFFIX</name>
1505         </property>
1506       </activation>
1507       <properties>
1508         <build.suffix>${BUILDSUFFIX}</build.suffix>
1509       </properties>
1510     </profile>
1511     <profile>
1512       <id>fastreassembly</id>
1513       <build>
1514         <plugins>
1515           <plugin>
1516             <groupId>org.apache.maven.plugins</groupId>
1517             <artifactId>maven-dependency-plugin</artifactId>
1518             <version>2.4</version>
1519             <executions>
1520               <execution>
1521                 <id>copyfastreassembly</id>
1522                 <phase>install</phase>
1523                 <goals>
1524                   <goal>copy</goal>
1525                 </goals>
1526                 <configuration>
1527                   <artifactItems>
1528                     <artifactItem>
1529                       <groupId>${project.groupId}</groupId>
1530                       <artifactId>${project.artifactId}</artifactId>
1531                       <version>${project.version}</version>
1532                       <destFileName>${project.groupId}.${project.artifactId}-${project.version}.jar</destFileName>
1533                     </artifactItem>
1534                   </artifactItems>
1535                   <outputDirectory>${fastreassembly.directory}</outputDirectory>
1536                 </configuration>
1537               </execution>
1538             </executions>
1539           </plugin>
1540         </plugins>
1541       </build>
1542     </profile>
1543   </profiles>
1544
1545   <repositories>
1546
1547     <!-- OpenDayLight Repo Mirror -->
1548     <repository>
1549       <id>opendaylight-mirror</id>
1550       <name>opendaylight-mirror</name>
1551       <url>${nexusproxy}/groups/public/</url>
1552       <snapshots>
1553           <enabled>false</enabled>
1554       </snapshots>
1555       <releases>
1556           <enabled>true</enabled>
1557           <updatePolicy>never</updatePolicy>
1558       </releases>
1559     </repository>
1560     <!-- OpenDayLight Snapshot artifact -->
1561     <repository>
1562       <id>opendaylight-snapshot</id>
1563       <name>opendaylight-snapshot</name>
1564       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
1565       <snapshots>
1566           <enabled>true</enabled>
1567       </snapshots>
1568       <releases>
1569           <enabled>false</enabled>
1570       </releases>
1571     </repository>
1572   </repositories>
1573   <distributionManagement>
1574     <!-- OpenDayLight Released artifact -->
1575     <repository>
1576       <id>opendaylight-release</id>
1577       <url>${nexusproxy}/repositories/opendaylight.release/</url>
1578     </repository>
1579     <!-- OpenDayLight Snapshot artifact -->
1580     <snapshotRepository>
1581       <id>opendaylight-snapshot</id>
1582       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
1583     </snapshotRepository>
1584     <!-- Site deployment -->
1585     <site>
1586       <id>website</id>
1587       <url>${sitedeploy}</url>
1588     </site>
1589   </distributionManagement>
1590
1591   <reporting>
1592     <excludeDefaults>true</excludeDefaults>
1593     <outputDirectory>${project.build.directory}/site</outputDirectory>
1594     <plugins>
1595       <plugin>
1596         <groupId>org.apache.maven.plugins</groupId>
1597         <artifactId>maven-project-info-reports-plugin</artifactId>
1598         <version>${projectinfo}</version>
1599         <configuration>
1600           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
1601           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
1602         </configuration>
1603         <reportSets>
1604           <reportSet>
1605             <reports>
1606               <report>index</report>
1607               <report>project-team</report>
1608               <report>license</report>
1609               <report>mailing-list</report>
1610               <report>plugin-management</report>
1611               <report>cim</report>
1612               <report>issue-tracking</report>
1613               <report>scm</report>
1614               <report>summary</report>
1615             </reports>
1616           </reportSet>
1617         </reportSets>
1618       </plugin>
1619       <plugin>
1620         <groupId>org.apache.maven.plugins</groupId>
1621         <artifactId>maven-jxr-plugin</artifactId>
1622         <version>2.3</version>
1623         <configuration>
1624           <aggregate>true</aggregate>
1625           <linkJavadoc>true</linkJavadoc>
1626         </configuration>
1627       </plugin>
1628       <plugin>
1629         <groupId>org.apache.maven.plugins</groupId>
1630         <artifactId>maven-checkstyle-plugin</artifactId>
1631         <version>${checkstyle.version}</version>
1632       </plugin>
1633       <plugin>
1634         <groupId>org.apache.maven.plugins</groupId>
1635         <artifactId>maven-javadoc-plugin</artifactId>
1636         <version>2.8.1</version>
1637         <configuration>
1638           <doclet>org.jboss.apiviz.APIviz</doclet>
1639           <docletArtifact>
1640             <groupId>org.jboss.apiviz</groupId>
1641             <artifactId>apiviz</artifactId>
1642             <version>1.3.2.GA</version>
1643           </docletArtifact>
1644           <finalName>${project.artifactId}-${build.suffix}</finalName>
1645           <useStandardDocletOptions>true</useStandardDocletOptions>
1646           <charset>UTF-8</charset>
1647           <encoding>UTF-8</encoding>
1648           <docencoding>UTF-8</docencoding>
1649           <breakiterator>true</breakiterator>
1650           <version>true</version>
1651           <author>true</author>
1652           <keywords>true</keywords>
1653           <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
1654         </configuration>
1655       </plugin>
1656     </plugins>
1657   </reporting>
1658
1659   <build>
1660     <plugins>
1661       <plugin>
1662         <groupId>org.apache.maven.plugins</groupId>
1663         <artifactId>maven-checkstyle-plugin</artifactId>
1664         <version>${checkstyle.version}</version>
1665         <dependencies>
1666           <dependency>
1667             <groupId>org.opendaylight.controller</groupId>
1668             <artifactId>checkstyle</artifactId>
1669             <version>0.0.3-SNAPSHOT</version>
1670           </dependency>
1671         </dependencies>
1672         <executions>
1673           <execution>
1674             <phase>process-sources</phase>
1675             <goals>
1676               <goal>check</goal>
1677             </goals>
1678           </execution>
1679         </executions>
1680         <configuration>
1681           <failsOnError>true</failsOnError>
1682           <configLocation>controller/checkstyle.xml</configLocation>
1683           <consoleOutput>true</consoleOutput>
1684           <includeTestSourceDirectory>true</includeTestSourceDirectory>
1685           <sourceDirectory>${project.basedir}</sourceDirectory>
1686           <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>
1687           <excludes>**\/target\/,**\/bin\/,**\/target-ide\/</excludes>
1688         </configuration>
1689       </plugin>
1690       <plugin>
1691         <groupId>org.apache.maven.plugins</groupId>
1692         <artifactId>maven-failsafe-plugin</artifactId>
1693         <version>${failsafe.version}</version>
1694         <configuration>
1695           <argLine>${testvm.argLine}</argLine>
1696           <systemProperties>
1697             <property>
1698               <name>logback.configurationFile</name>
1699               <value>logback.xml</value>
1700             </property>
1701           </systemProperties>
1702         </configuration>
1703         <executions>
1704           <execution>
1705             <id>failsafe-integration-tests</id>
1706             <phase>integration-test</phase>
1707             <goals>
1708               <goal>integration-test</goal>
1709             </goals>
1710           </execution>
1711           <execution>
1712             <id>failsafe-verify</id>
1713             <phase>verify</phase>
1714             <goals>
1715               <goal>verify</goal>
1716             </goals>
1717           </execution>
1718         </executions>
1719       </plugin>
1720       <plugin>
1721         <groupId>org.apache.maven.plugins</groupId>
1722         <artifactId>maven-surefire-plugin</artifactId>
1723         <version>${surefire.version}</version>
1724         <configuration>
1725           <systemProperties>
1726             <property>
1727               <name>logback.configurationFile</name>
1728               <value>logback.xml</value>
1729             </property>
1730           </systemProperties>
1731         </configuration>
1732       </plugin>
1733       <plugin>
1734         <groupId>org.apache.maven.plugins</groupId>
1735         <artifactId>maven-enforcer-plugin</artifactId>
1736         <version>${enforcer.version}</version>
1737         <executions>
1738           <execution>
1739             <id>enforce-java</id>
1740             <goals>
1741               <goal>enforce</goal>
1742             </goals>
1743             <configuration>
1744               <rules>
1745                 <requireJavaVersion>
1746                   <version>1.7.0</version>
1747                 </requireJavaVersion>
1748               </rules>
1749             </configuration>
1750           </execution>
1751         </executions>
1752       </plugin>
1753     </plugins>
1754     <pluginManagement>
1755       <plugins>
1756         <plugin>
1757           <groupId>org.apache.maven.plugins</groupId>
1758           <artifactId>maven-release-plugin</artifactId>
1759           <version>${releaseplugin.version}</version>
1760         </plugin>
1761         <!-- Ignore/Execute plugin execution -->
1762         <plugin>
1763           <groupId>org.eclipse.m2e</groupId>
1764           <artifactId>lifecycle-mapping</artifactId>
1765           <version>1.0.0</version>
1766           <configuration>
1767             <lifecycleMappingMetadata>
1768               <pluginExecutions>
1769                 <pluginExecution>
1770                   <pluginExecutionFilter>
1771                     <groupId>org.codehaus.mojo</groupId>
1772                     <artifactId>properties-maven-plugin</artifactId>
1773                     <versionRange>[0.0,)</versionRange>
1774                     <goals>
1775                       <goal>set-system-properties</goal>
1776                     </goals>
1777                   </pluginExecutionFilter>
1778                   <action>
1779                     <ignore />
1780                   </action>
1781                 </pluginExecution>
1782                 <pluginExecution>
1783                   <pluginExecutionFilter>
1784                     <groupId>org.codehaus.enunciate</groupId>
1785                     <artifactId>maven-enunciate-plugin</artifactId>
1786                     <versionRange>[0.0,)</versionRange>
1787                     <goals>
1788                       <goal>docs</goal>
1789                     </goals>
1790                   </pluginExecutionFilter>
1791                   <action>
1792                     <ignore />
1793                   </action>
1794                 </pluginExecution>
1795                 <pluginExecution>
1796                   <pluginExecutionFilter>
1797                     <groupId>org.jacoco</groupId>
1798                     <artifactId>jacoco-maven-plugin</artifactId>
1799                     <versionRange>[0.0,)</versionRange>
1800                     <goals>
1801                       <goal>prepare-agent</goal>
1802                       <goal>pre-test</goal>
1803                       <goal>post-test</goal>
1804                     </goals>
1805                   </pluginExecutionFilter>
1806                   <action>
1807                     <ignore />
1808                   </action>
1809                 </pluginExecution>
1810                 <pluginExecution>
1811                   <pluginExecutionFilter>
1812                     <groupId>org.ops4j.pax.exam</groupId>
1813                     <artifactId>maven-paxexam-plugin</artifactId>
1814                     <versionRange>[1.2.4,)</versionRange>
1815                     <goals>
1816                       <goal>generate-depends-file</goal>
1817                     </goals>
1818                   </pluginExecutionFilter>
1819                   <action>
1820                      <execute>
1821                       <runOnIncremental>false</runOnIncremental>
1822                      </execute>
1823                   </action>
1824                 </pluginExecution>
1825                 <pluginExecution>
1826                   <pluginExecutionFilter>
1827                     <groupId>org.apache.maven.plugins</groupId>
1828                     <artifactId>maven-checkstyle-plugin</artifactId>
1829                     <versionRange>[2.0,)</versionRange>
1830                     <goals>
1831                       <goal>check</goal>
1832                     </goals>
1833                   </pluginExecutionFilter>
1834                   <action>
1835                     <ignore />
1836                   </action>
1837                 </pluginExecution>
1838                 <pluginExecution>
1839                   <pluginExecutionFilter>
1840                     <groupId>org.opendaylight.yangtools</groupId>
1841                     <artifactId>yang-maven-plugin</artifactId>
1842                     <versionRange>[0.5,)</versionRange>
1843                     <goals>
1844                       <goal>generate-sources </goal>
1845                     </goals>
1846                   </pluginExecutionFilter>
1847                   <action>
1848                     <ignore />
1849                   </action>
1850                 </pluginExecution>
1851                 <pluginExecution>
1852                   <pluginExecutionFilter>
1853                     <groupId>org.codehaus.groovy.maven</groupId>
1854                     <artifactId>gmaven-plugin</artifactId>
1855                     <versionRange>1.0</versionRange>
1856                     <goals>
1857                       <goal>execute</goal>
1858                     </goals>
1859                   </pluginExecutionFilter>
1860                   <action>
1861                     <ignore />
1862                   </action>
1863                 </pluginExecution>
1864               </pluginExecutions>
1865             </lifecycleMappingMetadata>
1866           </configuration>
1867         </plugin>
1868         <plugin>
1869           <groupId>org.codehaus.enunciate</groupId>
1870           <artifactId>maven-enunciate-plugin</artifactId>
1871           <version>${enunciate.version}</version>
1872           <configuration>
1873             <configFile>enunciate.xml</configFile>
1874           </configuration>
1875           <executions>
1876             <execution>
1877               <goals>
1878                 <goal>docs</goal>
1879               </goals>
1880             </execution>
1881           </executions>
1882           <dependencies>
1883             <dependency>
1884               <groupId>org.opendaylight.controller</groupId>
1885               <artifactId>commons.logback_settings</artifactId>
1886               <version>0.0.2-SNAPSHOT</version>
1887             </dependency>
1888           </dependencies>
1889         </plugin>
1890         <plugin>
1891           <groupId>org.apache.maven.plugins</groupId>
1892           <artifactId>maven-javadoc-plugin</artifactId>
1893           <version>2.8.1</version>
1894           <configuration>
1895             <doclet>org.jboss.apiviz.APIviz</doclet>
1896             <docletArtifact>
1897               <groupId>org.jboss.apiviz</groupId>
1898               <artifactId>apiviz</artifactId>
1899               <version>1.3.2.GA</version>
1900             </docletArtifact>
1901             <finalName>${project.artifactId}-${build.suffix}</finalName>
1902             <useStandardDocletOptions>true</useStandardDocletOptions>
1903             <charset>UTF-8</charset>
1904             <encoding>UTF-8</encoding>
1905             <docencoding>UTF-8</docencoding>
1906             <breakiterator>true</breakiterator>
1907             <version>true</version>
1908             <author>true</author>
1909             <keywords>true</keywords>
1910             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
1911             <failOnError>false</failOnError>
1912           </configuration>
1913         </plugin>
1914         <plugin>
1915           <groupId>org.apache.maven.plugins</groupId>
1916           <artifactId>maven-jxr-plugin</artifactId>
1917           <version>2.3</version>
1918           <configuration>
1919             <aggregate>true</aggregate>
1920             <linkJavadoc>true</linkJavadoc>
1921             <javadocDir>target/apidocs</javadocDir>
1922           </configuration>
1923         </plugin>
1924         <plugin>
1925           <groupId>org.apache.maven.plugins</groupId>
1926           <artifactId>maven-compiler-plugin</artifactId>
1927           <version>${maven.compile.plugin.version}</version>
1928           <configuration>
1929             <source>${java.version.source}</source>
1930             <target>${java.version.target}</target>
1931             <testSource>${java.version.source}</testSource>
1932             <testTarget>${java.version.target}</testTarget>
1933           </configuration>
1934        </plugin>
1935       </plugins>
1936     </pluginManagement>
1937   </build>
1938 </project>