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