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