e541e0d13d948453b2dd8e99fc839015f6921054
[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 <!-- 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 -->
628 <groupId>junit</groupId>
629 <artifactId>junit</artifactId>
630 <scope>test</scope>
631 </dependency>
632 </dependencies>
633 <dependencyManagement>
634 <dependencies>
635 <dependency>
636 <groupId>eu.etaxonomy</groupId>
637 <artifactId>cdmlib-commons</artifactId>
638 <version>${project.version}</version>
639 </dependency>
640 <dependency>
641 <groupId>eu.etaxonomy</groupId>
642 <artifactId>cdmlib-model</artifactId>
643 <version>${project.version}</version>
644 </dependency>
645 <dependency>
646 <groupId>eu.etaxonomy</groupId>
647 <artifactId>cdmlib-persistence</artifactId>
648 <version>${project.version}</version>
649 </dependency>
650 <dependency>
651 <groupId>eu.etaxonomy</groupId>
652 <artifactId>cdmlib-services</artifactId>
653 <version>${project.version}</version>
654 </dependency>
655 <dependency>
656 <groupId>eu.etaxonomy</groupId>
657 <artifactId>cdmlib-io</artifactId>
658 <version>${project.version}</version>
659 </dependency>
660 <dependency>
661 <groupId>eu.etaxonomy</groupId>
662 <artifactId>cdmlib-remote</artifactId>
663 <version>${project.version}</version>
664 </dependency>
665 <dependency>
666 <groupId>eu.etaxonomy</groupId>
667 <artifactId>cdmlib-remote-webapp</artifactId>
668 <version>${project.version}</version>
669 </dependency>
670 <dependency>
671 <groupId>eu.etaxonomy</groupId>
672 <artifactId>cdm-server</artifactId>
673 <version>${project.version}</version>
674 </dependency>
675 <dependency>
676 <groupId>eu.etaxonomy</groupId>
677 <artifactId>cdmlib-ext</artifactId>
678 <version>${project.version}</version>
679 </dependency>
680 <dependency>
681 <groupId>eu.etaxonomy</groupId>
682 <artifactId>cdmlib-print</artifactId>
683 <version>${project.version}</version>
684 </dependency>
685
686 <!--*********** JAXB********* -->
687 <dependency>
688 <groupId>jakarta.xml.bind</groupId>
689 <artifactId>jakarta.xml.bind-api</artifactId>
690 <version>${jaxb.version}</version> <!-- not sure if jaxb.version is always the same -->
691 </dependency>
692 <!-- <dependency> -->
693 <!-- replaced by jakarta.xml.bind-api -->
694 <!-- <groupId>javax.xml.bind</groupId> -->
695 <!-- <artifactId>jaxb-api</artifactId> -->
696 <!-- <version>2.3.1</version> -->
697 <!-- checked 2020-08 -->
698 <!-- </dependency> -->
699 <dependency>
700 <!-- dependency for jaxb-api -->
701 <groupId>javax.activation</groupId>
702 <artifactId>javax.activation-api</artifactId>
703 <version>1.2.0</version>
704 <!-- checked 2020-08 -->
705 </dependency>
706 <dependency>
707 <groupId>org.glassfish.jaxb</groupId>
708 <artifactId>jaxb-runtime</artifactId>
709 <version>${jaxb.version}</version>
710 </dependency>
711 <dependency>
712 <groupId>org.glassfish.jaxb</groupId>
713 <artifactId>jaxb-jxc</artifactId>
714 <version>${jaxb.version}</version>
715 </dependency>
716 <dependency>
717 <!-- currently required as xsom references older version -->
718 <groupId>com.sun.xml.bind.external</groupId>
719 <artifactId>relaxng-datatype</artifactId>
720 <version>${jaxb.version}</version>
721 </dependency>
722 <dependency>
723 <!-- jaxb-runtime dependency -->
724 <groupId>jakarta.activation</groupId>
725 <artifactId>jakarta.activation-api</artifactId>
726 <version>1.2.2</version>
727 </dependency>
728 <!-- JAB END -->
729
730 <dependency>
731 <!-- only for version management org.apache.ant:ant depends in different versions from
732 org.unitils:unitils-easymock:3.4.2 and org.glassfish.jaxb:jaxb-jxc:2.2.11 -->
733 <groupId>org.apache.ant</groupId>
734 <artifactId>ant</artifactId>
735 <version>1.10.8</version>
736 </dependency>
737 <!-- ******* hibernate uses slf4j ******* -->
738 <dependency>
739 <groupId>org.slf4j</groupId>
740 <artifactId>slf4j-api</artifactId>
741 <version>${slf4j.version}</version>
742 </dependency>
743 <dependency>
744 <groupId>org.slf4j</groupId>
745 <artifactId>slf4j-log4j12</artifactId>
746 <version>${slf4j.version}</version>
747 </dependency>
748 <dependency>
749 <!-- try to generally exclude -nop as we try to use log4j12, this is done already for unitils -->
750 <groupId>org.slf4j</groupId>
751 <artifactId>slf4j-nop</artifactId>
752 <version>${slf4j.version}</version>
753 </dependency>
754 <!-- ******* testing ******* -->
755 <dependency>
756 <groupId>junit</groupId>
757 <artifactId>junit</artifactId>
758 <version>4.13.1</version>
759 <scope>test</scope>
760 </dependency>
761 <dependency>
762 <groupId>com.carrotsearch</groupId>
763 <artifactId>junit-benchmarks</artifactId>
764 <version>0.7.2</version>
765 <scope>test</scope>
766 </dependency>
767 <dependency>
768 <groupId>org.unitils</groupId>
769 <artifactId>unitils-core</artifactId>
770 <version>${unitils.version}</version>
771 <!-- <scope>test</scope> unscoped since we need this dependency at
772 compile time in persistence for H2DbSupport.java -->
773 </dependency>
774 <dependency>
775 <groupId>org.unitils</groupId>
776 <artifactId>unitils-database</artifactId>
777 <version>${unitils.version}</version>
778 <!-- <scope>test</scope> -->
779 <exclusions>
780 <exclusion>
781 <groupId>org.springframework</groupId>
782 <artifactId>spring-jdbc</artifactId>
783 </exclusion>
784 </exclusions>
785 </dependency>
786 <dependency>
787 <groupId>org.unitils</groupId>
788 <artifactId>unitils-dbmaintainer</artifactId>
789 <version>${unitils.version}</version>
790 <!-- <scope>test</scope> -->
791 <exclusions>
792 <exclusion>
793 <groupId>org.hibernate</groupId>
794 <artifactId>hibernate</artifactId>
795 </exclusion>
796 <exclusion>
797 <groupId>org.slf4j</groupId>
798 <artifactId>slf4j-nop</artifactId>
799 </exclusion>
800 </exclusions>
801 </dependency>
802 <dependency>
803 <groupId>org.unitils</groupId>
804 <artifactId>unitils-dbunit</artifactId>
805 <version>${unitils.version}</version>
806 <!-- <scope>test</scope> -->
807 </dependency>
808 <dependency>
809 <groupId>org.unitils</groupId>
810 <artifactId>unitils-easymock</artifactId>
811 <version>${unitils.version}</version>
812 <!-- <scope>test</scope> -->
813 </dependency>
814 <dependency>
815 <groupId>org.unitils</groupId>
816 <artifactId>unitils-mock</artifactId>
817 <version>${unitils.version}</version>
818 <!-- <scope>test</scope> -->
819 </dependency>
820 <dependency>
821 <groupId>org.unitils</groupId>
822 <artifactId>unitils-inject</artifactId>
823 <version>${unitils.version}</version>
824 <!-- <scope>test</scope> -->
825 </dependency>
826 <dependency>
827 <groupId>org.unitils</groupId>
828 <artifactId>unitils-orm</artifactId>
829 <version>${unitils.version}</version>
830 <!-- <scope>test</scope> -->
831 <exclusions>
832 <exclusion>
833 <groupId>javax.persistence</groupId>
834 <artifactId>persistence-api</artifactId>
835 </exclusion>
836 </exclusions>
837 </dependency>
838 <dependency>
839 <groupId>org.unitils</groupId>
840 <artifactId>unitils-spring</artifactId>
841 <version>${unitils.version}</version>
842 <!-- <scope>test</scope> -->
843 </dependency>
844 <dependency>
845 <groupId>xmlunit</groupId>
846 <artifactId>xmlunit</artifactId>
847 <version>1.6</version>
848 <!-- <scope>test</scope> -->
849 </dependency>
850 <!-- <dependency>
851 <groupId>org.dbunit</groupId>
852 <artifactId>dbunit</artifactId>
853 <version>2.4.9</version> -->
854 <!-- <scope>test</scope> -->
855 <!-- </dependency> -->
856 <!-- dependency of unitils-database, but with lower number there ,
857 higher number needed for compatibility with current hibernate and Java 1.6
858 PreparedStatement -->
859 <dependency>
860 <groupId>commons-dbcp</groupId>
861 <artifactId>commons-dbcp</artifactId>
862 <version>1.4</version>
863 <!-- <scope>test</scope> -->
864 </dependency>
865 <dependency>
866 <groupId>eu.etaxonomy</groupId>
867 <artifactId>cdmlib-test</artifactId>
868 <!-- <scope>test</scope> -->
869 <version>${project.version}</version>
870 </dependency>
871 <!-- ******* aspect ******* -->
872 <dependency>
873 <!-- not really needed as long as aspectjweaver is on classpath which is a superset of aspectjrt -->
874 <groupId>org.aspectj</groupId>
875 <artifactId>aspectjrt</artifactId>
876 <version>${aspectj.version}</version>
877 </dependency>
878 <dependency>
879 <groupId>org.aspectj</groupId>
880 <artifactId>aspectjweaver</artifactId>
881 <version>${aspectj.version}</version>
882 </dependency>
883 <!-- ******* VARIOUS ******* -->
884 <dependency>
885 <groupId>xml-resolver</groupId>
886 <artifactId>xml-resolver</artifactId>
887 <version>1.2</version>
888 <!-- checked 2020-08 -->
889 </dependency>
890
891 <dependency>
892 <groupId>log4j</groupId>
893 <artifactId>log4j</artifactId>
894 <version>1.2.17</version>
895 </dependency>
896 <dependency>
897 <groupId>net.sf.opencsv</groupId>
898 <artifactId>opencsv</artifactId>
899 <version>2.3</version>
900 </dependency>
901 <dependency>
902 <groupId>org.osgi</groupId>
903 <artifactId>osgi.core</artifactId>
904 <version>7.0.0</version>
905 </dependency>
906 <dependency>
907 <groupId>cglib</groupId>
908 <artifactId>cglib-nodep</artifactId>
909 <version>${cglib.version}</version>
910 </dependency>
911 <!-- <dependency> -->
912 <!-- we try to have only dependencies to cglib-nodep to reduce size and to avoid
913 having 2 similar libraries. #9206 -->
914 <!-- <groupId>cglib</groupId> -->
915 <!-- <artifactId>cglib</artifactId> -->
916 <!-- <version>${cglib.version}</version> -->
917 <!-- </dependency> -->
918 <dependency>
919 <groupId>commons-lang</groupId>
920 <artifactId>commons-lang</artifactId>
921 <version>2.6</version>
922 </dependency>
923 <dependency>
924 <groupId>org.apache.commons</groupId>
925 <artifactId>commons-lang3</artifactId>
926 <version>3.11</version>
927 </dependency>
928 <dependency>
929 <groupId>commons-collections</groupId>
930 <artifactId>commons-collections</artifactId>
931 <version>3.2.2</version>
932 </dependency>
933 <dependency>
934 <groupId>org.apache.httpcomponents</groupId>
935 <artifactId>httpclient</artifactId>
936 <version>${httpcomponents.version}</version>
937 </dependency>
938 <dependency>
939 <groupId>org.apache.httpcomponents</groupId>
940 <artifactId>httpcore</artifactId>
941 <version>4.4.13</version>
942 </dependency>
943 <dependency>
944 <groupId>commons-io</groupId>
945 <artifactId>commons-io</artifactId>
946 <version>2.7</version>
947 </dependency>
948 <dependency>
949 <groupId>org.apache.commons</groupId>
950 <artifactId>commons-compress</artifactId>
951 <version>1.20</version>
952 </dependency>
953 <dependency>
954 <groupId>org.checkerframework</groupId>
955 <artifactId>checker-qual</artifactId>
956 <version>3.6.0</version>
957 </dependency>
958 <!-- only for version management, poi currently requires 1.6, commons-logging
959 1.1.1 requires 1.6, so we update here to the latest version -->
960 <dependency>
961 <groupId>commons-codec</groupId>
962 <artifactId>commons-codec</artifactId>
963 <version>1.15</version>
964 </dependency>
965 <!-- only for version management, httpcore:4.2.4, commons-beanutils:1.8.3,
966 commons-collections:3.2.1 currently require 1.1.1 , httpclient:4.2.3, spring-modules-cache
967 require 1.1 and batik-ext requires 1.0.4, so we update here to the latest
968 version 1.1.2, poi and springframework require 1.1.3 -->
969 <dependency>
970 <groupId>commons-logging</groupId>
971 <artifactId>commons-logging</artifactId>
972 <version>${commons-logging.version}</version>
973 </dependency>
974 <!-- only for version management, hibernate-commons-annotations:4.0.1.Final
975 requires 3.1.0.CR2 , so we update
976 here to the latest version 3.4.1.Final -->
977 <dependency>
978 <groupId>org.jboss.logging</groupId>
979 <artifactId>jboss-logging</artifactId>
980 <version>3.4.1.Final</version>
981 <!-- checked 2020-08 -->
982 </dependency>
983 <!-- <dependency> -->
984 <!-- see note in cdmib-persistence pom -->
985 <!-- <groupId>javax.transaction</groupId> -->
986 <!-- <artifactId>jta</artifactId> -->
987 <!-- <version>1.1</version> -->
988 <!-- </dependency> -->
989
990 <!-- TODO xerces xmlParserAPIs duplicates many classes from jre and
991 xml-apis. It is a dependency that comes with xom:xom -->
992 <dependency>
993 <groupId>org.apache.jena</groupId>
994 <artifactId>jena-tdb</artifactId>
995 <version>1.1.2</version>
996 </dependency>
997
998 <dependency>
999 <groupId>net.sf.ezmorph</groupId>
1000 <artifactId>ezmorph</artifactId>
1001 <version>1.0.6</version>
1002 </dependency>
1003 <dependency>
1004 <groupId>commons-beanutils</groupId>
1005 <artifactId>commons-beanutils</artifactId>
1006 <version>1.9.4</version>
1007 </dependency>
1008 <dependency>
1009 <groupId>net.sf.json-lib</groupId>
1010 <artifactId>json-lib</artifactId>
1011 <version>2.4</version>
1012 <classifier>jdk15</classifier>
1013 </dependency>
1014 <!-- media -->
1015 <dependency>
1016 <groupId>org.devlib.schmidt</groupId>
1017 <artifactId>imageinfo</artifactId>
1018 <version>1.9</version>
1019 </dependency>
1020 <dependency>
1021 <groupId>de.digitalcollections.iiif</groupId>
1022 <artifactId>iiif-apis</artifactId>
1023 <version>0.3.8</version>
1024 </dependency>
1025 <!-- <dependency> -->
1026 <!-- only for version management iterators depends in different versions from -->
1027 <!-- de.digitalcollections.iiif:iiif-apis:0.3.7 -->
1028 <!-- <groupId>org.dmfs</groupId> -->
1029 <!-- <artifactId>iterators</artifactId> -->
1030 <!-- <version>1.5</version> -->
1031 <!-- </dependency> -->
1032 <!-- -->
1033 <dependency>
1034 <groupId>org.apache.poi</groupId>
1035 <artifactId>poi</artifactId>
1036 <version>${poi.version}</version>
1037 </dependency>
1038 <dependency>
1039 <groupId>org.apache.poi</groupId>
1040 <artifactId>poi-ooxml-schemas</artifactId>
1041 <version>${poi.version}</version>
1042 </dependency>
1043 <dependency>
1044 <groupId>org.apache.poi</groupId>
1045 <artifactId>poi-ooxml</artifactId>
1046 <version>${poi.version}</version>
1047 </dependency>
1048 <dependency>
1049 <groupId>org.apache.poi</groupId>
1050 <artifactId>ooxml-schemas</artifactId>
1051 <version>1.4</version>
1052 </dependency>
1053 <!-- <dependency> -->
1054 <!-- 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 -->
1055 <!-- <groupId>org.apache.poi</groupId> -->
1056 <!-- <artifactId>ooxml-schemas</artifactId> -->
1057 <!-- <version>1.4</version> -->
1058 <!-- </dependency> -->
1059 <dependency>
1060 <!-- only for version management xmlbeans depends in different versions from
1061 org.apache.poi:poi-ooxml-schemas:3.13 and org.apache.poi:ooxml-schemas:1.4 -->
1062 <groupId>org.apache.xmlbeans</groupId>
1063 <artifactId>xmlbeans</artifactId>
1064 <version>3.1.0</version>
1065 <!-- checked 2020-08 -->
1066 </dependency>
1067 <dependency>
1068 <groupId>org.docx4j</groupId>
1069 <artifactId>docx4j</artifactId>
1070 <version>6.1.2</version>
1071 </dependency>
1072 <dependency>
1073 <!-- only for version management jcl-over-slf4j depends in different versions from
1074 org.docx4j:docx4j:6.0.1 and org.apache.jena:jjena-tdb:1.1.2 -->
1075 <groupId>org.slf4j</groupId>
1076 <artifactId>jcl-over-slf4j</artifactId>
1077 <version>1.7.25</version>
1078 </dependency>
1079 <dependency>
1080 <!-- only for version management xalan depends in different versions from
1081 org.docx4j:docx4j:6.0.1 and xom:xom:1.2.5 -->
1082 <groupId>xalan</groupId>
1083 <artifactId>xalan</artifactId>
1084 <version>2.7.2</version>
1085 </dependency>
1086 <dependency>
1087 <!-- only for version management org.apache.xmlgraphics:xmlgraphics-commons depends in different versions from
1088 org.docx4j:docx4j:6.0.1 and org.apache.xmlgraphics:fop:1.1 -->
1089 <groupId>org.apache.xmlgraphics</groupId>
1090 <artifactId>xmlgraphics-commons</artifactId>
1091 <version>2.4</version>
1092 </dependency>
1093 <dependency>
1094 <groupId>org.apache.commons</groupId>
1095 <artifactId>commons-imaging</artifactId>
1096 <version>1.0-alpha2</version>
1097 </dependency>
1098 <!-- joda-time -->
1099 <dependency>
1100 <groupId>joda-time</groupId>
1101 <artifactId>joda-time</artifactId>
1102 <version>2.10.6</version>
1103 </dependency>
1104 <!-- maybe replaced by usertype.core -->
1105 <dependency>
1106 <groupId>org.jadira.usertype</groupId>
1107 <artifactId>usertype.jodatime</artifactId>
1108 <version>2.0.1</version>
1109 </dependency>
1110 <dependency>
1111 <groupId>org.apache.lucene</groupId>
1112 <artifactId>lucene-core</artifactId>
1113 <version>${lucene.version}</version>
1114 </dependency>
1115 <dependency>
1116 <groupId>org.apache.lucene</groupId>
1117 <artifactId>lucene-suggest</artifactId>
1118 <version>${lucene.version}</version>
1119 </dependency>
1120 <dependency>
1121 <groupId>org.apache.lucene</groupId>
1122 <artifactId>lucene-analyzers-common</artifactId>
1123 <version>${lucene.version}</version>
1124 </dependency>
1125 <dependency>
1126 <groupId>org.apache.lucene</groupId>
1127 <artifactId>lucene-queryparser</artifactId>
1128 <version>${lucene.version}</version>
1129 </dependency>
1130 <dependency>
1131 <groupId>org.apache.lucene</groupId>
1132 <artifactId>lucene-highlighter</artifactId>
1133 <version>${lucene.version}</version>
1134 </dependency>
1135 <dependency>
1136 <groupId>org.apache.lucene</groupId>
1137 <artifactId>lucene-grouping</artifactId>
1138 <version>${lucene.version}</version>
1139 </dependency>
1140 <dependency>
1141 <groupId>org.apache.lucene</groupId>
1142 <artifactId>lucene-join</artifactId>
1143 <version>${lucene.version}</version>
1144 </dependency>
1145 <dependency>
1146 <groupId>org.apache.lucene</groupId>
1147 <artifactId>lucene-backward-codecs</artifactId>
1148 <version>${lucene.version}</version>
1149 </dependency>
1150 <dependency>
1151 <groupId>org.apache.lucene</groupId>
1152 <artifactId>lucene-misc</artifactId>
1153 <version>${lucene.version}</version>
1154 </dependency>
1155 <dependency>
1156 <groupId>org.apache.lucene</groupId>
1157 <artifactId>lucene-facet</artifactId>
1158 <version>${lucene.version}</version>
1159 </dependency>
1160
1161 <dependency>
1162 <groupId>com.ibm.lsid</groupId>
1163 <artifactId>lsid-client</artifactId>
1164 <version>1.1.2</version>
1165 </dependency>
1166 <dependency>
1167 <groupId>com.ibm.lsid</groupId>
1168 <artifactId>lsid-server</artifactId>
1169 <version>1.1.2</version>
1170 </dependency>
1171 <dependency>
1172 <groupId>wsdl4j</groupId>
1173 <artifactId>wsdl4j</artifactId>
1174 <version>1.6.3</version>
1175 </dependency>
1176 <dependency>
1177 <groupId>net.sf.dozer</groupId>
1178 <artifactId>dozer</artifactId>
1179 <version>5.3.0</version>
1180 </dependency>
1181 <dependency>
1182 <groupId>net.sf.ehcache</groupId>
1183 <artifactId>ehcache</artifactId>
1184 <version>2.10.6</version>
1185 </dependency>
1186 <!-- ******* XML ******* -->
1187 <dependency>
1188 <!-- xml-apis seems to be ALMOST fully included in java8 but ElementTraversal seems to be missing, therefore SDDDocumentBuilder does not compile -->
1189 <groupId>xml-apis</groupId>
1190 <artifactId>xml-apis</artifactId>
1191 <!-- WARNING: do not upgrade to later versions 2.0.x of xml-apis -->
1192 <!-- since these are effectivly reloaded to the early beta version -->
1193 <!-- 1.0.b2 -->
1194 <version>1.4.01</version>
1195 </dependency>
1196 <dependency>
1197 <groupId>xerces</groupId>
1198 <artifactId>xercesImpl</artifactId>
1199 <version>2.12.0</version>
1200 <!-- checked 2020-08 -->
1201 </dependency>
1202 <!-- >batik-ext required by Xerces 2.11.0 for class ElementTraversal,
1203 as this is not included anymore in xml-apis 2.x -->
1204 <!-- <dependency> -->
1205 <!-- <groupId>org.apache.xmlgraphics</groupId> -->
1206 <!-- <artifactId>batik-ext</artifactId> -->
1207 <!-- <version>1.13</version> -->
1208 <!-- </dependency> -->
1209 <dependency> <!-- required by cdmlib-print -->
1210 <groupId>org.apache.xmlgraphics</groupId>
1211 <artifactId>fop</artifactId>
1212 <version>2.5</version>
1213 </dependency>
1214 <dependency>
1215 <groupId>org.odftoolkit</groupId>
1216 <artifactId>odfdom-java</artifactId>
1217 <version>0.8.7</version>
1218 </dependency>
1219 <dependency>
1220 <!-- used in eu.etaxonomy.cdm.io.markup and for swagger -->
1221 <groupId>com.google.guava</groupId>
1222 <artifactId>guava</artifactId>
1223 <version>29.0-jre</version>
1224 </dependency>
1225 <!-- last jdom 1.x version -->
1226 <dependency>
1227 <groupId>org.jdom</groupId>
1228 <artifactId>jdom</artifactId>
1229 <version>1.1.3</version>
1230 </dependency>
1231 <!-- jdom2 may exist in parallel to jdom(1) as it uses a different package structure -->
1232 <dependency>
1233 <groupId>org.jdom</groupId>
1234 <artifactId>jdom2</artifactId>
1235 <version>2.0.6</version>
1236 </dependency>
1237 <dependency>
1238 <groupId>com.thoughtworks.xstream</groupId>
1239 <artifactId>xstream</artifactId>
1240 <version>1.4.14</version>
1241 </dependency>
1242 <dependency>
1243 <groupId>xmlpull</groupId>
1244 <artifactId>xmlpull</artifactId>
1245 <version>1.2.0</version>
1246 </dependency>
1247 <dependency>
1248 <groupId>xpp3</groupId>
1249 <artifactId>xpp3</artifactId>
1250 <version>1.1.4c</version>
1251 </dependency>
1252 <!-- <dependency> -->
1253 <!-- stax is part of java8 and therefore not needed anymore -->
1254 <!-- <groupId>stax</groupId> -->
1255 <!-- <artifactId>stax</artifactId> -->
1256 <!-- <version>1.2.0</version> -->
1257 <!-- </dependency> -->
1258 <dependency>
1259 <groupId>xom</groupId>
1260 <artifactId>xom</artifactId>
1261 <version>1.3.5</version>
1262 <exclusions>
1263 <!-- need to exclude com.ibm.icu:icu4j since it contains an invalid
1264 file which causes the jetty-maven-plugin to fail see http://stackoverflow.com/questions/3026956/javassist-failure-in-hibernate-invalid-constant-type-60 -->
1265 <exclusion>
1266 <groupId>com.ibm.icu</groupId>
1267 <artifactId>icu4j</artifactId>
1268 </exclusion>
1269 </exclusions>
1270 </dependency>
1271 <!-- ******* SAXON (ViBRANT)******* -->
1272 <dependency>
1273 <groupId>net.sf.saxon</groupId>
1274 <artifactId>Saxon-HE</artifactId>
1275 <version>10.1</version>
1276 </dependency>
1277 <!-- ******* http components (ViBRANT)******* -->
1278 <dependency>
1279 <groupId>org.apache.httpcomponents</groupId>
1280 <artifactId>httpmime</artifactId>
1281 <version>${httpcomponents.version}</version>
1282 </dependency>
1283 <!-- ***** json ******************** -->
1284 <dependency>
1285 <groupId>org.json</groupId>
1286 <artifactId>json</artifactId>
1287 <version>20200518</version>
1288 </dependency>
1289 <!-- ******* HIBERNATE / EJB3 ******* -->
1290 <dependency>
1291 <groupId>org.hibernate.javax.persistence</groupId>
1292 <artifactId>hibernate-jpa-2.1-api</artifactId>
1293 <version>1.0.2.Final</version>
1294 </dependency>
1295 <dependency>
1296 <groupId>org.hibernate</groupId>
1297 <artifactId>hibernate-core</artifactId>
1298 <version>${hibernate.version}</version>
1299 </dependency>
1300 <dependency>
1301 <groupId>org.hibernate</groupId>
1302 <artifactId>hibernate-entitymanager</artifactId>
1303 <version>${hibernate.version}</version>
1304 </dependency>
1305 <dependency>
1306 <groupId>org.hibernate</groupId>
1307 <artifactId>hibernate-envers</artifactId>
1308 <version>${hibernate.version}</version>
1309 </dependency>
1310 <dependency>
1311 <groupId>org.hibernate</groupId>
1312 <artifactId>hibernate-c3p0</artifactId>
1313 <version>${hibernate.version}</version>
1314 </dependency>
1315 <dependency>
1316 <groupId>com.mchange</groupId>
1317 <artifactId>c3p0</artifactId>
1318 <!--
1319 IMPORTANT!!!
1320 when changing the version of this artifact, the
1321 version in cdm-server pom.xml must be changed
1322 the same otherwise db connections through jndi
1323 will not work!
1324 NOTE: not so critical anymore as we use cdmlib-db
1325 now for both projects
1326 -->
1327 <version>0.9.5.2</version>
1328 </dependency>
1329 <dependency>
1330 <groupId>com.mchange</groupId>
1331 <artifactId>mchange-commons-java</artifactId>
1332 <!-- mchange-commons-java needs to match the version as defined in the c3p0/pom.xml -->
1333 <version>0.2.11</version>
1334 </dependency>
1335 <dependency>
1336 <groupId>org.hibernate.common</groupId>
1337 <artifactId>hibernate-commons-annotations</artifactId>
1338 <version>5.1.0.Final</version>
1339 </dependency>
1340 <dependency>
1341 <groupId>org.hibernate</groupId>
1342 <artifactId>hibernate-search-orm</artifactId>
1343 <version>${hibernate-search.version}</version>
1344 </dependency>
1345 <dependency>
1346 <groupId>org.hibernate</groupId>
1347 <artifactId>hibernate-search-engine</artifactId>
1348 <version>${hibernate-search.version}</version>
1349 </dependency>
1350 <dependency>
1351 <groupId>org.javassist</groupId>
1352 <artifactId>javassist</artifactId>
1353 <version>3.27.0-GA</version>
1354 </dependency>
1355
1356 <!-- ******* SPRING ******* -->
1357 <dependency>
1358 <groupId>org.springframework</groupId>
1359 <artifactId>spring-core</artifactId>
1360 <version>${spring.version}</version>
1361 </dependency>
1362 <dependency>
1363 <groupId>org.springframework</groupId>
1364 <artifactId>spring-context</artifactId>
1365 <version>${spring.version}</version>
1366 </dependency>
1367 <dependency>
1368 <groupId>org.springframework</groupId>
1369 <artifactId>spring-beans</artifactId>
1370 <version>${spring.version}</version>
1371 </dependency>
1372 <dependency>
1373 <groupId>org.springframework</groupId>
1374 <artifactId>spring-orm</artifactId>
1375 <version>${spring.version}</version>
1376 </dependency>
1377 <dependency>
1378 <groupId>org.springframework</groupId>
1379 <artifactId>spring-jdbc</artifactId>
1380 <version>${spring.version}</version>
1381 </dependency>
1382 <dependency>
1383 <groupId>org.springframework</groupId>
1384 <artifactId>spring-tx</artifactId>
1385 <version>${spring.version}</version>
1386 </dependency>
1387 <dependency>
1388 <groupId>org.springframework</groupId>
1389 <artifactId>spring-test</artifactId>
1390 <version>${spring.version}</version>
1391 </dependency>
1392 <dependency>
1393 <groupId>org.springframework</groupId>
1394 <artifactId>spring-web</artifactId>
1395 <version>${spring.version}</version>
1396 </dependency>
1397 <dependency>
1398 <groupId>org.springframework</groupId>
1399 <artifactId>spring-webmvc</artifactId>
1400 <version>${spring.version}</version>
1401 </dependency>
1402 <dependency>
1403 <groupId>org.springframework</groupId>
1404 <artifactId>spring-aop</artifactId>
1405 <version>${spring.version}</version>
1406 </dependency>
1407 <dependency>
1408 <groupId>org.springframework</groupId>
1409 <artifactId>spring-aspects</artifactId>
1410 <version>${spring.version}</version>
1411 </dependency>
1412 <dependency>
1413 <groupId>org.springframework</groupId>
1414 <artifactId>spring-expression</artifactId>
1415 <version>${spring.version}</version>
1416 </dependency>
1417 <dependency>
1418 <groupId>org.springframework</groupId>
1419 <artifactId>spring-context-support</artifactId>
1420 <version>${spring.version}</version>
1421 </dependency>
1422 <dependency>
1423 <groupId>org.springframework</groupId>
1424 <artifactId>spring-oxm</artifactId>
1425 <version>${spring.version}</version>
1426 </dependency>
1427 <dependency>
1428 <groupId>org.springframework.security</groupId>
1429 <artifactId>spring-security-core</artifactId>
1430 <version>${spring-security.version}</version>
1431 </dependency>
1432 <dependency>
1433 <groupId>org.springframework.security</groupId>
1434 <artifactId>spring-security-config</artifactId>
1435 <version>${spring-security.version}</version>
1436 </dependency>
1437 <dependency>
1438 <groupId>org.springframework.security</groupId>
1439 <artifactId>spring-security-web</artifactId>
1440 <version>${spring-security.version}</version>
1441 </dependency>
1442 <dependency>
1443 <groupId>org.springframework.security.oauth</groupId>
1444 <artifactId>spring-security-oauth2</artifactId>
1445 <version>${spring-security-oauth2.version}</version>
1446 </dependency>
1447 <dependency>
1448 <groupId>org.springframework.cloud</groupId>
1449 <artifactId>spring-cloud-security</artifactId>
1450 <version>${spring-security.version}</version>
1451 </dependency>
1452 <dependency>
1453 <!-- required by spring security core, but not needed anymore in spring security 5.x -->
1454 <groupId>aopalliance</groupId>
1455 <artifactId>aopalliance</artifactId>
1456 <version>1.0</version>
1457 </dependency>
1458
1459 <!-- ******* SERVLET/JSP/JSF ******* -->
1460 <dependency>
1461 <groupId>javax.servlet</groupId>
1462 <artifactId>javax.servlet-api</artifactId>
1463 <version>4.0.1</version>
1464 <!-- checked 2020-08 -->
1465 </dependency>
1466
1467 <!-- yourkit profiler api controller (used in ..) -->
1468 <dependency>
1469 <groupId>com.yourkit</groupId>
1470 <artifactId>yjp-controller-api-redist</artifactId>
1471 <version>2015-build-15086</version>
1472 <scope>test</scope>
1473 </dependency>
1474 <!-- For Validation -->
1475 <dependency>
1476 <groupId>javax.validation</groupId>
1477 <artifactId>validation-api</artifactId>
1478 <version>2.0.1.Final</version>
1479 <!-- checked 2020-08 -->
1480 </dependency>
1481 <dependency>
1482 <groupId>org.hibernate.validator</groupId>
1483 <artifactId>hibernate-validator</artifactId>
1484 <version>${hibernate-validator.version}</version>
1485 </dependency>
1486 <dependency>
1487 <groupId>com.fasterxml</groupId>
1488 <artifactId>classmate</artifactId>
1489 <version>1.5.1</version>
1490 <!-- checked 2020-08 -->
1491 </dependency>
1492 <dependency>
1493 <groupId>javax.el</groupId>
1494 <artifactId>javax.el-api</artifactId>
1495 <version>3.0.0</version>
1496 <!-- checked 2020-08 -->
1497 </dependency>
1498 <dependency>
1499 <groupId>jakarta.validation</groupId>
1500 <artifactId>jakarta.validation-api</artifactId>
1501 <version>3.0.0</version>
1502 <!-- checked 2020-08 -->
1503 </dependency>
1504 <dependency>
1505 <groupId>org.glassfish.web</groupId>
1506 <artifactId>javax.el</artifactId>
1507 <version>2.2.6</version>
1508 </dependency>
1509 <dependency>
1510 <groupId>org.hibernate.validator</groupId>
1511 <artifactId>hibernate-validator-cdi</artifactId>
1512 <version>${hibernate-validator.version}</version>
1513 </dependency>
1514 <dependency>
1515 <!-- not clear if needed, but if needed v8.0 should be used to avoid problems with javax.validation.BootstrapConfiguration -->
1516 <!-- it was a (currently excluded) transitiv dependency from org.geotools/gt-referencing used in cdmlib-ext -->
1517 <groupId>javax</groupId>
1518 <artifactId>javaee-api</artifactId>
1519 <version>8.0.1</version>
1520 </dependency>
1521
1522 <!-- for ikey-plus -->
1523 <dependency>
1524 <groupId>identificationKeyAPI</groupId>
1525 <artifactId>identificationKeyAPI</artifactId>
1526 <version>1.0</version> <!-- was <version>1.0-SNAPSHOT</version> -->
1527 </dependency>
1528 <dependency>
1529 <groupId>com.itextpdf</groupId>
1530 <artifactId>itextpdf</artifactId>
1531 <version>5.5.13.1</version>
1532 <scope>compile</scope>
1533 </dependency>
1534 <!-- AptView -->
1535 <dependency>
1536 <groupId>org.apache.maven.doxia</groupId>
1537 <artifactId>doxia-module-apt</artifactId>
1538 <version>${doxia.version}</version>
1539 </dependency>
1540 <dependency>
1541 <groupId>org.apache.maven.doxia</groupId>
1542 <artifactId>doxia-module-xhtml</artifactId>
1543 <version>${doxia.version}</version>
1544 </dependency>
1545 <dependency>
1546 <!-- managing version of plexus-utils to avoid multiple versions (3.0.15, 1.4.5) of the artifact -->
1547 <groupId>org.codehaus.plexus</groupId>
1548 <artifactId>plexus-utils</artifactId>
1549 <version>3.3.0</version>
1550 <!-- checked 2020-08 -->
1551 </dependency>
1552 <!-- swagger (rest service doc) -->
1553 <dependency>
1554 <groupId>io.swagger</groupId>
1555 <artifactId>swagger-annotations</artifactId>
1556 <!-- should match the springfox-swagger2 depends on -->
1557 <version>1.5.10</version>
1558 </dependency>
1559
1560 <!-- dependencies for swagger-springmvc, added explicitely -->
1561 <dependency>
1562 <groupId>com.fasterxml.jackson.core</groupId>
1563 <artifactId>jackson-databind</artifactId>
1564 <version>${jackson.version}</version>
1565 </dependency>
1566 <dependency>
1567 <groupId>com.fasterxml.jackson.core</groupId>
1568 <artifactId>jackson-core</artifactId>
1569 <version>${jackson.version}</version>
1570 </dependency>
1571 <dependency>
1572 <groupId>com.fasterxml.jackson.core</groupId>
1573 <artifactId>jackson-annotations</artifactId>
1574 <version>${jackson.version}</version>
1575 </dependency>
1576 <!-- END of dependencies for swagger-springmvc, added explicitely -->
1577 <dependency>
1578 <groupId>io.springfox</groupId>
1579 <artifactId>springfox-swagger2</artifactId>
1580 <version>2.6.1</version>
1581 </dependency>
1582
1583 <!-- ******* DATABASES DRIVER ******* -->
1584 <dependency>
1585 <groupId>mysql</groupId>
1586 <artifactId>mysql-connector-java</artifactId>
1587 <version>8.0.21</version>
1588 </dependency>
1589 <dependency>
1590 <groupId>org.mariadb.jdbc</groupId>
1591 <artifactId>mariadb-java-client</artifactId>
1592 <version>2.6.2</version>
1593 </dependency>
1594 <dependency>
1595 <groupId>org.postgresql</groupId>
1596 <artifactId>postgresql</artifactId>
1597 <version>42.2.18</version>
1598 </dependency>
1599 <dependency>
1600 <groupId>com.h2database</groupId>
1601 <artifactId>h2</artifactId>
1602 <version>1.4.190</version>
1603 </dependency>
1604 <!-- SQL Server -->
1605 <dependency>
1606 <groupId>com.microsoft.sqlserver</groupId>
1607 <artifactId>mssql-jdbc</artifactId>
1608 <version>8.4.1.jre8</version>
1609 </dependency>
1610 <dependency>
1611 <groupId>org.hsqldb</groupId>
1612 <artifactId>hsqldb</artifactId>
1613 <version>${hsqldb.version}</version>
1614 </dependency>
1615 <dependency>
1616 <!-- SQL Server and Sybase -->
1617 <groupId>net.sourceforge.jtds</groupId>
1618 <artifactId>jtds</artifactId>
1619 <version>1.3.1</version>
1620 </dependency>
1621 <dependency>
1622 <groupId>oracle</groupId>
1623 <artifactId>ojdbc14</artifactId>
1624 <version>10.2.0.4.0</version>
1625 </dependency>
1626 <!-- <dependency>
1627 <groupId>ojdbc</groupId>
1628 <artifactId>ojdbc</artifactId>
1629 <version>14</version>
1630 </dependency> -->
1631 <!-- GIS/KML -->
1632 <dependency>
1633 <groupId>de.micromata.jak</groupId>
1634 <artifactId>JavaAPIforKml</artifactId>
1635 <version>2.2.1</version>
1636 </dependency>
1637 <dependency>
1638 <groupId>org.geotools</groupId>
1639 <artifactId>gt-opengis</artifactId>
1640 <version>${geotools.version}</version>
1641 </dependency>
1642 <dependency>
1643 <groupId>org.geotools</groupId>
1644 <artifactId>gt-referencing</artifactId>
1645 <version>${geotools.version}</version>
1646 </dependency>
1647 <dependency>
1648 <groupId>org.geotools</groupId>
1649 <artifactId>gt-epsg-wkt</artifactId>
1650 <version>${geotools.version}</version>
1651 </dependency>
1652 <dependency>
1653 <groupId>org.geotools</groupId>
1654 <artifactId>gt-main</artifactId>
1655 <version>${geotools.version}</version>
1656 </dependency>
1657
1658 <dependency>
1659 <groupId>com.sun</groupId>
1660 <artifactId>tools</artifactId>
1661 <version>1.8.0</version>
1662 </dependency>
1663 </dependencies>
1664 </dependencyManagement>
1665 </project>