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