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