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