ref #9204 remove exclusions for fop (as not valid for the new version anymore)
[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-nodep</artifactId>
931 <version>${cglib.version}</version>
932 </dependency>
933 <!-- <dependency> -->
934 <!-- we try to have only dependencies to cglib-nodep to reduce size and to avoid
935 having 2 similar libraries. #9206 -->
936 <!-- <groupId>cglib</groupId> -->
937 <!-- <artifactId>cglib</artifactId> -->
938 <!-- <version>${cglib.version}</version> -->
939 <!-- </dependency> -->
940 <dependency>
941 <groupId>commons-lang</groupId>
942 <artifactId>commons-lang</artifactId>
943 <version>2.6</version>
944 </dependency>
945 <dependency>
946 <groupId>org.apache.commons</groupId>
947 <artifactId>commons-lang3</artifactId>
948 <version>3.11</version>
949 </dependency>
950 <dependency>
951 <groupId>commons-collections</groupId>
952 <artifactId>commons-collections</artifactId>
953 <version>3.2.2</version>
954 </dependency>
955 <dependency>
956 <groupId>org.apache.httpcomponents</groupId>
957 <artifactId>httpclient</artifactId>
958 <version>${httpcomponents.version}</version>
959 </dependency>
960 <dependency>
961 <groupId>org.apache.httpcomponents</groupId>
962 <artifactId>httpcore</artifactId>
963 <version>4.4.13</version>
964 </dependency>
965 <dependency>
966 <groupId>commons-io</groupId>
967 <artifactId>commons-io</artifactId>
968 <version>2.7</version>
969 </dependency>
970 <dependency>
971 <groupId>org.apache.commons</groupId>
972 <artifactId>commons-compress</artifactId>
973 <version>1.20</version>
974 </dependency>
975 <dependency>
976 <groupId>org.checkerframework</groupId>
977 <artifactId>checker-qual</artifactId>
978 <version>3.6.0</version>
979 </dependency>
980 <!-- only for version management, poi currently requires 1.6, commons-logging
981 1.1.1 requires 1.6, so we update here to the latest version -->
982 <dependency>
983 <groupId>commons-codec</groupId>
984 <artifactId>commons-codec</artifactId>
985 <version>1.14</version>
986 </dependency>
987 <!-- only for version management, httpcore:4.2.4, commons-beanutils:1.8.3,
988 commons-collections:3.2.1 currently require 1.1.1 , httpclient:4.2.3, spring-modules-cache
989 require 1.1 and batik-ext requires 1.0.4, so we update here to the latest
990 version 1.1.2, poi and springframework require 1.1.3 -->
991 <dependency>
992 <groupId>commons-logging</groupId>
993 <artifactId>commons-logging</artifactId>
994 <version>${commons-logging.version}</version>
995 </dependency>
996 <!-- only for version management, hibernate-commons-annotations:4.0.1.Final
997 requires 3.1.0.CR2 , so we update
998 here to the latest version 3.4.1.Final -->
999 <dependency>
1000 <groupId>org.jboss.logging</groupId>
1001 <artifactId>jboss-logging</artifactId>
1002 <version>3.4.1.Final</version>
1003 <!-- checked 2020-08 -->
1004 </dependency>
1005 <dependency>
1006 <!-- since hibernate 5.0.4 Dialect throws exception if jta is missing -->
1007 <groupId>javax.transaction</groupId>
1008 <artifactId>jta</artifactId>
1009 <version>1.1</version>
1010 </dependency>
1011
1012 <!-- TODO xerces xmlParserAPIs duplicates many classes from jre and
1013 xml-apis. It is a dependency that comes with xom:xom -->
1014 <dependency>
1015 <groupId>org.apache.jena</groupId>
1016 <artifactId>jena-tdb</artifactId>
1017 <version>1.1.2</version>
1018 </dependency>
1019
1020 <dependency>
1021 <groupId>net.sf.ezmorph</groupId>
1022 <artifactId>ezmorph</artifactId>
1023 <version>1.0.6</version>
1024 </dependency>
1025 <dependency>
1026 <groupId>commons-beanutils</groupId>
1027 <artifactId>commons-beanutils</artifactId>
1028 <version>1.9.4</version>
1029 </dependency>
1030 <dependency>
1031 <groupId>net.sf.json-lib</groupId>
1032 <artifactId>json-lib</artifactId>
1033 <version>2.4</version>
1034 <classifier>jdk15</classifier>
1035 </dependency>
1036 <!-- media -->
1037 <dependency>
1038 <groupId>org.devlib.schmidt</groupId>
1039 <artifactId>imageinfo</artifactId>
1040 <version>1.9</version>
1041 </dependency>
1042 <dependency>
1043 <groupId>de.digitalcollections.iiif</groupId>
1044 <artifactId>iiif-apis</artifactId>
1045 <version>0.3.8</version>
1046 </dependency>
1047 <!-- <dependency> -->
1048 <!-- only for version management iterators depends in different versions from -->
1049 <!-- de.digitalcollections.iiif:iiif-apis:0.3.7 -->
1050 <!-- <groupId>org.dmfs</groupId> -->
1051 <!-- <artifactId>iterators</artifactId> -->
1052 <!-- <version>1.5</version> -->
1053 <!-- </dependency> -->
1054 <!-- -->
1055 <dependency>
1056 <groupId>org.apache.poi</groupId>
1057 <artifactId>poi</artifactId>
1058 <version>${poi.version}</version>
1059 </dependency>
1060 <dependency>
1061 <groupId>org.apache.poi</groupId>
1062 <artifactId>poi-ooxml-schemas</artifactId>
1063 <version>${poi.version}</version>
1064 </dependency>
1065 <dependency>
1066 <groupId>org.apache.poi</groupId>
1067 <artifactId>poi-ooxml</artifactId>
1068 <version>${poi.version}</version>
1069 </dependency>
1070 <dependency>
1071 <groupId>org.apache.poi</groupId>
1072 <artifactId>ooxml-schemas</artifactId>
1073 <version>1.4</version>
1074 </dependency>
1075 <!-- <dependency> -->
1076 <!-- 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 -->
1077 <!-- <groupId>org.apache.poi</groupId> -->
1078 <!-- <artifactId>ooxml-schemas</artifactId> -->
1079 <!-- <version>1.4</version> -->
1080 <!-- </dependency> -->
1081 <dependency>
1082 <!-- only for version management xmlbeans depends in different versions from
1083 org.apache.poi:poi-ooxml-schemas:3.13 and org.apache.poi:ooxml-schemas:1.4 -->
1084 <groupId>org.apache.xmlbeans</groupId>
1085 <artifactId>xmlbeans</artifactId>
1086 <version>3.1.0</version>
1087 <!-- checked 2020-08 -->
1088 </dependency>
1089 <dependency>
1090 <groupId>org.docx4j</groupId>
1091 <artifactId>docx4j</artifactId>
1092 <version>6.1.2</version>
1093 </dependency>
1094 <dependency>
1095 <!-- only for version management jcl-over-slf4j depends in different versions from
1096 org.docx4j:docx4j:6.0.1 and org.apache.jena:jjena-tdb:1.1.2 -->
1097 <groupId>org.slf4j</groupId>
1098 <artifactId>jcl-over-slf4j</artifactId>
1099 <version>1.7.25</version>
1100 </dependency>
1101 <dependency>
1102 <!-- only for version management xalan depends in different versions from
1103 org.docx4j:docx4j:6.0.1 and xom:xom:1.2.5 -->
1104 <groupId>xalan</groupId>
1105 <artifactId>xalan</artifactId>
1106 <version>2.7.2</version>
1107 </dependency>
1108 <dependency>
1109 <!-- only for version management org.apache.xmlgraphics:xmlgraphics-commons depends in different versions from
1110 org.docx4j:docx4j:6.0.1 and org.apache.xmlgraphics:fop:1.1 -->
1111 <groupId>org.apache.xmlgraphics</groupId>
1112 <artifactId>xmlgraphics-commons</artifactId>
1113 <version>2.4</version>
1114 </dependency>
1115 <dependency>
1116 <groupId>org.apache.commons</groupId>
1117 <artifactId>commons-imaging</artifactId>
1118 <version>1.0-alpha2</version>
1119 </dependency>
1120 <!-- joda-time -->
1121 <dependency>
1122 <groupId>joda-time</groupId>
1123 <artifactId>joda-time</artifactId>
1124 <version>2.10.6</version>
1125 </dependency>
1126 <!-- maybe replaced by usertype.core -->
1127 <dependency>
1128 <groupId>org.jadira.usertype</groupId>
1129 <artifactId>usertype.jodatime</artifactId>
1130 <version>2.0.1</version>
1131 </dependency>
1132 <dependency>
1133 <groupId>org.apache.lucene</groupId>
1134 <artifactId>lucene-core</artifactId>
1135 <version>${lucene.version}</version>
1136 </dependency>
1137 <dependency>
1138 <groupId>org.apache.lucene</groupId>
1139 <artifactId>lucene-suggest</artifactId>
1140 <version>${lucene.version}</version>
1141 </dependency>
1142 <dependency>
1143 <groupId>org.apache.lucene</groupId>
1144 <artifactId>lucene-analyzers-common</artifactId>
1145 <version>${lucene.version}</version>
1146 </dependency>
1147 <dependency>
1148 <groupId>org.apache.lucene</groupId>
1149 <artifactId>lucene-queryparser</artifactId>
1150 <version>${lucene.version}</version>
1151 </dependency>
1152 <dependency>
1153 <groupId>org.apache.lucene</groupId>
1154 <artifactId>lucene-highlighter</artifactId>
1155 <version>${lucene.version}</version>
1156 </dependency>
1157 <dependency>
1158 <groupId>org.apache.lucene</groupId>
1159 <artifactId>lucene-grouping</artifactId>
1160 <version>${lucene.version}</version>
1161 </dependency>
1162 <dependency>
1163 <groupId>org.apache.lucene</groupId>
1164 <artifactId>lucene-join</artifactId>
1165 <version>${lucene.version}</version>
1166 </dependency>
1167 <dependency>
1168 <groupId>org.apache.lucene</groupId>
1169 <artifactId>lucene-backward-codecs</artifactId>
1170 <version>${lucene.version}</version>
1171 </dependency>
1172 <dependency>
1173 <groupId>org.apache.lucene</groupId>
1174 <artifactId>lucene-misc</artifactId>
1175 <version>${lucene.version}</version>
1176 </dependency>
1177 <dependency>
1178 <groupId>org.apache.lucene</groupId>
1179 <artifactId>lucene-facet</artifactId>
1180 <version>${lucene.version}</version>
1181 </dependency>
1182
1183 <dependency>
1184 <groupId>com.ibm.lsid</groupId>
1185 <artifactId>lsid-client</artifactId>
1186 <version>1.1.2</version>
1187 </dependency>
1188 <dependency>
1189 <groupId>com.ibm.lsid</groupId>
1190 <artifactId>lsid-server</artifactId>
1191 <version>1.1.2</version>
1192 </dependency>
1193 <dependency>
1194 <groupId>wsdl4j</groupId>
1195 <artifactId>wsdl4j</artifactId>
1196 <version>1.6.3</version>
1197 </dependency>
1198 <dependency>
1199 <groupId>net.sf.dozer</groupId>
1200 <artifactId>dozer</artifactId>
1201 <version>5.3.0</version>
1202 </dependency>
1203 <dependency>
1204 <groupId>net.sf.ehcache</groupId>
1205 <artifactId>ehcache</artifactId>
1206 <version>2.10.6</version>
1207 </dependency>
1208 <!-- ******* XML ******* -->
1209 <dependency>
1210 <groupId>xml-apis</groupId>
1211 <artifactId>xml-apis</artifactId>
1212 <!--
1213 WARNING: do not upgrade to later versions 2.0.x of xml-apis
1214 since these are effectivly reloaded to the early beta version
1215 1.0.b2
1216 -->
1217 <version>1.4.01</version>
1218 </dependency>
1219 <dependency>
1220 <groupId>xerces</groupId>
1221 <artifactId>xercesImpl</artifactId>
1222 <version>2.12.0</version>
1223 <!-- checked 2020-08 -->
1224 </dependency>
1225 <!-- >batik-ext required by Xerces 2.11.0 for class ElementTraversal,
1226 as this is not included anymore in xml-apis 2.x -->
1227 <!-- <dependency> -->
1228 <!-- <groupId>org.apache.xmlgraphics</groupId> -->
1229 <!-- <artifactId>batik-ext</artifactId> -->
1230 <!-- <version>1.13</version> -->
1231 <!-- </dependency> -->
1232 <dependency> <!-- required by cdmlib-print -->
1233 <groupId>org.apache.xmlgraphics</groupId>
1234 <artifactId>fop</artifactId>
1235 <version>2.5</version>
1236 </dependency>
1237 <!-- not directly required, but fix mentioned to force correct version
1238 number 4.3.1. Required by org.apache.xmlgraphics/fop 1.1 Remove when dependency
1239 in fop in corrected. -->
1240 <dependency>
1241 <groupId>org.apache.avalon.framework</groupId>
1242 <artifactId>avalon-framework-api</artifactId>
1243 <version>4.3.1</version>
1244 </dependency>
1245 <dependency>
1246 <groupId>org.odftoolkit</groupId>
1247 <artifactId>odfdom-java</artifactId>
1248 <version>0.8.7</version>
1249 </dependency>
1250 <dependency>
1251 <!-- used in eu.etaxonomy.cdm.io.markup and for swagger -->
1252 <groupId>com.google.guava</groupId>
1253 <artifactId>guava</artifactId>
1254 <version>29.0-jre</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.12</version>
1272 </dependency>
1273 <dependency>
1274 <groupId>xmlpull</groupId>
1275 <artifactId>xmlpull</artifactId>
1276 <version>1.2.0</version>
1277 </dependency>
1278 <dependency>
1279 <groupId>xpp3</groupId>
1280 <artifactId>xpp3</artifactId>
1281 <version>1.1.4c</version>
1282 </dependency>
1283 <dependency>
1284 <groupId>stax</groupId>
1285 <artifactId>stax</artifactId>
1286 <version>1.2.0</version>
1287 </dependency>
1288 <dependency>
1289 <groupId>xom</groupId>
1290 <artifactId>xom</artifactId>
1291 <version>1.3.5</version>
1292 <exclusions>
1293 <!-- need to exclude com.ibm.icu:icu4j since it contains an invalid
1294 file which causes the jetty-maven-plugin to fail see http://stackoverflow.com/questions/3026956/javassist-failure-in-hibernate-invalid-constant-type-60 -->
1295 <exclusion>
1296 <groupId>com.ibm.icu</groupId>
1297 <artifactId>icu4j</artifactId>
1298 </exclusion>
1299 </exclusions>
1300 </dependency>
1301 <!-- ******* SAXON (ViBRANT)******* -->
1302 <dependency>
1303 <groupId>net.sf.saxon</groupId>
1304 <artifactId>Saxon-HE</artifactId>
1305 <version>10.1</version>
1306 </dependency>
1307 <!-- ******* http components (ViBRANT)******* -->
1308 <dependency>
1309 <groupId>org.apache.httpcomponents</groupId>
1310 <artifactId>httpmime</artifactId>
1311 <version>${httpcomponents.version}</version>
1312 </dependency>
1313 <!-- ***** json ******************** -->
1314 <dependency>
1315 <groupId>org.json</groupId>
1316 <artifactId>json</artifactId>
1317 <version>20200518</version>
1318 </dependency>
1319 <!-- ******* HIBERNATE / EJB3 ******* -->
1320 <dependency>
1321 <groupId>org.hibernate.javax.persistence</groupId>
1322 <artifactId>hibernate-jpa-2.1-api</artifactId>
1323 <version>1.0.2.Final</version>
1324 </dependency>
1325 <dependency>
1326 <groupId>org.hibernate</groupId>
1327 <artifactId>hibernate-core</artifactId>
1328 <version>${hibernate.version}</version>
1329 </dependency>
1330 <dependency>
1331 <groupId>org.hibernate</groupId>
1332 <artifactId>hibernate-entitymanager</artifactId>
1333 <version>${hibernate.version}</version>
1334 </dependency>
1335 <dependency>
1336 <groupId>org.hibernate</groupId>
1337 <artifactId>hibernate-envers</artifactId>
1338 <version>${hibernate.version}</version>
1339 </dependency>
1340 <dependency>
1341 <groupId>org.hibernate</groupId>
1342 <artifactId>hibernate-c3p0</artifactId>
1343 <version>${hibernate.version}</version>
1344 </dependency>
1345 <dependency>
1346 <groupId>com.mchange</groupId>
1347 <artifactId>c3p0</artifactId>
1348 <!--
1349 IMPORTANT!!!
1350 when changing the version of this artifact, the
1351 version in cdm-server pom.xml must be changed
1352 the same otherwise db connections through jndi
1353 will not work!
1354 NOTE: not so critical anymore as we use cdmlib-db
1355 now for both projects
1356 -->
1357 <version>0.9.5.2</version>
1358 </dependency>
1359 <dependency>
1360 <groupId>org.hibernate.common</groupId>
1361 <artifactId>hibernate-commons-annotations</artifactId>
1362 <version>5.1.0.Final</version>
1363 </dependency>
1364 <dependency>
1365 <groupId>org.hibernate</groupId>
1366 <artifactId>hibernate-search-orm</artifactId>
1367 <version>${hibernate-search.version}</version>
1368 </dependency>
1369 <dependency>
1370 <groupId>org.hibernate</groupId>
1371 <artifactId>hibernate-search-engine</artifactId>
1372 <version>${hibernate-search.version}</version>
1373 </dependency>
1374 <dependency>
1375 <groupId>org.javassist</groupId>
1376 <artifactId>javassist</artifactId>
1377 <version>3.27.0-GA</version>
1378 </dependency>
1379
1380 <!-- ******* SPRING ******* -->
1381 <dependency>
1382 <groupId>org.springframework</groupId>
1383 <artifactId>spring-core</artifactId>
1384 <version>${spring.version}</version>
1385 </dependency>
1386 <dependency>
1387 <groupId>org.springframework</groupId>
1388 <artifactId>spring-context</artifactId>
1389 <version>${spring.version}</version>
1390 </dependency>
1391 <dependency>
1392 <groupId>org.springframework</groupId>
1393 <artifactId>spring-beans</artifactId>
1394 <version>${spring.version}</version>
1395 </dependency>
1396 <dependency>
1397 <groupId>org.springframework</groupId>
1398 <artifactId>spring-orm</artifactId>
1399 <version>${spring.version}</version>
1400 </dependency>
1401 <dependency>
1402 <groupId>org.springframework</groupId>
1403 <artifactId>spring-jdbc</artifactId>
1404 <version>${spring.version}</version>
1405 </dependency>
1406 <dependency>
1407 <groupId>org.springframework</groupId>
1408 <artifactId>spring-tx</artifactId>
1409 <version>${spring.version}</version>
1410 </dependency>
1411 <dependency>
1412 <groupId>org.springframework</groupId>
1413 <artifactId>spring-test</artifactId>
1414 <version>${spring.version}</version>
1415 </dependency>
1416 <dependency>
1417 <groupId>org.springframework</groupId>
1418 <artifactId>spring-web</artifactId>
1419 <version>${spring.version}</version>
1420 </dependency>
1421 <dependency>
1422 <groupId>org.springframework</groupId>
1423 <artifactId>spring-webmvc</artifactId>
1424 <version>${spring.version}</version>
1425 </dependency>
1426 <dependency>
1427 <groupId>org.springframework</groupId>
1428 <artifactId>spring-aop</artifactId>
1429 <version>${spring.version}</version>
1430 </dependency>
1431 <dependency>
1432 <groupId>org.springframework</groupId>
1433 <artifactId>spring-aspects</artifactId>
1434 <version>${spring.version}</version>
1435 </dependency>
1436 <dependency>
1437 <groupId>org.springframework</groupId>
1438 <artifactId>spring-expression</artifactId>
1439 <version>${spring.version}</version>
1440 </dependency>
1441 <dependency>
1442 <groupId>org.springframework</groupId>
1443 <artifactId>spring-context-support</artifactId>
1444 <version>${spring.version}</version>
1445 </dependency>
1446 <dependency>
1447 <groupId>org.springframework</groupId>
1448 <artifactId>spring-oxm</artifactId>
1449 <version>${spring.version}</version>
1450 </dependency>
1451 <dependency>
1452 <groupId>org.springframework.security</groupId>
1453 <artifactId>spring-security-core</artifactId>
1454 <version>${spring-security.version}</version>
1455 </dependency>
1456 <dependency>
1457 <groupId>org.springframework.security</groupId>
1458 <artifactId>spring-security-config</artifactId>
1459 <version>${spring-security.version}</version>
1460 </dependency>
1461 <dependency>
1462 <groupId>org.springframework.security</groupId>
1463 <artifactId>spring-security-web</artifactId>
1464 <version>${spring-security.version}</version>
1465 </dependency>
1466 <dependency>
1467 <groupId>org.springframework.security.oauth</groupId>
1468 <artifactId>spring-security-oauth2</artifactId>
1469 <version>${spring-security-oauth2.version}</version>
1470 </dependency>
1471 <dependency>
1472 <groupId>org.springframework.cloud</groupId>
1473 <artifactId>spring-cloud-security</artifactId>
1474 <version>${spring-security.version}</version>
1475 </dependency>
1476 <dependency>
1477 <!-- required by spring security core, but not needed anymore in spring security 5.x -->
1478 <groupId>aopalliance</groupId>
1479 <artifactId>aopalliance</artifactId>
1480 <version>1.0</version>
1481 </dependency>
1482
1483 <!-- ******* SERVLET/JSP/JSF ******* -->
1484 <dependency>
1485 <groupId>javax.servlet</groupId>
1486 <artifactId>javax.servlet-api</artifactId>
1487 <version>4.0.1</version>
1488 <!-- checked 2020-08 -->
1489 </dependency>
1490
1491 <!-- yourkit profiler api controller (used in ..) -->
1492 <dependency>
1493 <groupId>com.yourkit</groupId>
1494 <artifactId>yjp-controller-api-redist</artifactId>
1495 <version>2015-build-15086</version>
1496 <scope>test</scope>
1497 </dependency>
1498 <!-- For Validation -->
1499 <dependency>
1500 <groupId>javax.validation</groupId>
1501 <artifactId>validation-api</artifactId>
1502 <version>2.0.1.Final</version>
1503 <!-- checked 2020-08 -->
1504 </dependency>
1505 <dependency>
1506 <groupId>org.hibernate.validator</groupId>
1507 <artifactId>hibernate-validator</artifactId>
1508 <version>${hibernate-validator.version}</version>
1509 </dependency>
1510 <dependency>
1511 <groupId>com.fasterxml</groupId>
1512 <artifactId>classmate</artifactId>
1513 <version>1.5.1</version>
1514 <!-- checked 2020-08 -->
1515 </dependency>
1516 <dependency>
1517 <groupId>javax.el</groupId>
1518 <artifactId>javax.el-api</artifactId>
1519 <version>3.0.0</version>
1520 <!-- checked 2020-08 -->
1521 </dependency>
1522 <dependency>
1523 <groupId>jakarta.validation</groupId>
1524 <artifactId>jakarta.validation-api</artifactId>
1525 <version>3.0.0</version>
1526 <!-- checked 2020-08 -->
1527 </dependency>
1528 <dependency>
1529 <groupId>org.glassfish.web</groupId>
1530 <artifactId>javax.el</artifactId>
1531 <version>2.2.6</version>
1532 </dependency>
1533 <dependency>
1534 <groupId>org.hibernate.validator</groupId>
1535 <artifactId>hibernate-validator-cdi</artifactId>
1536 <version>${hibernate-validator.version}</version>
1537 </dependency>
1538 <dependency>
1539 <!-- not clear if needed, but if needed v8.0 should be used to avoid problems with javax.validation.BootstrapConfiguration -->
1540 <!-- it was a (currently excluded) transitiv dependency from org.geotools/gt-referencing used in cdmlib-ext -->
1541 <groupId>javax</groupId>
1542 <artifactId>javaee-api</artifactId>
1543 <version>8.0.1</version>
1544 </dependency>
1545
1546 <!-- for ikey-plus -->
1547 <dependency>
1548 <groupId>identificationKeyAPI</groupId>
1549 <artifactId>identificationKeyAPI</artifactId>
1550 <version>1.0</version> <!-- was <version>1.0-SNAPSHOT</version> -->
1551 </dependency>
1552 <dependency>
1553 <groupId>com.itextpdf</groupId>
1554 <artifactId>itextpdf</artifactId>
1555 <version>5.5.13.1</version>
1556 <scope>compile</scope>
1557 </dependency>
1558 <!-- AptView -->
1559 <dependency>
1560 <groupId>org.apache.maven.doxia</groupId>
1561 <artifactId>doxia-module-apt</artifactId>
1562 <version>${doxia.version}</version>
1563 </dependency>
1564 <dependency>
1565 <groupId>org.apache.maven.doxia</groupId>
1566 <artifactId>doxia-module-xhtml</artifactId>
1567 <version>${doxia.version}</version>
1568 </dependency>
1569 <dependency>
1570 <!-- managing version of plexus-utils to avoid multiple versions (3.0.15, 1.4.5) of the artifact -->
1571 <groupId>org.codehaus.plexus</groupId>
1572 <artifactId>plexus-utils</artifactId>
1573 <version>3.3.0</version>
1574 <!-- checked 2020-08 -->
1575 </dependency>
1576 <!-- swagger (rest service doc) -->
1577 <dependency>
1578 <groupId>io.swagger</groupId>
1579 <artifactId>swagger-annotations</artifactId>
1580 <!-- should match the springfox-swagger2 depends on -->
1581 <version>1.5.10</version>
1582 </dependency>
1583
1584 <!-- dependencies for swagger-springmvc, added explicitely -->
1585 <dependency>
1586 <groupId>com.fasterxml.jackson.core</groupId>
1587 <artifactId>jackson-databind</artifactId>
1588 <version>${jackson.version}</version>
1589 </dependency>
1590 <dependency>
1591 <groupId>com.fasterxml.jackson.core</groupId>
1592 <artifactId>jackson-core</artifactId>
1593 <version>${jackson.version}</version>
1594 </dependency>
1595 <dependency>
1596 <groupId>com.fasterxml.jackson.core</groupId>
1597 <artifactId>jackson-annotations</artifactId>
1598 <version>${jackson.version}</version>
1599 </dependency>
1600 <!-- END of dependencies for swagger-springmvc, added explicitely -->
1601 <dependency>
1602 <groupId>io.springfox</groupId>
1603 <artifactId>springfox-swagger2</artifactId>
1604 <version>2.6.1</version>
1605 </dependency>
1606
1607 <!-- ******* DATABASES DRIVER ******* -->
1608 <dependency>
1609 <groupId>mysql</groupId>
1610 <artifactId>mysql-connector-java</artifactId>
1611 <version>8.0.21</version>
1612 </dependency>
1613 <dependency>
1614 <groupId>org.mariadb.jdbc</groupId>
1615 <artifactId>mariadb-java-client</artifactId>
1616 <version>2.6.2</version>
1617 </dependency>
1618 <dependency>
1619 <groupId>org.postgresql</groupId>
1620 <artifactId>postgresql</artifactId>
1621 <version>42.2.15</version>
1622 </dependency>
1623 <dependency>
1624 <groupId>com.h2database</groupId>
1625 <artifactId>h2</artifactId>
1626 <version>1.4.190</version>
1627 </dependency>
1628 <!--for sqlserver2008 and sqlserver2005 -->
1629 <dependency>
1630 <groupId>com.microsoft.sqlserver</groupId>
1631 <artifactId>jdbc4</artifactId>
1632 <version>2.0</version>
1633 </dependency>
1634 <dependency>
1635 <groupId>org.hsqldb</groupId>
1636 <artifactId>hsqldb</artifactId>
1637 <version>${hsqldb.version}</version>
1638 </dependency>
1639 <dependency>
1640 <!-- SQL Server and Sybase -->
1641 <groupId>net.sourceforge.jtds</groupId>
1642 <artifactId>jtds</artifactId>
1643 <version>1.3.1</version>
1644 </dependency>
1645 <dependency>
1646 <groupId>oracle</groupId>
1647 <artifactId>ojdbc14</artifactId>
1648 <version>10.2.0.4.0</version>
1649 </dependency>
1650 <!-- <dependency>
1651 <groupId>ojdbc</groupId>
1652 <artifactId>ojdbc</artifactId>
1653 <version>14</version>
1654 </dependency> -->
1655 <dependency>
1656 <groupId>com.taskadapter</groupId>
1657 <artifactId>redmine-java-api</artifactId>
1658 <version>3.1.0</version>
1659 </dependency>
1660 <!-- GIS/KML -->
1661 <dependency>
1662 <groupId>de.micromata.jak</groupId>
1663 <artifactId>JavaAPIforKml</artifactId>
1664 <version>2.2.1</version>
1665 </dependency>
1666 <dependency>
1667 <groupId>org.geotools</groupId>
1668 <artifactId>gt-opengis</artifactId>
1669 <version>${geotools.version}</version>
1670 </dependency>
1671 <dependency>
1672 <groupId>org.geotools</groupId>
1673 <artifactId>gt-referencing</artifactId>
1674 <version>${geotools.version}</version>
1675 </dependency>
1676 <dependency>
1677 <groupId>org.geotools</groupId>
1678 <artifactId>gt-epsg-wkt</artifactId>
1679 <version>${geotools.version}</version>
1680 </dependency>
1681 <dependency>
1682 <groupId>org.geotools</groupId>
1683 <artifactId>gt-main</artifactId>
1684 <version>${geotools.version}</version>
1685 </dependency>
1686
1687 <dependency>
1688 <groupId>com.sun</groupId>
1689 <artifactId>tools</artifactId>
1690 <version>1.8.0</version>
1691 </dependency>
1692 </dependencies>
1693 </dependencyManagement>
1694 </project>