88a6ef7bb1bce7b754163f9f877d09176172bbf6
[cdmlib.git] / 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/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>eu.etaxonomy</groupId>
5 <artifactId>cdmlib-parent</artifactId>
6 <version>5.18.0-SNAPSHOT</version>
7 <name>CDM Library</name>
8 <description>The Java implementation of the Common Data Model (CDM), the data model for EDIT's internet platform for cybertaxonomy.</description>
9 <url>http://cybertaxonomy.eu/cdmlib/</url>
10 <inceptionYear>2007</inceptionYear>
11 <packaging>pom</packaging>
12 <modules>
13 <module>cdmlib-commons</module>
14 <module>cdmlib-model</module>
15 <module>cdmlib-db</module>
16 <module>cdmlib-test</module>
17 <module>cdmlib-persistence</module>
18 <module>cdmlib-services</module>
19 <module>cdmlib-ext</module>
20 <module>cdmlib-io</module>
21 <module>cdmlib-remote</module>
22 <module>cdmlib-print</module>
23 <module>cdmlib-remote-webapp</module>
24 <module>cdmlib-cache</module>
25 </modules>
26 <properties>
27 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
28 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
29 <java.codelevel>1.8</java.codelevel>
30 <spring.version>4.3.28.RELEASE</spring.version> <!-- checked 2020-08, further upgrade possible -->
31 <spring-security.version>4.2.18.RELEASE</spring-security.version> <!-- checked 2020-08, further upgrade possible -->
32 <spring-security-oauth2.version>2.5.0.RELEASE</spring-security-oauth2.version> <!-- checked 2020-08 -->
33 <spring-cloud.version>1.1.3.RELEASE</spring-cloud.version>
34 <hibernate.version>5.1.17.Final</hibernate.version>
35 <hibernate-validator.version>6.1.5.Final</hibernate-validator.version> <!-- checked 2020-08 -->
36 <hibernate-search.version>5.5.2.Final</hibernate-search.version>
37 <lucene.version>5.4.1</lucene.version>
38 <unitils.version>3.4.6</unitils.version>
39 <hsqldb.version>2.5.1</hsqldb.version>
40 <!-- 1.8.0.10, 1.9.0-rc6 (manually build only for debugging) -->
41 <httpcomponents.version>4.5.12</httpcomponents.version>
42 <doxia.version>1.9.1</doxia.version> <!-- checked 2020-08 -->
43 <poi.version>4.1.2</poi.version> <!-- checked 2020-08 -->
44 <jackson.version>2.11.2</jackson.version> <!-- checked 2020-08 -->
45 <commons-logging.version>1.2</commons-logging.version> <!-- checked 2020-08 -->
46 <slf4j.version>1.7.30</slf4j.version> <!-- checked 2020-08 -->
47 <jaxb.version>2.2.11</jaxb.version> <!-- checked 2020-08, there is a newer version 3.0.0-MX, not checked if compatible -->
48 <cglib.version>3.3.0</cglib.version>
49 <aspectj.version>1.9.6</aspectj.version> <!-- checked 2020-08 -->
50 <geotools.version>23.2</geotools.version> <!-- checked 2020-08 -->
51
52 <javadoc.opts>-Xdoclint:none</javadoc.opts>
53 </properties>
54
55 <scm>
56 <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib.git</connection>
57 <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib.git</developerConnection>
58 <url>https://dev.e-taxonomy.eu/gitweb/cdmlib.git/tree</url>
59 </scm>
60
61 <prerequisites>
62 <maven>3.2.3</maven>
63 </prerequisites>
64
65 <mailingLists>
66 <mailingList>
67 <name>EDIT Platform Developers</name>
68 <subscribe>
69 https://lists.fu-berlin.de/listinfo/editplatformdevelopers#subscribe
70 </subscribe>
71 <unsubscribe>
72 https://lists.fu-berlin.de/listinfo/editplatformdevelopers#options
73 </unsubscribe>
74 </mailingList>
75 <mailingList>
76 <name>EDIT User</name>
77 <subscribe>
78 https://lists.fu-berlin.de/listinfo/edituser#subscribe
79 </subscribe>
80 <unsubscribe>
81 https://lists.fu-berlin.de/listinfo/edituser#options
82 </unsubscribe>
83 </mailingList>
84 </mailingLists>
85 <licenses>
86 <license>
87 <name>Mozilla Public License Version 1.1</name>
88 <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
89 <distribution>repo</distribution>
90 </license>
91 </licenses>
92 <organization>
93 <name>EDIT</name>
94 <url>https://cybertaxonomy.eu/</url>
95 </organization>
96 <developers>
97 <developer>
98 <!-- your SVN account id please! -->
99 <id>a.kohlbecker</id>
100 <name>
101 Andreas Kohlbecker
102 </name>
103 <email>a.kohlbecker [at] bgbm.org</email>
104 <organization>
105 Botanical Garden Botanical Museum Berlin
106 </organization>
107 <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
108 <timezone>+1</timezone>
109 <roles>
110 <role>Architect</role>
111 <role>Java Developer</role>
112 <role>Release Manager</role>
113 </roles>
114 <url />
115 </developer>
116 <developer>
117 <!-- your SVN account id please! -->
118 <id>k.luther</id>
119 <name>
120 Katja Luther
121 </name>
122 <email>k.luther [at] bgbm.org</email>
123 <organization>
124 Botanical Garden Botanical Museum Berlin
125 </organization>
126 <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
127 <timezone>+1</timezone>
128 <roles>
129 <role>Java Developer</role>
130 </roles>
131 <url />
132 </developer>
133 <developer>
134 <!-- your SVN account id please! -->
135 <id>a.mueller</id>
136 <name>
137 Andreas Müller
138 </name>
139 <email>a.mueller [at] bgbm.org</email>
140 <organization>
141 Botanical Garden Botanical Museum Berlin
142 </organization>
143 <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
144 <timezone>+1</timezone>
145 <roles>
146 <role>Architect</role>
147 <role>Java Developer</role>
148 <role>Release Manager</role>
149 </roles>
150 <url />
151 </developer>
152 <developer>
153 <!-- your SVN account id please! -->
154 <id>p.plitzner</id>
155 <name>
156 Patrick Plitzner
157 </name>
158 <email>p.plitzner [at] bgbm.org</email>
159 <organization>
160 Botanical Garden Botanical Museum Berlin
161 </organization>
162 <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
163 <timezone>+1</timezone>
164 <roles>
165 <role>Java Developer</role>
166 </roles>
167 <url />
168 </developer>
169 </developers>
170 <!--contributors> <contributor> <name>Test-Contributor</name> </contributor>
171 </contributors -->
172 <issueManagement>
173 <system>Redmine</system>
174 <url>https://dev.e-taxonomy.eu/redmine/projects/edit</url>
175 </issueManagement>
176 <ciManagement>
177 <system>Jenkins</system>
178 <url>http://int.e-taxonomy.eu/jenkins</url>
179 </ciManagement>
180 <!-- **** REPOSITORIES **** -->
181 <profiles>
182 <profile>
183 <id>local-repository</id>
184 <activation>
185 <property>
186 <name>localrepo</name>
187 </property>
188 </activation>
189 <repositories>
190 <repository>
191 <id>EditLocalRepository</id>
192 <url>file://${localrepo}/eu/etaxonomy/</url>
193 <releases>
194 <enabled>false</enabled>
195 <updatePolicy>always</updatePolicy>
196 </releases>
197 <snapshots>
198 <enabled>true</enabled>
199 <updatePolicy>always</updatePolicy>
200 </snapshots>
201 </repository>
202 </repositories>
203 </profile>
204 </profiles>
205 <repositories>
206 <!-- the cdm internal repository -->
207 <repository>
208 <id>EditRepository</id>
209 <url>http://cybertaxonomy.eu/mavenrepo/</url>
210 </repository>
211 <!-- apache incubating repository -->
212 <repository>
213 <id>ApacheIncubating</id>
214 <url>http://people.apache.org/repo/m2-incubating-repository/</url>
215 </repository>
216 <!-- Neccessary for hibernate-envers -->
217 <repository>
218 <!-- <releases>
219 <enabled>true</enabled>
220 <updatePolicy>always</updatePolicy>
221 <checksumPolicy>warn</checksumPolicy>
222 </releases>
223 <snapshots>
224 <enabled>false</enabled>
225 <updatePolicy>never</updatePolicy>
226 <checksumPolicy>fail</checksumPolicy>
227 </snapshots> -->
228 <id>jboss-repository</id>
229 <name>JBoss Repository</name>
230 <url>https://repository.jboss.org</url>
231 </repository>
232 <repository>
233 <id>OSGeo Repository</id>
234 <url>https://repo.osgeo.org/repository/release/</url>
235 </repository>
236 </repositories>
237 <!-- **** PLUGINS **** -->
238 <build>
239 <plugins>
240 <plugin>
241 <groupId>org.apache.maven.plugins</groupId>
242 <artifactId>maven-compiler-plugin</artifactId>
243 <version>2.3.2</version>
244 <configuration>
245 <source>${java.codelevel}</source>
246 <target>${java.codelevel}</target>
247 <encoding>${project.build.sourceEncoding}</encoding> <!-- necessary? should be covered by project. properties source encoding -->
248 <!-- to increase stacksize see #6404 -->
249 </configuration>
250 </plugin>
251 <plugin>
252 <groupId>org.apache.maven.plugins</groupId>
253 <artifactId>maven-surefire-plugin</artifactId>
254 <version>3.0.0-M4</version>
255 <configuration>
256 <argLine>-Xmx512M -Dfile.encoding=${project.build.sourceEncoding}</argLine>
257 <runOrder>alphabetical</runOrder>
258 <includes>
259 <include>**/*Test.java</include>
260 </includes>
261 </configuration>
262 </plugin>
263 <plugin>
264 <groupId>org.apache.maven.plugins</groupId>
265 <artifactId>maven-resources-plugin</artifactId>
266 <version>3.0.2</version>
267 <configuration>
268 <encoding>${project.build.sourceEncoding}</encoding>
269 </configuration>
270 </plugin>
271 <plugin>
272 <groupId>org.codehaus.mojo</groupId>
273 <artifactId>buildnumber-maven-plugin</artifactId>
274 <version>1.0-beta-3</version>
275 <executions>
276 <execution>
277 <!--<phase>deploy</phase> -->
278 <goals>
279 <goal>create</goal>
280 </goals>
281 </execution>
282 </executions>
283 <configuration>
284 <doCheck>false</doCheck>
285 <!-- Only create the build number if there are no local modifications -->
286 <doUpdate>false</doUpdate>
287 <!-- automatically update the local svn copy -->
288 </configuration>
289 </plugin>
290 <plugin>
291 <groupId>org.apache.maven.plugins</groupId>
292 <artifactId>maven-site-plugin</artifactId>
293 <version>3.3</version>
294 <configuration>
295 <locales>en</locales>
296 <outputEncoding>UTF-8</outputEncoding><!-- necessary? should be covered by project. properties output encoding -->
297 <!-- chmod: not not use chmod, rather adapt the umask of the user
298 at the server to which the site is deployed -->
299 <chmod>false</chmod>
300 </configuration>
301 </plugin>
302 <plugin>
303 <groupId>org.apache.maven.plugins</groupId>
304 <artifactId>maven-source-plugin</artifactId>
305 <version>2.1.2</version>
306 <executions>
307 <execution>
308 <id>attach-sources</id>
309 <phase>verify</phase>
310 <goals>
311 <goal>jar</goal>
312 </goals>
313 </execution>
314 </executions>
315 </plugin>
316 <plugin>
317 <groupId>org.apache.maven.plugins</groupId>
318 <artifactId>maven-javadoc-plugin</artifactId>
319 <version>2.7</version>
320 <configuration>
321 <stylesheet>maven</stylesheet>
322 <quiet>true</quiet>
323 <detectLinks>true</detectLinks>
324 <failOnError>false</failOnError>
325 <additionalparam>${javadoc.opts}</additionalparam>
326 </configuration>
327 <executions>
328 <execution>
329 <id>aggregate</id>
330 <goals>
331 <goal>aggregate</goal>
332 </goals>
333 <phase>site</phase>
334 </execution>
335 </executions>
336 </plugin>
337 <plugin>
338 <groupId>org.apache.maven.plugins</groupId>
339 <artifactId>maven-eclipse-plugin</artifactId>
340 <version>2.9</version>
341 <configuration>
342 <downloadSources>true</downloadSources>
343 <downloadJavadocs>true</downloadJavadocs>
344 </configuration>
345 </plugin>
346 <plugin>
347 <groupId>com.agilejava.docbkx</groupId>
348 <artifactId>docbkx-maven-plugin</artifactId>
349 <version>2.0.9</version>
350 <executions>
351 <execution>
352 <goals>
353 <goal>generate-html</goal>
354 <goal>generate-pdf</goal>
355 </goals>
356 <phase>pre-site</phase>
357 </execution>
358 </executions>
359 <dependencies>
360 <dependency>
361 <groupId>org.docbook</groupId>
362 <artifactId>docbook-xml</artifactId>
363 <version>4.4</version>
364 <scope>runtime</scope>
365 </dependency>
366 </dependencies>
367 <configuration>
368 <includes>ReferenceDocumentation.xml</includes>
369 <chunkedOutput>true</chunkedOutput>
370 <htmlStylesheet>resources/css/html.css</htmlStylesheet>
371 <xincludeSupported>true</xincludeSupported>
372 <!--<htmlCustomization>src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization> -->
373 <!-- if anyone can get the xsl-fo customization to work properly,
374 then by all means use it <foCustomization>src/docbkx/resources/xsl/fopdf.xsl</foCustomization> -->
375 <entities>
376 <entity>
377 <name>version</name>
378 <value>${project.version}</value>
379 </entity>
380 </entities>
381 <!--We want the final documentation and the required resources
382 to end up in the right place -->
383 <postProcess>
384 <copy todir="target/site/reference">
385 <fileset dir="target/docbkx">
386 <include name="**/*.html" />
387 <include name="**/*.pdf" />
388 </fileset>
389 </copy>
390 <copy todir="target/site/reference/html">
391 <fileset dir="src/docbkx">
392 <include name="**/*.css" />
393 <include name="**/*.png" />
394 <include name="**/*.gif" />
395 <include name="**/*.jpg" />
396 </fileset>
397 </copy>
398 </postProcess>
399 </configuration>
400 </plugin>
401 <plugin>
402 <groupId>org.codehaus.mojo</groupId>
403 <artifactId>wagon-maven-plugin</artifactId>
404 <version>1.0-beta-3</version>
405 <configuration>
406 <fromDir>${project.build.directory}/docbkx/</fromDir>
407 <includes>**/*</includes>
408 <excludes />
409 <url>scpexe://cybertaxonomy.eu</url>
410 <serverId>cybertaxonomy.eu</serverId>
411 <toDir>var/www/wp5.e-taxonomy.eu/cdmlib/reference/${project.version}</toDir>
412 </configuration>
413 <executions>
414 <execution>
415 <id>upload-reference-documentation</id>
416 <phase>site-deploy</phase>
417 <goals>
418 <goal>upload</goal>
419 </goals>
420 </execution>
421 </executions>
422 </plugin>
423 <plugin>
424 <groupId>org.apache.maven.plugins</groupId>
425 <artifactId>maven-release-plugin</artifactId>
426 <version>2.1</version>
427 <configuration>
428 <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
429 <autoVersionSubmodules>true</autoVersionSubmodules>
430 <preparationGoals>clean verify install</preparationGoals>
431 <goals>deploy</goals><!-- skipping site-deploy by explicitly configuring
432 the goal here -->
433 <tagBase>http://dev.e-taxonomy.eu/svn/tags/cdmlib</tagBase>
434 </configuration>
435 </plugin>
436 <plugin>
437 <groupId>external.atlassian.jgitflow</groupId>
438 <artifactId>jgitflow-maven-plugin</artifactId>
439 <version>1.0-m6</version>
440 <configuration>
441 <pushHotfixes>true</pushHotfixes>
442 <pushReleases>true</pushReleases>
443 <enableSshAgent>true</enableSshAgent>
444 <allowSnapshots>true</allowSnapshots>
445 <allowUntracked>true</allowUntracked>
446 </configuration>
447 <dependencies>
448 <!--
449 upgrading dependency jsch.agent.version of jgit-flow plugin to 0.1.53
450 in order have ssl key exchange algorithms compatible with openssh 6.7
451 -->
452 <dependency>
453 <groupId>com.jcraft</groupId>
454 <artifactId>jsch</artifactId>
455 <version>0.1.53</version>
456 </dependency>
457 </dependencies>
458 </plugin>
459 <plugin>
460 <groupId>org.apache.maven.plugins</groupId>
461 <artifactId>maven-enforcer-plugin</artifactId>
462 <version>3.0.0-M2</version>
463 <executions>
464 <execution>
465 <id>enforce</id>
466 <configuration>
467 <fail>true</fail>
468 <skip>false</skip>
469 <rules>
470 <dependencyConvergence />
471 <requireMavenVersion>
472 <version>[3.6.0,)</version>
473 </requireMavenVersion>
474 </rules>
475 </configuration>
476 <goals>
477 <goal>enforce</goal>
478 <!-- Binds by default to the lifecycle phase: validate -->
479 </goals>
480 </execution>
481 </executions>
482 </plugin>
483 </plugins>
484 <extensions>
485 <extension>
486 <groupId>org.apache.maven.wagon</groupId>
487 <artifactId>wagon-scm</artifactId>
488 <version>1.0-beta-6</version>
489 </extension>
490 <extension>
491 <groupId>org.apache.maven.wagon</groupId>
492 <artifactId>wagon-ssh</artifactId>
493 <version>1.0-beta-6</version>
494 </extension>
495 <extension>
496 <groupId>org.apache.maven.wagon</groupId>
497 <artifactId>wagon-ssh-external</artifactId>
498 <version>1.0-beta-6</version>
499 </extension>
500 <extension>
501 <groupId>org.apache.maven.scm</groupId>
502 <artifactId>maven-scm-manager-plexus</artifactId>
503 <version>1.0</version>
504 </extension>
505 <extension>
506 <groupId>org.apache.maven.scm</groupId>
507 <artifactId>maven-scm-provider-svnexe</artifactId>
508 <version>1.0</version>
509 </extension>
510 <!-- WebDAV plugin to upload snapshots -->
511 <extension>
512 <groupId>org.apache.maven.wagon</groupId>
513 <artifactId>wagon-webdav</artifactId>
514 <version>1.0-beta-2</version>
515 </extension>
516 </extensions>
517 <pluginManagement>
518 <plugins>
519 <plugin>
520 <groupId>org.apache.maven.plugins</groupId>
521 <artifactId>maven-antrun-plugin</artifactId>
522 <version>1.7</version>
523 </plugin>
524 </plugins>
525 </pluginManagement>
526 </build>
527 <reporting>
528 <plugins>
529 <plugin>
530 <!-- you will want to start by publishing your classes' Javadocs -->
531 <groupId>org.apache.maven.plugins</groupId>
532 <artifactId>maven-javadoc-plugin</artifactId>
533 <version>2.7</version>
534 <configuration>
535 <detectLinks>true</detectLinks>
536 <additionalparam>${javadoc.opts}</additionalparam>
537 </configuration>
538 </plugin>
539 <plugin>
540 <!-- this will generate an indexed and cross-referenced HTML version
541 of your source code -->
542 <groupId>org.apache.maven.plugins</groupId>
543 <artifactId>maven-jxr-plugin</artifactId>
544 <version>2.2</version>
545 </plugin>
546 <plugin>
547 <!-- if you use @todo tags to remind you of things to be done (which
548 is a good coding practice), the taglist report will generate a list of all
549 the items marked @todo or TODO -->
550 <groupId>org.codehaus.mojo</groupId>
551 <artifactId>taglist-maven-plugin</artifactId>
552 <version>2.4</version>
553 </plugin>
554 <plugin>
555 <!-- Test coverage can be a useful indication of the quality of your
556 unit tests. It basically tells you how much of your code is actually run
557 by your unit tests, which, in turn, can give you a good idea of the tests'
558 quality -->
559 <groupId>org.codehaus.mojo</groupId>
560 <artifactId>cobertura-maven-plugin</artifactId>
561 <version>2.4</version>
562 <!-- <executions> <execution> <id>clean</id> <phase>clean</phase>
563 <goals> <goal>clean</goal> </goals> </execution> </executions> -->
564 </plugin>
565 <!-- -->
566 <plugin>
567 <groupId>org.apache.maven.plugins</groupId>
568 <artifactId>maven-project-info-reports-plugin</artifactId>
569 <version>2.8</version>
570 <configuration>
571 <!-- when the dependencyLocations option is enabled maven will
572 determine if resources are located within a given repository. If that repository
573 doesn’t exist anyomore or is just terribly slow and will produce tons of
574 line in the log starting with: '[ERROR] Unable to determine if resource ...'
575 This will slow down site build drastically, therefore we disable this option
576 here. -->
577 <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
578 </configuration>
579 <!-- just the deafault <reportSets> <reportSet> <reports> <report>dependencies</report>
580 <report>project-team</report> <report>mailing-list</report> <report>cim</report>
581 <report>issue-tracking</report> <report>license</report> <report>scm</report>
582 </reports> </reportSet> </reportSets> -->
583 </plugin>
584 <!-- The changes-maven-plugin plug-in uses a special XML file (src/changes/changes.xml)
585 to track releases and changes in each release -->
586 <plugin>
587 <groupId>org.apache.maven.plugins</groupId>
588 <artifactId>maven-changes-plugin</artifactId>
589 <version>2.3</version>
590 <configuration>
591 <issueLinkTemplatePerSystem>
592 <default>%URL%/ticket/%ISSUE%</default>
593 </issueLinkTemplatePerSystem>
594 </configuration>
595 <reportSets>
596 <reportSet>
597 <reports>
598 <report>changes-report</report>
599 </reports>
600 </reportSet>
601 </reportSets>
602 </plugin>
603 <!-- The changelog plug-in generates a nice report describing which
604 files have been changed and by whom -->
605 <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>changelog-maven-plugin</artifactId>
606 </plugin> -->
607 </plugins>
608
609 </reporting>
610 <!-- DISTRIBUTION MANAGEMENT -->
611 <distributionManagement>
612 <site>
613 <id>cybertaxonomy.eu</id>
614 <name>CDM Library Website</name>
615 <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/cdmlib/</url>
616 </site>
617 <repository>
618 <uniqueVersion>false</uniqueVersion>
619 <id>cybertaxonomy.eu</id>
620 <name>Edit Maven Repository</name>
621 <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/</url>
622 <layout>default</layout>
623 </repository>
624 </distributionManagement>
625 <!-- **** DEPENDENCIES **** -->
626 <dependencies>
627 <dependency>
628 <groupId>junit</groupId>
629 <artifactId>junit</artifactId>
630 </dependency>
631 <dependency>
632 <groupId>log4j</groupId>
633 <artifactId>log4j</artifactId>
634 </dependency>
635 </dependencies>
636 <dependencyManagement>
637 <dependencies>
638 <dependency>
639 <groupId>eu.etaxonomy</groupId>
640 <artifactId>cdmlib-commons</artifactId>
641 <version>${project.version}</version>
642 </dependency>
643 <dependency>
644 <groupId>eu.etaxonomy</groupId>
645 <artifactId>cdmlib-model</artifactId>
646 <version>${project.version}</version>
647 </dependency>
648 <dependency>
649 <groupId>eu.etaxonomy</groupId>
650 <artifactId>cdmlib-persistence</artifactId>
651 <version>${project.version}</version>
652 </dependency>
653 <dependency>
654 <groupId>eu.etaxonomy</groupId>
655 <artifactId>cdmlib-services</artifactId>
656 <version>${project.version}</version>
657 </dependency>
658 <dependency>
659 <groupId>eu.etaxonomy</groupId>
660 <artifactId>cdmlib-io</artifactId>
661 <version>${project.version}</version>
662 </dependency>
663 <dependency>
664 <groupId>eu.etaxonomy</groupId>
665 <artifactId>cdmlib-remote</artifactId>
666 <version>${project.version}</version>
667 </dependency>
668 <dependency>
669 <groupId>eu.etaxonomy</groupId>
670 <artifactId>cdmlib-remote-webapp</artifactId>
671 <version>${project.version}</version>
672 </dependency>
673 <dependency>
674 <groupId>eu.etaxonomy</groupId>
675 <artifactId>cdm-server</artifactId>
676 <version>${project.version}</version>
677 </dependency>
678 <dependency>
679 <groupId>eu.etaxonomy</groupId>
680 <artifactId>cdmlib-ext</artifactId>
681 <version>${project.version}</version>
682 </dependency>
683 <dependency>
684 <groupId>eu.etaxonomy</groupId>
685 <artifactId>cdmlib-print</artifactId>
686 <version>${project.version}</version>
687 </dependency>
688 <!--*********** JAXB********* -->
689 <dependency>
690 <groupId>javax.xml.bind</groupId>
691 <artifactId>jaxb-api</artifactId>
692 <version>2.3.1</version>
693 <!-- checked 2020-08 -->
694 </dependency>
695 <dependency>
696 <!-- dependency for jaxb-api -->
697 <groupId>javax.activation</groupId>
698 <artifactId>javax.activation-api</artifactId>
699 <version>1.2.0</version>
700 <!-- checked 2020-08 -->
701 </dependency>
702 <dependency>
703 <groupId>xml-resolver</groupId>
704 <artifactId>xml-resolver</artifactId>
705 <version>1.2</version>
706 <!-- checked 2020-08 -->
707 </dependency>
708 <dependency>
709 <groupId>org.glassfish.jaxb</groupId>
710 <artifactId>jaxb-runtime</artifactId>
711 <version>${jaxb.version}</version>
712 </dependency>
713 <dependency>
714 <groupId>org.glassfish.jaxb</groupId>
715 <artifactId>jaxb-core</artifactId>
716 <version>${jaxb.version}</version>
717 </dependency>
718 <dependency>
719 <groupId>org.glassfish.jaxb</groupId>
720 <artifactId>jaxb-jxc</artifactId>
721 <version>${jaxb.version}</version>
722 </dependency>
723 <dependency>
724 <!-- jaxb-core dependency -->
725 <groupId>com.sun.istack</groupId>
726 <artifactId>istack-commons-runtime</artifactId>
727 <version>3.0.11</version>
728 </dependency>
729 <dependency>
730 <!-- jaxb-core dependency -->
731 <groupId>jakarta.xml.bind</groupId>
732 <artifactId>jakarta.xml.bind-api</artifactId>
733 <version>2.3.3</version>
734 </dependency>
735 <dependency>
736 <!-- jaxb-core dependency -->
737 <groupId>org.glassfish.jaxb</groupId>
738 <artifactId>txw2</artifactId>
739 <version>2.3.3</version>
740 </dependency>
741 <dependency>
742 <!-- jaxb-core transitive dependency -->
743 <groupId>jakarta.activation</groupId>
744 <artifactId>jakarta.activation-api</artifactId>
745 <version>1.2.2</version>
746 </dependency>
747 <dependency>
748 <!-- jaxb-jxc transitive dependency -->
749 <groupId>com.sun.xml.bind.external</groupId>
750 <artifactId>rngom</artifactId>
751 <version>2.3.3</version>
752 </dependency>
753 <dependency>
754 <groupId>com.sun.xml.bind.external</groupId>
755 <artifactId>relaxng-datatype</artifactId>
756 <version>2.3.3</version>
757 </dependency>
758
759 <dependency>
760 <!-- only for version management org.apache.ant:ant depends in different versions from
761 org.unitils:unitils-easymock:3.4.2 and org.glassfish.jaxb:jaxb-jxc:2.2.11 -->
762 <groupId>org.apache.ant</groupId>
763 <artifactId>ant</artifactId>
764 <version>1.10.8</version>
765 </dependency>
766 <!-- ******* hibernate uses slf4j ******* -->
767 <dependency>
768 <groupId>org.slf4j</groupId>
769 <artifactId>slf4j-api</artifactId>
770 <version>${slf4j.version}</version>
771 </dependency>
772 <dependency>
773 <groupId>org.slf4j</groupId>
774 <artifactId>slf4j-log4j12</artifactId>
775 <version>${slf4j.version}</version>
776 </dependency>
777 <dependency>
778 <!-- try to generally exclude -nop as we try to use log4j12, this is done already for unitils -->
779 <groupId>org.slf4j</groupId>
780 <artifactId>slf4j-nop</artifactId>
781 <version>${slf4j.version}</version>
782 </dependency>
783 <!-- ******* testing ******* -->
784 <dependency>
785 <groupId>junit</groupId>
786 <artifactId>junit</artifactId>
787 <version>4.13</version>
788 <scope>test</scope>
789 </dependency>
790 <dependency>
791 <groupId>com.carrotsearch</groupId>
792 <artifactId>junit-benchmarks</artifactId>
793 <version>0.7.2</version>
794 <scope>test</scope>
795 </dependency>
796 <dependency>
797 <groupId>org.unitils</groupId>
798 <artifactId>unitils-core</artifactId>
799 <version>${unitils.version}</version>
800 <!-- <scope>test</scope> unscoped since we need this dependency at
801 compile time in persistence for H2DbSupport.java -->
802 </dependency>
803 <dependency>
804 <groupId>org.unitils</groupId>
805 <artifactId>unitils-database</artifactId>
806 <version>${unitils.version}</version>
807 <!-- <scope>test</scope> -->
808 <exclusions>
809 <exclusion>
810 <groupId>org.springframework</groupId>
811 <artifactId>spring-jdbc</artifactId>
812 </exclusion>
813 </exclusions>
814 </dependency>
815 <dependency>
816 <groupId>org.unitils</groupId>
817 <artifactId>unitils-dbmaintainer</artifactId>
818 <version>${unitils.version}</version>
819 <!-- <scope>test</scope> -->
820 <exclusions>
821 <exclusion>
822 <groupId>org.hibernate</groupId>
823 <artifactId>hibernate</artifactId>
824 </exclusion>
825 <exclusion>
826 <groupId>org.slf4j</groupId>
827 <artifactId>slf4j-nop</artifactId>
828 </exclusion>
829 </exclusions>
830 </dependency>
831 <dependency>
832 <groupId>org.unitils</groupId>
833 <artifactId>unitils-dbunit</artifactId>
834 <version>${unitils.version}</version>
835 <!-- <scope>test</scope> -->
836 </dependency>
837 <dependency>
838 <groupId>org.unitils</groupId>
839 <artifactId>unitils-easymock</artifactId>
840 <version>${unitils.version}</version>
841 <!-- <scope>test</scope> -->
842 </dependency>
843 <dependency>
844 <groupId>org.unitils</groupId>
845 <artifactId>unitils-mock</artifactId>
846 <version>${unitils.version}</version>
847 <!-- <scope>test</scope> -->
848 </dependency>
849 <dependency>
850 <groupId>org.unitils</groupId>
851 <artifactId>unitils-inject</artifactId>
852 <version>${unitils.version}</version>
853 <!-- <scope>test</scope> -->
854 </dependency>
855 <dependency>
856 <groupId>org.unitils</groupId>
857 <artifactId>unitils-orm</artifactId>
858 <version>${unitils.version}</version>
859 <!-- <scope>test</scope> -->
860 <exclusions>
861 <exclusion>
862 <groupId>javax.persistence</groupId>
863 <artifactId>persistence-api</artifactId>
864 </exclusion>
865 </exclusions>
866 </dependency>
867 <dependency>
868 <groupId>org.unitils</groupId>
869 <artifactId>unitils-spring</artifactId>
870 <version>${unitils.version}</version>
871 <!-- <scope>test</scope> -->
872 </dependency>
873 <dependency>
874 <groupId>xmlunit</groupId>
875 <artifactId>xmlunit</artifactId>
876 <version>1.6</version>
877 <!-- <scope>test</scope> -->
878 </dependency>
879 <!-- <dependency>
880 <groupId>org.dbunit</groupId>
881 <artifactId>dbunit</artifactId>
882 <version>2.4.9</version> -->
883 <!-- <scope>test</scope> -->
884 <!-- </dependency> -->
885 <!-- dependency of unitils-database, but with lower number there ,
886 higher number needed for compatibility with current hibernate and Java 1.6
887 PreparedStatement -->
888 <dependency>
889 <groupId>commons-dbcp</groupId>
890 <artifactId>commons-dbcp</artifactId>
891 <version>1.4</version>
892 <!-- <scope>test</scope> -->
893 </dependency>
894 <dependency>
895 <groupId>eu.etaxonomy</groupId>
896 <artifactId>cdmlib-test</artifactId>
897 <!-- <scope>test</scope> -->
898 <version>${project.version}</version>
899 </dependency>
900 <!-- ******* aspect ******* -->
901 <dependency>
902 <groupId>org.aspectj</groupId>
903 <artifactId>aspectjrt</artifactId>
904 <version>${aspectj.version}</version>
905 </dependency>
906 <dependency>
907 <groupId>org.aspectj</groupId>
908 <artifactId>aspectjweaver</artifactId>
909 <version>${aspectj.version}</version>
910 </dependency>
911 <!-- ******* VARIOUS ******* -->
912 <dependency>
913 <groupId>log4j</groupId>
914 <artifactId>log4j</artifactId>
915 <version>1.2.17</version>
916 </dependency>
917 <dependency>
918 <groupId>net.sf.opencsv</groupId>
919 <artifactId>opencsv</artifactId>
920 <version>2.3</version>
921 </dependency>
922 <dependency>
923 <!-- TODO what is this for? -->
924 <groupId>org.eclipse</groupId>
925 <artifactId>osgi</artifactId>
926 <version>3.6.0</version>
927 </dependency>
928 <dependency>
929 <groupId>cglib</groupId>
930 <artifactId>cglib</artifactId>
931 <version>${cglib.version}</version>
932 </dependency>
933 <dependency>
934 <groupId>cglib</groupId>
935 <artifactId>cglib-nodep</artifactId>
936 <version>${cglib.version}</version>
937 </dependency>
938 <dependency>
939 <groupId>commons-lang</groupId>
940 <artifactId>commons-lang</artifactId>
941 <version>2.6</version>
942 </dependency>
943 <dependency>
944 <groupId>org.apache.commons</groupId>
945 <artifactId>commons-lang3</artifactId>
946 <version>3.11</version>
947 </dependency>
948 <dependency>
949 <groupId>commons-collections</groupId>
950 <artifactId>commons-collections</artifactId>
951 <version>3.2.2</version>
952 </dependency>
953 <dependency>
954 <groupId>org.apache.httpcomponents</groupId>
955 <artifactId>httpclient</artifactId>
956 <version>${httpcomponents.version}</version>
957 </dependency>
958 <dependency>
959 <groupId>org.apache.httpcomponents</groupId>
960 <artifactId>httpcore</artifactId>
961 <version>4.4.13</version>
962 </dependency>
963 <dependency>
964 <groupId>commons-io</groupId>
965 <artifactId>commons-io</artifactId>
966 <version>2.7</version>
967 </dependency>
968 <dependency>
969 <groupId>org.apache.commons</groupId>
970 <artifactId>commons-compress</artifactId>
971 <version>1.20</version>
972 </dependency>
973 <dependency>
974 <groupId>org.checkerframework</groupId>
975 <artifactId>checker-qual</artifactId>
976 <version>3.6.0</version>
977 </dependency>
978 <!-- only for version management, poi currently requires 1.6, commons-logging
979 1.1.1 requires 1.6, so we update here to the latest version -->
980 <dependency>
981 <groupId>commons-codec</groupId>
982 <artifactId>commons-codec</artifactId>
983 <version>1.14</version>
984 </dependency>
985 <!-- only for version management, httpcore:4.2.4, commons-beanutils:1.8.3,
986 commons-collections:3.2.1 currently require 1.1.1 , httpclient:4.2.3, spring-modules-cache
987 require 1.1 and batik-ext requires 1.0.4, so we update here to the latest
988 version 1.1.2, poi and springframework require 1.1.3 -->
989 <dependency>
990 <groupId>commons-logging</groupId>
991 <artifactId>commons-logging</artifactId>
992 <version>${commons-logging.version}</version>
993 </dependency>
994 <!-- only for version management, hibernate-commons-annotations:4.0.1.Final
995 requires 3.1.0.CR2 , hibernate-ehcache:4.1.10 requires 3.1.0.GA , so we update
996 here to the latest version 3.1.3.GA -->
997 <dependency>
998 <groupId>org.jboss.logging</groupId>
999 <artifactId>jboss-logging</artifactId>
1000 <version>3.4.1.Final</version>
1001 <!-- checked 2020-08 -->
1002 </dependency>
1003 <dependency>
1004 <!-- since hibernate 5.0.4 Dialect throws exception if jta is missing -->
1005 <groupId>javax.transaction</groupId>
1006 <artifactId>jta</artifactId>
1007 <version>1.1</version>
1008 </dependency>
1009
1010 <!-- TODO xerces xmlParserAPIs duplicates many classes from jre and
1011 xml-apis. It is a dependency that comes with xom:xom -->
1012 <dependency>
1013 <groupId>org.apache.jena</groupId>
1014 <artifactId>jena-tdb</artifactId>
1015 <version>1.1.2</version>
1016 </dependency>
1017
1018 <dependency>
1019 <groupId>net.sf.ezmorph</groupId>
1020 <artifactId>ezmorph</artifactId>
1021 <version>1.0.6</version>
1022 </dependency>
1023 <dependency>
1024 <groupId>commons-beanutils</groupId>
1025 <artifactId>commons-beanutils</artifactId>
1026 <version>1.9.4</version>
1027 </dependency>
1028 <dependency>
1029 <groupId>net.sf.json-lib</groupId>
1030 <artifactId>json-lib</artifactId>
1031 <version>2.4</version>
1032 <classifier>jdk15</classifier>
1033 </dependency>
1034 <!-- media -->
1035 <dependency>
1036 <groupId>org.devlib.schmidt</groupId>
1037 <artifactId>imageinfo</artifactId>
1038 <version>1.9</version>
1039 </dependency>
1040 <dependency>
1041 <groupId>de.digitalcollections.iiif</groupId>
1042 <artifactId>iiif-apis</artifactId>
1043 <version>0.3.8</version>
1044 </dependency>
1045 <!-- <dependency> -->
1046 <!-- only for version management iterators depends in different versions from -->
1047 <!-- de.digitalcollections.iiif:iiif-apis:0.3.7 -->
1048 <!-- <groupId>org.dmfs</groupId> -->
1049 <!-- <artifactId>iterators</artifactId> -->
1050 <!-- <version>1.5</version> -->
1051 <!-- </dependency> -->
1052 <!-- -->
1053 <dependency>
1054 <groupId>org.apache.poi</groupId>
1055 <artifactId>poi</artifactId>
1056 <version>${poi.version}</version>
1057 </dependency>
1058 <dependency>
1059 <groupId>org.apache.poi</groupId>
1060 <artifactId>poi-ooxml-schemas</artifactId>
1061 <version>${poi.version}</version>
1062 </dependency>
1063 <dependency>
1064 <groupId>org.apache.poi</groupId>
1065 <artifactId>poi-ooxml</artifactId>
1066 <version>${poi.version}</version>
1067 </dependency>
1068 <dependency>
1069 <groupId>org.apache.poi</groupId>
1070 <artifactId>ooxml-schemas</artifactId>
1071 <version>1.4</version>
1072 </dependency>
1073 <!-- <dependency> -->
1074 <!-- maybe needed in cdmlib-io, see https://poi.apache.org/help/faq.html question 3 on when to use ooxml-schemas and when poi-ooxml-schemas -->
1075 <!-- <groupId>org.apache.poi</groupId> -->
1076 <!-- <artifactId>ooxml-schemas</artifactId> -->
1077 <!-- <version>1.4</version> -->
1078 <!-- </dependency> -->
1079 <dependency>
1080 <!-- only for version management xmlbeans depends in different versions from
1081 org.apache.poi:poi-ooxml-schemas:3.13 and org.apache.poi:ooxml-schemas:1.4 -->
1082 <groupId>org.apache.xmlbeans</groupId>
1083 <artifactId>xmlbeans</artifactId>
1084 <version>3.1.0</version>
1085 <!-- checked 2020-08 -->
1086 </dependency>
1087 <dependency>
1088 <groupId>org.docx4j</groupId>
1089 <artifactId>docx4j</artifactId>
1090 <version>6.1.2</version>
1091 </dependency>
1092 <dependency>
1093 <!-- only for version management jcl-over-slf4j depends in different versions from
1094 org.docx4j:docx4j:6.0.1 and org.apache.jena:jjena-tdb:1.1.2 -->
1095 <groupId>org.slf4j</groupId>
1096 <artifactId>jcl-over-slf4j</artifactId>
1097 <version>1.7.25</version>
1098 </dependency>
1099 <dependency>
1100 <!-- only for version management xalan depends in different versions from
1101 org.docx4j:docx4j:6.0.1 and xom:xom:1.2.5 -->
1102 <groupId>xalan</groupId>
1103 <artifactId>xalan</artifactId>
1104 <version>2.7.2</version>
1105 </dependency>
1106 <dependency>
1107 <!-- only for version management org.apache.xmlgraphics:xmlgraphics-commons depends in different versions from
1108 org.docx4j:docx4j:6.0.1 and org.apache.xmlgraphics:fop:1.1 -->
1109 <groupId>org.apache.xmlgraphics</groupId>
1110 <artifactId>xmlgraphics-commons</artifactId>
1111 <version>2.4</version>
1112 </dependency>
1113 <dependency>
1114 <groupId>org.apache.commons</groupId>
1115 <artifactId>commons-imaging</artifactId>
1116 <version>1.0-alpha2</version>
1117 </dependency>
1118 <!-- joda-time -->
1119 <dependency>
1120 <groupId>joda-time</groupId>
1121 <artifactId>joda-time</artifactId>
1122 <version>2.10.6</version>
1123 </dependency>
1124 <!-- maybe replaced by usertype.core -->
1125 <dependency>
1126 <groupId>org.jadira.usertype</groupId>
1127 <artifactId>usertype.jodatime</artifactId>
1128 <version>2.0.1</version>
1129 </dependency>
1130 <dependency>
1131 <groupId>org.apache.lucene</groupId>
1132 <artifactId>lucene-core</artifactId>
1133 <version>${lucene.version}</version>
1134 </dependency>
1135 <dependency>
1136 <groupId>org.apache.lucene</groupId>
1137 <artifactId>lucene-suggest</artifactId>
1138 <version>${lucene.version}</version>
1139 </dependency>
1140 <dependency>
1141 <groupId>org.apache.lucene</groupId>
1142 <artifactId>lucene-analyzers-common</artifactId>
1143 <version>${lucene.version}</version>
1144 </dependency>
1145 <dependency>
1146 <groupId>org.apache.lucene</groupId>
1147 <artifactId>lucene-queryparser</artifactId>
1148 <version>${lucene.version}</version>
1149 </dependency>
1150 <dependency>
1151 <groupId>org.apache.lucene</groupId>
1152 <artifactId>lucene-highlighter</artifactId>
1153 <version>${lucene.version}</version>
1154 </dependency>
1155 <dependency>
1156 <groupId>org.apache.lucene</groupId>
1157 <artifactId>lucene-grouping</artifactId>
1158 <version>${lucene.version}</version>
1159 </dependency>
1160 <dependency>
1161 <groupId>org.apache.lucene</groupId>
1162 <artifactId>lucene-join</artifactId>
1163 <version>${lucene.version}</version>
1164 </dependency>
1165 <dependency>
1166 <groupId>org.apache.lucene</groupId>
1167 <artifactId>lucene-backward-codecs</artifactId>
1168 <version>${lucene.version}</version>
1169 </dependency>
1170 <dependency>
1171 <groupId>org.apache.lucene</groupId>
1172 <artifactId>lucene-misc</artifactId>
1173 <version>${lucene.version}</version>
1174 </dependency>
1175 <dependency>
1176 <groupId>org.apache.lucene</groupId>
1177 <artifactId>lucene-facet</artifactId>
1178 <version>${lucene.version}</version>
1179 </dependency>
1180
1181 <dependency>
1182 <groupId>com.ibm.lsid</groupId>
1183 <artifactId>lsid-client</artifactId>
1184 <version>1.1.2</version>
1185 </dependency>
1186 <dependency>
1187 <groupId>com.ibm.lsid</groupId>
1188 <artifactId>lsid-server</artifactId>
1189 <version>1.1.2</version>
1190 </dependency>
1191 <dependency>
1192 <groupId>wsdl4j</groupId>
1193 <artifactId>wsdl4j</artifactId>
1194 <version>1.6.3</version>
1195 </dependency>
1196 <dependency>
1197 <groupId>net.sf.dozer</groupId>
1198 <artifactId>dozer</artifactId>
1199 <version>5.3.0</version>
1200 </dependency>
1201 <dependency>
1202 <groupId>net.sf.ehcache</groupId>
1203 <artifactId>ehcache-core</artifactId>
1204 <version>2.6.11</version>
1205 </dependency>
1206 <!-- ******* XML ******* -->
1207 <dependency>
1208 <groupId>xml-apis</groupId>
1209 <artifactId>xml-apis</artifactId>
1210 <!--
1211 WARNING: do not upgrade to later versions 2.0.x of xml-apis
1212 since these are effectivly reloaded to the early beta version
1213 1.0.b2
1214 -->
1215 <version>1.4.01</version>
1216 </dependency>
1217 <dependency>
1218 <groupId>xerces</groupId>
1219 <artifactId>xercesImpl</artifactId>
1220 <version>2.12.0</version>
1221 <!-- checked 2020-08 -->
1222 </dependency>
1223 <!-- >batik-ext required by Xerces 2.11.0 for class ElementTraversal,
1224 as this is not included anymore in xml-apis 2.x -->
1225 <!-- <dependency> -->
1226 <!-- <groupId>org.apache.xmlgraphics</groupId> -->
1227 <!-- <artifactId>batik-ext</artifactId> -->
1228 <!-- <version>1.13</version> -->
1229 <!-- </dependency> -->
1230 <dependency> <!-- required by cdmlib-print -->
1231 <groupId>org.apache.xmlgraphics</groupId>
1232 <artifactId>fop</artifactId>
1233 <!-- version 1.1 does NOT work, because it depends on avalon-framework-api
1234 4.2.0 which is not available in central maven repository under the given
1235 groupID -->
1236 <version>2.5</version>
1237 <exclusions>
1238 <!-- 1.1 depends on an old version of avalon-framework which does
1239 not exist in mvn repository under this groupId (has old groupId) -->
1240 <exclusion>
1241 <groupId>org.apache.avalon.framework</groupId>
1242 <artifactId>avalon-framework-api</artifactId>
1243 </exclusion>
1244 <exclusion>
1245 <groupId>org.apache.avalon.framework</groupId>
1246 <artifactId>avalon-framework-impl</artifactId>
1247 </exclusion>
1248 </exclusions>
1249 </dependency>
1250 <!-- not directly required, but fix mentioned to force correct version
1251 number 4.3.1. Required by org.apache.xmlgraphics/fop 1.1 Remove when dependency
1252 in fop in corrected. -->
1253 <dependency>
1254 <groupId>org.apache.avalon.framework</groupId>
1255 <artifactId>avalon-framework-api</artifactId>
1256 <version>4.3.1</version>
1257 </dependency>
1258 <dependency>
1259 <groupId>org.odftoolkit</groupId>
1260 <artifactId>odfdom-java</artifactId>
1261 <version>0.8.7</version>
1262 </dependency>
1263 <dependency>
1264 <!-- used in eu.etaxonomy.cdm.io.markup and for swagger -->
1265 <groupId>com.google.guava</groupId>
1266 <artifactId>guava</artifactId>
1267 <version>29.0-jre</version>
1268 </dependency>
1269 <!-- last jdom 1.x version -->
1270 <dependency>
1271 <groupId>org.jdom</groupId>
1272 <artifactId>jdom</artifactId>
1273 <version>1.1.3</version>
1274 </dependency>
1275 <!-- jdom2 may exist in parallel to jdom(1) as it uses a different package structure -->
1276 <dependency>
1277 <groupId>org.jdom</groupId>
1278 <artifactId>jdom2</artifactId>
1279 <version>2.0.6</version>
1280 </dependency>
1281 <dependency>
1282 <groupId>com.thoughtworks.xstream</groupId>
1283 <artifactId>xstream</artifactId>
1284 <version>1.4.12</version>
1285 </dependency>
1286 <dependency>
1287 <groupId>xmlpull</groupId>
1288 <artifactId>xmlpull</artifactId>
1289 <version>1.2.0</version>
1290 </dependency>
1291 <dependency>
1292 <groupId>xpp3</groupId>
1293 <artifactId>xpp3</artifactId>
1294 <version>1.1.4c</version>
1295 </dependency>
1296 <dependency>
1297 <groupId>stax</groupId>
1298 <artifactId>stax</artifactId>
1299 <version>1.2.0</version>
1300 </dependency>
1301 <dependency>
1302 <groupId>xom</groupId>
1303 <artifactId>xom</artifactId>
1304 <version>1.3.5</version>
1305 <exclusions>
1306 <!-- need to exclude com.ibm.icu:icu4j since it contains an invalid
1307 file which causes the jetty-maven-plugin to fail see http://stackoverflow.com/questions/3026956/javassist-failure-in-hibernate-invalid-constant-type-60 -->
1308 <exclusion>
1309 <groupId>com.ibm.icu</groupId>
1310 <artifactId>icu4j</artifactId>
1311 </exclusion>
1312 </exclusions>
1313 </dependency>
1314 <!-- ******* SAXON (ViBRANT)******* -->
1315 <dependency>
1316 <groupId>net.sf.saxon</groupId>
1317 <artifactId>Saxon-HE</artifactId>
1318 <version>10.1</version>
1319 </dependency>
1320 <!-- ******* http components (ViBRANT)******* -->
1321 <dependency>
1322 <groupId>org.apache.httpcomponents</groupId>
1323 <artifactId>httpmime</artifactId>
1324 <version>${httpcomponents.version}</version>
1325 </dependency>
1326 <!-- ***** json ******************** -->
1327 <dependency>
1328 <groupId>org.json</groupId>
1329 <artifactId>json</artifactId>
1330 <version>20200518</version>
1331 </dependency>
1332 <!-- ******* HIBERNATE / EJB3 ******* -->
1333 <dependency>
1334 <groupId>org.hibernate.javax.persistence</groupId>
1335 <artifactId>hibernate-jpa-2.1-api</artifactId>
1336 <version>1.0.2.Final</version>
1337 </dependency>
1338 <dependency>
1339 <groupId>org.hibernate</groupId>
1340 <artifactId>hibernate-core</artifactId>
1341 <version>${hibernate.version}</version>
1342 </dependency>
1343 <dependency>
1344 <groupId>org.hibernate</groupId>
1345 <artifactId>hibernate-entitymanager</artifactId>
1346 <version>${hibernate.version}</version>
1347 </dependency>
1348 <dependency>
1349 <groupId>org.hibernate</groupId>
1350 <artifactId>hibernate-ehcache</artifactId>
1351 <version>${hibernate.version}</version>
1352 </dependency>
1353 <dependency>
1354 <groupId>org.hibernate</groupId>
1355 <artifactId>hibernate-envers</artifactId>
1356 <version>${hibernate.version}</version>
1357 </dependency>
1358 <dependency>
1359 <groupId>org.hibernate</groupId>
1360 <artifactId>hibernate-c3p0</artifactId>
1361 <version>${hibernate.version}</version>
1362 </dependency>
1363 <dependency>
1364 <groupId>com.mchange</groupId>
1365 <artifactId>c3p0</artifactId>
1366 <!--
1367 IMPORTANT!!!
1368 when changing the version of this artifact, the
1369 version in cdm-server pom.xml must be changed
1370 the same otherwise db connections through jndi
1371 will not work!
1372 NOTE: not so critical anymore as we use cdmlib-db
1373 now for both projects
1374 -->
1375 <version>0.9.5.2</version>
1376 </dependency>
1377 <dependency>
1378 <groupId>org.hibernate.common</groupId>
1379 <artifactId>hibernate-commons-annotations</artifactId>
1380 <version>5.1.0.Final</version>
1381 </dependency>
1382 <dependency>
1383 <groupId>org.hibernate</groupId>
1384 <artifactId>hibernate-search-orm</artifactId>
1385 <version>${hibernate-search.version}</version>
1386 </dependency>
1387 <dependency>
1388 <groupId>org.hibernate</groupId>
1389 <artifactId>hibernate-search-engine</artifactId>
1390 <version>${hibernate-search.version}</version>
1391 </dependency>
1392 <dependency>
1393 <groupId>org.javassist</groupId>
1394 <artifactId>javassist</artifactId>
1395 <version>3.27.0-GA</version>
1396 </dependency>
1397 <dependency>
1398 <groupId>org.hibernate</groupId>
1399 <artifactId>hibernate-cglib-repack</artifactId>
1400 <version>2.1_3</version>
1401 </dependency>
1402
1403 <!-- ******* SPRING ******* -->
1404 <dependency>
1405 <groupId>org.springframework</groupId>
1406 <artifactId>spring-core</artifactId>
1407 <version>${spring.version}</version>
1408 </dependency>
1409 <dependency>
1410 <groupId>org.springframework</groupId>
1411 <artifactId>spring-context</artifactId>
1412 <version>${spring.version}</version>
1413 </dependency>
1414 <dependency>
1415 <groupId>org.springframework</groupId>
1416 <artifactId>spring-beans</artifactId>
1417 <version>${spring.version}</version>
1418 </dependency>
1419 <dependency>
1420 <groupId>org.springframework</groupId>
1421 <artifactId>spring-orm</artifactId>
1422 <version>${spring.version}</version>
1423 </dependency>
1424 <dependency>
1425 <groupId>org.springframework</groupId>
1426 <artifactId>spring-jdbc</artifactId>
1427 <version>${spring.version}</version>
1428 </dependency>
1429 <dependency>
1430 <groupId>org.springframework</groupId>
1431 <artifactId>spring-tx</artifactId>
1432 <version>${spring.version}</version>
1433 </dependency>
1434 <dependency>
1435 <groupId>org.springframework</groupId>
1436 <artifactId>spring-test</artifactId>
1437 <version>${spring.version}</version>
1438 </dependency>
1439 <dependency>
1440 <groupId>org.springframework</groupId>
1441 <artifactId>spring-web</artifactId>
1442 <version>${spring.version}</version>
1443 </dependency>
1444 <dependency>
1445 <groupId>org.springframework</groupId>
1446 <artifactId>spring-webmvc</artifactId>
1447 <version>${spring.version}</version>
1448 </dependency>
1449 <dependency>
1450 <groupId>org.springframework</groupId>
1451 <artifactId>spring-aop</artifactId>
1452 <version>${spring.version}</version>
1453 </dependency>
1454 <dependency>
1455 <groupId>org.springframework</groupId>
1456 <artifactId>spring-aspects</artifactId>
1457 <version>${spring.version}</version>
1458 </dependency>
1459 <dependency>
1460 <groupId>org.springframework</groupId>
1461 <artifactId>spring-expression</artifactId>
1462 <version>${spring.version}</version>
1463 </dependency>
1464 <dependency>
1465 <groupId>org.springframework</groupId>
1466 <artifactId>spring-context-support</artifactId>
1467 <version>${spring.version}</version>
1468 </dependency>
1469 <dependency>
1470 <groupId>org.springframework</groupId>
1471 <artifactId>spring-oxm</artifactId>
1472 <version>${spring.version}</version>
1473 </dependency>
1474 <dependency>
1475 <groupId>org.springframework.security</groupId>
1476 <artifactId>spring-security-core</artifactId>
1477 <version>${spring-security.version}</version>
1478 </dependency>
1479 <dependency>
1480 <groupId>org.springframework.security</groupId>
1481 <artifactId>spring-security-config</artifactId>
1482 <version>${spring-security.version}</version>
1483 </dependency>
1484 <dependency>
1485 <groupId>org.springframework.security</groupId>
1486 <artifactId>spring-security-web</artifactId>
1487 <version>${spring-security.version}</version>
1488 </dependency>
1489 <dependency>
1490 <groupId>org.springframework.security.oauth</groupId>
1491 <artifactId>spring-security-oauth2</artifactId>
1492 <version>${spring-security-oauth2.version}</version>
1493 </dependency>
1494 <dependency>
1495 <groupId>org.springframework.cloud</groupId>
1496 <artifactId>spring-cloud-security</artifactId>
1497 <version>${spring-security.version}</version>
1498 </dependency>
1499 <dependency>
1500 <!-- required by spring security core, but not needed anymore in spring security 5.x -->
1501 <groupId>aopalliance</groupId>
1502 <artifactId>aopalliance</artifactId>
1503 <version>1.0</version>
1504 </dependency>
1505
1506 <!-- ******* SERVLET/JSP/JSF ******* -->
1507 <dependency>
1508 <groupId>javax.servlet</groupId>
1509 <artifactId>javax.servlet-api</artifactId>
1510 <version>4.0.1</version>
1511 <!-- checked 2020-08 -->
1512 </dependency>
1513
1514 <!-- yourkit profiler api controller (used in ..) -->
1515 <dependency>
1516 <groupId>com.yourkit</groupId>
1517 <artifactId>yjp-controller-api-redist</artifactId>
1518 <version>2015-build-15086</version>
1519 <scope>test</scope>
1520 </dependency>
1521 <!-- For Validation -->
1522 <dependency>
1523 <groupId>javax.validation</groupId>
1524 <artifactId>validation-api</artifactId>
1525 <version>2.0.1.Final</version>
1526 <!-- checked 2020-08 -->
1527 </dependency>
1528 <dependency>
1529 <groupId>org.hibernate.validator</groupId>
1530 <artifactId>hibernate-validator</artifactId>
1531 <version>${hibernate-validator.version}</version>
1532 </dependency>
1533 <dependency>
1534 <groupId>com.fasterxml</groupId>
1535 <artifactId>classmate</artifactId>
1536 <version>1.5.1</version>
1537 <!-- checked 2020-08 -->
1538 </dependency>
1539 <dependency>
1540 <groupId>javax.el</groupId>
1541 <artifactId>javax.el-api</artifactId>
1542 <version>3.0.0</version>
1543 <!-- checked 2020-08 -->
1544 </dependency>
1545 <dependency>
1546 <groupId>jakarta.validation</groupId>
1547 <artifactId>jakarta.validation-api</artifactId>
1548 <version>3.0.0</version>
1549 <!-- checked 2020-08 -->
1550 </dependency>
1551 <dependency>
1552 <groupId>org.glassfish.web</groupId>
1553 <artifactId>javax.el</artifactId>
1554 <version>2.2.6</version>
1555 </dependency>
1556 <dependency>
1557 <groupId>org.hibernate.validator</groupId>
1558 <artifactId>hibernate-validator-cdi</artifactId>
1559 <version>${hibernate-validator.version}</version>
1560 </dependency>
1561 <dependency>
1562 <!-- not clear if needed, but if needed v8.0 should be used to avoid problems with javax.validation.BootstrapConfiguration -->
1563 <!-- it was a (currently excluded) transitiv dependency from org.geotools/gt-referencing used in cdmlib-ext -->
1564 <groupId>javax</groupId>
1565 <artifactId>javaee-api</artifactId>
1566 <version>8.0.1</version>
1567 </dependency>
1568
1569 <!-- for ikey-plus -->
1570 <dependency>
1571 <groupId>identificationKeyAPI</groupId>
1572 <artifactId>identificationKeyAPI</artifactId>
1573 <version>1.0</version> <!-- was <version>1.0-SNAPSHOT</version> -->
1574 </dependency>
1575 <dependency>
1576 <groupId>com.itextpdf</groupId>
1577 <artifactId>itextpdf</artifactId>
1578 <version>5.5.13.1</version>
1579 <scope>compile</scope>
1580 </dependency>
1581 <!-- AptView -->
1582 <dependency>
1583 <groupId>org.apache.maven.doxia</groupId>
1584 <artifactId>doxia-module-apt</artifactId>
1585 <version>${doxia.version}</version>
1586 </dependency>
1587 <dependency>
1588 <groupId>org.apache.maven.doxia</groupId>
1589 <artifactId>doxia-module-xhtml</artifactId>
1590 <version>${doxia.version}</version>
1591 </dependency>
1592 <dependency>
1593 <!-- managing version of plexus-utils to avoid multiple versions (3.0.15, 1.4.5) of the artifact -->
1594 <groupId>org.codehaus.plexus</groupId>
1595 <artifactId>plexus-utils</artifactId>
1596 <version>3.3.0</version>
1597 <!-- checked 2020-08 -->
1598 </dependency>
1599 <!-- swagger (rest service doc) -->
1600 <dependency>
1601 <groupId>io.swagger</groupId>
1602 <artifactId>swagger-annotations</artifactId>
1603 <!-- should match the springfox-swagger2 depends on -->
1604 <version>1.5.10</version>
1605 </dependency>
1606
1607 <!-- dependencies for swagger-springmvc, added explicitely -->
1608 <dependency>
1609 <groupId>com.fasterxml.jackson.core</groupId>
1610 <artifactId>jackson-databind</artifactId>
1611 <version>${jackson.version}</version>
1612 </dependency>
1613 <dependency>
1614 <groupId>com.fasterxml.jackson.core</groupId>
1615 <artifactId>jackson-core</artifactId>
1616 <version>${jackson.version}</version>
1617 </dependency>
1618 <dependency>
1619 <groupId>com.fasterxml.jackson.core</groupId>
1620 <artifactId>jackson-annotations</artifactId>
1621 <version>${jackson.version}</version>
1622 </dependency>
1623 <!-- END of dependencies for swagger-springmvc, added explicitely -->
1624 <dependency>
1625 <groupId>io.springfox</groupId>
1626 <artifactId>springfox-swagger2</artifactId>
1627 <version>2.6.1</version>
1628 </dependency>
1629
1630 <!-- ******* DATABASES DRIVER ******* -->
1631 <dependency>
1632 <groupId>mysql</groupId>
1633 <artifactId>mysql-connector-java</artifactId>
1634 <version>8.0.21</version>
1635 </dependency>
1636 <dependency>
1637 <groupId>org.mariadb.jdbc</groupId>
1638 <artifactId>mariadb-java-client</artifactId>
1639 <version>2.6.2</version>
1640 </dependency>
1641 <dependency>
1642 <groupId>org.postgresql</groupId>
1643 <artifactId>postgresql</artifactId>
1644 <version>42.2.15</version>
1645 </dependency>
1646 <dependency>
1647 <groupId>com.h2database</groupId>
1648 <artifactId>h2</artifactId>
1649 <version>1.4.190</version>
1650 </dependency>
1651 <!--for sqlserver2008 and sqlserver2005 -->
1652 <dependency>
1653 <groupId>com.microsoft.sqlserver</groupId>
1654 <artifactId>jdbc4</artifactId>
1655 <version>2.0</version>
1656 </dependency>
1657 <dependency>
1658 <groupId>org.hsqldb</groupId>
1659 <artifactId>hsqldb</artifactId>
1660 <version>${hsqldb.version}</version>
1661 </dependency>
1662 <dependency>
1663 <!-- SQL Server and Sybase -->
1664 <groupId>net.sourceforge.jtds</groupId>
1665 <artifactId>jtds</artifactId>
1666 <version>1.3.1</version>
1667 </dependency>
1668 <dependency>
1669 <groupId>oracle</groupId>
1670 <artifactId>ojdbc14</artifactId>
1671 <version>10.2.0.4.0</version>
1672 </dependency>
1673 <!-- <dependency>
1674 <groupId>ojdbc</groupId>
1675 <artifactId>ojdbc</artifactId>
1676 <version>14</version>
1677 </dependency> -->
1678 <dependency>
1679 <groupId>com.taskadapter</groupId>
1680 <artifactId>redmine-java-api</artifactId>
1681 <version>3.1.0</version>
1682 </dependency>
1683 <!-- GIS/KML -->
1684 <dependency>
1685 <groupId>de.micromata.jak</groupId>
1686 <artifactId>JavaAPIforKml</artifactId>
1687 <version>2.2.1</version>
1688 </dependency>
1689 <dependency>
1690 <groupId>org.geotools</groupId>
1691 <artifactId>gt-opengis</artifactId>
1692 <version>${geotools.version}</version>
1693 </dependency>
1694 <dependency>
1695 <groupId>org.geotools</groupId>
1696 <artifactId>gt-referencing</artifactId>
1697 <version>${geotools.version}</version>
1698 </dependency>
1699 <dependency>
1700 <groupId>org.geotools</groupId>
1701 <artifactId>gt-epsg-wkt</artifactId>
1702 <version>${geotools.version}</version>
1703 </dependency>
1704 <dependency>
1705 <groupId>org.geotools</groupId>
1706 <artifactId>gt-main</artifactId>
1707 <version>${geotools.version}</version>
1708 </dependency>
1709
1710 <dependency>
1711 <groupId>com.sun</groupId>
1712 <artifactId>tools</artifactId>
1713 <version>1.8.0</version>
1714 </dependency>
1715 </dependencies>
1716 </dependencyManagement>
1717 </project>