Project

General

Profile

Download (60.1 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?> 
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
  <groupId>eu.etaxonomy</groupId>
5
  <artifactId>cdmlib-parent</artifactId>
6
  <version>5.27.0-SNAPSHOT</version>
7
  <name>CDM Library</name>
8
  <description>The Java implementation of the Common Data Model (CDM), the data model for EDIT's internet platform for cybertaxonomy.</description>
9
  <url>http://cybertaxonomy.eu/cdmlib/</url>
10
  <inceptionYear>2007</inceptionYear>
11
  <packaging>pom</packaging>
12
  <modules>
13
    <module>cdmlib-commons</module>
14
    
15
    <module>cdmlib-model</module>
16
	<module>cdmlib-db</module>
17
    <module>cdmlib-test</module>
18
    <module>cdmlib-persistence</module>
19
    <module>cdmlib-services</module>
20
    <module>cdmlib-ext</module>
21
    <module>cdmlib-io</module>
22
    <module>cdmlib-remote</module>
23
    <module>cdmlib-print</module>
24
    <module>cdmlib-remote-webapp</module>
25
    <module>cdmlib-cache</module>
26
  </modules>
27
  <properties>    
28
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
29
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
30
    <java.codelevel>1.8</java.codelevel>
31
    <spring.version>4.3.28.RELEASE</spring.version>                                 <!-- checked 2020-08, further upgrade possible -->
32
    <spring-security.version>4.2.18.RELEASE</spring-security.version>               <!-- checked 2020-08, further upgrade possible -->
33
    <spring-security-oauth2.version>2.5.0.RELEASE</spring-security-oauth2.version>  <!-- checked 2020-08 -->
34
    <spring-cloud.version>1.1.3.RELEASE</spring-cloud.version>
35
	<hibernate.version>5.1.17.Final</hibernate.version>
36
	<hibernate-validator.version>6.1.5.Final</hibernate-validator.version>          <!-- checked 2020-08 -->
37
    <hibernate-search.version>5.5.2.Final</hibernate-search.version>
38
    <lucene.version>5.4.1</lucene.version>
39
	<unitils.version>3.4.6</unitils.version>
40
    <hsqldb.version>2.5.1</hsqldb.version>
41
    <httpcomponents.version>4.5.12</httpcomponents.version>
42
    <doxia.version>1.9.1</doxia.version>                <!-- checked 2020-08 -->
43
    <poi.version>4.1.2</poi.version>                    <!-- checked 2020-08 -->
44
    <jackson.version>2.11.2</jackson.version>           <!-- checked 2020-08 -->
45
	<commons-logging.version>1.2</commons-logging.version> <!-- checked 2020-08 -->
46
	<slf4j.version>1.7.30</slf4j.version>               <!-- checked 2020-08 -->
47
	<jaxb.version>2.3.3</jaxb.version>                 <!-- checked 2020-08, there is a newer version 3.0.0-MX, not checked if compatible -->
48
	<cglib.version>3.3.0</cglib.version>
49
	<aspectj.version>1.9.6</aspectj.version>            <!-- checked 2020-08 -->
50
	<geotools.version>23.2</geotools.version>           <!-- checked 2020-08 -->
51
    <dozer.version>6.5.0</dozer.version>                <!-- checked 2021-02 -->
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
      <id>a.kohlbecker</id>
99
      <name>Andreas Kohlbecker</name>
100
      <email>a.kohlbecker [at] bgbm.org</email>
101
      <organization>Botanical Garden Botanical Museum Berlin</organization>
102
      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
103
      <timezone>+1</timezone>
104
      <roles>
105
        <role>Architect</role>
106
        <role>Java Developer</role>
107
        <role>Release Manager</role>
108
      </roles>
109
      <url />
110
    </developer>
111
    <developer>
112
      <id>k.luther</id>
113
      <name>Katja Luther</name>
114
      <email>k.luther [at] bgbm.org</email>
115
      <organization>Botanical Garden Botanical Museum Berlin</organization>
116
      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
117
      <timezone>+1</timezone>
118
      <roles>
119
        <role>Java Developer</role>
120
      </roles>
121
      <url />
122
    </developer>
123
    <developer>
124
      <id>a.mueller</id>
125
      <name>Andreas Müller</name>
126
      <email>a.mueller [at] bgbm.org</email>
127
      <organization>Botanical Garden Botanical Museum Berlin</organization>
128
      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
129
      <timezone>+1</timezone>
130
      <roles>
131
        <role>Architect</role>
132
        <role>Java Developer</role>
133
        <role>Release Manager</role>
134
      </roles>
135
      <url />
136
    </developer>
137
  </developers>
138
  <!--contributors> <contributor> <name>Test-Contributor</name> </contributor> 
139
    </contributors -->
140
  <issueManagement>
141
    <system>Redmine</system>
142
    <url>https://dev.e-taxonomy.eu/redmine/projects/edit</url>
143
  </issueManagement>
144
  <ciManagement>
145
    <system>Jenkins</system>
146
    <url>http://int.e-taxonomy.eu/jenkins</url>
147
  </ciManagement>
148
  <!-- **** REPOSITORIES **** -->
149
  <profiles>
150
    <profile>
151
      <id>local-repository</id>
152
      <activation>
153
        <property>
154
          <name>localrepo</name>
155
        </property>
156
      </activation>
157
      <repositories>
158
        <repository>
159
          <id>EditLocalRepository</id>
160
          <url>file://${localrepo}/eu/etaxonomy/</url>
161
          <releases>
162
            <enabled>false</enabled>
163
            <updatePolicy>always</updatePolicy>
164
          </releases>
165
          <snapshots>
166
            <enabled>true</enabled>
167
            <updatePolicy>always</updatePolicy>
168
          </snapshots>
169
        </repository>
170
      </repositories>
171
    </profile>
172
  </profiles>
173
  <repositories>
174
    <!-- the cdm internal repository -->
175
    <repository>
176
      <id>EditRepository</id>
177
      <url>https://cybertaxonomy.eu/mavenrepo/</url>
178
    </repository>
179
    <!-- apache incubating repository -->
180
    <repository>
181
      <id>ApacheIncubating</id>
182
      <url>https://people.apache.org/repo/m2-incubating-repository/</url>
183
    </repository>
184
    <!-- Neccessary for hibernate-envers -->
185
    <repository>
186
  <!--    <releases>
187
        <enabled>true</enabled>
188
        <updatePolicy>always</updatePolicy>
189
        <checksumPolicy>warn</checksumPolicy>
190
      </releases>
191
      <snapshots>
192
        <enabled>false</enabled>
193
        <updatePolicy>never</updatePolicy>
194
        <checksumPolicy>fail</checksumPolicy>
195
      </snapshots>   -->
196
      <id>jboss-repository</id>
197
      <name>JBoss Repository</name>
198
      <url>https://repository.jboss.org</url>
199
    </repository>
200
    <repository>
201
    	<id>OSGeo Repository</id>
202
    	<url>https://repo.osgeo.org/repository/release/</url>
203
    </repository>
204
  </repositories>
205
  <!-- **** PLUGINS **** -->
206
  <build>
207
    <plugins>
208
      <plugin>
209
        <groupId>org.apache.maven.plugins</groupId>
210
        <artifactId>maven-compiler-plugin</artifactId>
211
		<version>2.3.2</version> 
212
        <configuration>
213
          <source>${java.codelevel}</source>
214
          <target>${java.codelevel}</target>
215
          <encoding>${project.build.sourceEncoding}</encoding>  <!-- necessary? should be covered by project. properties source encoding -->
216
		  <!-- to increase stacksize see #6404 -->
217
        </configuration>
218
      </plugin>
219
      <plugin>
220
        <groupId>org.apache.maven.plugins</groupId>
221
        <artifactId>maven-surefire-plugin</artifactId>
222
        <version>3.0.0-M5</version>  <!-- updated 2020-09 -->
223
        <configuration>
224
          <argLine>-Xmx512M -Dfile.encoding=${project.build.sourceEncoding}</argLine>
225
          <runOrder>alphabetical</runOrder>
226
          <includes>
227
            <include>**/*Test.java</include>
228
          </includes>
229
        </configuration>
230
      </plugin>
231
      <plugin>
232
          <groupId>org.apache.maven.plugins</groupId>
233
          <artifactId>maven-resources-plugin</artifactId>
234
          <version>3.0.2</version>
235
          <configuration>
236
              <encoding>${project.build.sourceEncoding}</encoding>
237
          </configuration>
238
      </plugin>
239
      <plugin>
240
        <groupId>org.codehaus.mojo</groupId>
241
        <artifactId>buildnumber-maven-plugin</artifactId>
242
        <version>1.0-beta-3</version>
243
        <executions>
244
          <execution>
245
            <!--<phase>deploy</phase> -->
246
            <goals>
247
              <goal>create</goal>
248
            </goals>
249
          </execution>
250
        </executions>
251
        <configuration>
252
          <doCheck>false</doCheck>
253
          <!-- Only create the build number if there are no local modifications -->
254
          <doUpdate>false</doUpdate>
255
          <!-- automatically update the local svn copy -->
256
        </configuration>
257
      </plugin>
258
      <plugin>
259
        <groupId>org.apache.maven.plugins</groupId>
260
        <artifactId>maven-site-plugin</artifactId>
261
        <version>3.3</version>
262
        <configuration>
263
          <locales>en</locales>
264
          <outputEncoding>UTF-8</outputEncoding><!-- necessary? should be covered by project. properties output encoding -->
265
          <!-- chmod: not not use chmod, rather adapt the umask of the user 
266
            at the server to which the site is deployed -->
267
          <chmod>false</chmod>
268
        </configuration>
269
      </plugin>
270
      <plugin>
271
        <groupId>org.apache.maven.plugins</groupId>
272
        <artifactId>maven-source-plugin</artifactId>
273
        <version>2.1.2</version>
274
        <executions>
275
          <execution>
276
            <id>attach-sources</id>
277
            <phase>verify</phase>
278
            <goals>
279
              <goal>jar</goal>
280
            </goals>
281
          </execution>
282
        </executions>
283
      </plugin>
284
      <plugin>
285
        <groupId>org.apache.maven.plugins</groupId>
286
        <artifactId>maven-javadoc-plugin</artifactId>
287
        <version>2.7</version>
288
        <configuration>
289
          <stylesheet>maven</stylesheet>
290
          <quiet>true</quiet>
291
          <detectLinks>true</detectLinks>
292
          <failOnError>false</failOnError>
293
          <additionalparam>${javadoc.opts}</additionalparam>
294
        </configuration>
295
        <executions>
296
          <execution>
297
            <id>aggregate</id>
298
            <goals>
299
              <goal>aggregate</goal>
300
            </goals>
301
            <phase>site</phase>
302
          </execution>
303
        </executions>
304
      </plugin>
305
      <plugin>
306
        <groupId>org.apache.maven.plugins</groupId>
307
        <artifactId>maven-eclipse-plugin</artifactId>
308
        <version>2.9</version>
309
        <configuration>
310
          <downloadSources>true</downloadSources>
311
          <downloadJavadocs>true</downloadJavadocs>
312
        </configuration>
313
      </plugin>
314
      <plugin>
315
        <groupId>com.agilejava.docbkx</groupId>
316
        <artifactId>docbkx-maven-plugin</artifactId>
317
        <version>2.0.9</version>
318
        <executions>
319
          <execution>
320
            <goals>
321
              <goal>generate-html</goal>
322
              <goal>generate-pdf</goal>
323
            </goals>
324
            <phase>pre-site</phase>
325
          </execution>
326
        </executions>
327
        <dependencies>
328
          <dependency>
329
            <groupId>org.docbook</groupId>
330
            <artifactId>docbook-xml</artifactId>
331
            <version>4.4</version>
332
            <scope>runtime</scope>
333
          </dependency>
334
        </dependencies>
335
        <configuration>
336
          <includes>ReferenceDocumentation.xml</includes>
337
          <chunkedOutput>true</chunkedOutput>
338
          <htmlStylesheet>resources/css/html.css</htmlStylesheet>
339
          <xincludeSupported>true</xincludeSupported>
340
          <!--<htmlCustomization>src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization> -->
341
          <!-- if anyone can get the xsl-fo customization to work properly, 
342
            then by all means use it <foCustomization>src/docbkx/resources/xsl/fopdf.xsl</foCustomization> -->
343
          <entities>
344
            <entity>
345
              <name>version</name>
346
              <value>${project.version}</value>
347
            </entity>
348
          </entities>
349
          <!--We want the final documentation and the required resources 
350
            to end up in the right place -->
351
          <postProcess>
352
            <copy todir="target/site/reference">
353
              <fileset dir="target/docbkx">
354
                <include name="**/*.html" />
355
                <include name="**/*.pdf" />
356
              </fileset>
357
            </copy>
358
            <copy todir="target/site/reference/html">
359
              <fileset dir="src/docbkx">
360
                <include name="**/*.css" />
361
                <include name="**/*.png" />
362
                <include name="**/*.gif" />
363
                <include name="**/*.jpg" />
364
              </fileset>
365
            </copy>
366
          </postProcess>
367
        </configuration>
368
      </plugin>
369
      <plugin>
370
        <groupId>org.codehaus.mojo</groupId>
371
        <artifactId>wagon-maven-plugin</artifactId>
372
        <version>1.0-beta-3</version>
373
        <configuration>
374
          <fromDir>${project.build.directory}/docbkx/</fromDir>
375
          <includes>**/*</includes>
376
          <excludes />
377
          <url>scpexe://cybertaxonomy.eu</url>
378
          <serverId>cybertaxonomy.eu</serverId>
379
          <toDir>var/www/wp5.e-taxonomy.eu/cdmlib/reference/${project.version}</toDir>
380
        </configuration>
381
        <executions>
382
          <execution>
383
            <id>upload-reference-documentation</id>
384
            <phase>site-deploy</phase>
385
            <goals>
386
              <goal>upload</goal>
387
            </goals>
388
          </execution>
389
        </executions>
390
      </plugin>
391
      <plugin>
392
        <groupId>org.apache.maven.plugins</groupId>
393
        <artifactId>maven-release-plugin</artifactId>
394
        <version>2.1</version>
395
        <configuration>
396
          <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
397
          <autoVersionSubmodules>true</autoVersionSubmodules>
398
          <preparationGoals>clean verify install</preparationGoals>
399
          <goals>deploy</goals><!-- skipping site-deploy by explicitly configuring 
400
            the goal here -->
401
          <tagBase>http://dev.e-taxonomy.eu/svn/tags/cdmlib</tagBase>
402
        </configuration>
403
      </plugin>
404
      <plugin>
405
        <groupId>external.atlassian.jgitflow</groupId>
406
        <artifactId>jgitflow-maven-plugin</artifactId>
407
        <version>1.0-m6</version>
408
        <configuration>
409
          <pushHotfixes>true</pushHotfixes>
410
          <pushReleases>true</pushReleases> 
411
          <enableSshAgent>true</enableSshAgent>
412
          <allowSnapshots>true</allowSnapshots>
413
          <allowUntracked>true</allowUntracked>
414
        </configuration>
415
        <dependencies>
416
          <!-- 
417
                upgrading dependency jsch.agent.version of jgit-flow plugin to 0.1.53 
418
                in order have ssl key exchange algorithms compatible with openssh 6.7 
419
             -->
420
          <dependency>
421
            <groupId>com.jcraft</groupId>
422
            <artifactId>jsch</artifactId>
423
            <version>0.1.53</version>
424
          </dependency>
425
        </dependencies>
426
      </plugin>
427
      <plugin>
428
        <groupId>org.apache.maven.plugins</groupId>
429
        <artifactId>maven-enforcer-plugin</artifactId>
430
        <version>3.0.0-M2</version>
431
        <executions>
432
          <execution>
433
            <id>enforce</id>
434
            <configuration>
435
              <fail>true</fail>
436
              <skip>false</skip>
437
              <rules>
438
                <dependencyConvergence />                
439
				<requireMavenVersion>
440
                  <version>[3.6.0,)</version>
441
                </requireMavenVersion>
442
              </rules>
443
            </configuration>
444
            <goals>
445
              <goal>enforce</goal>
446
              <!-- Binds by default to the lifecycle phase: validate -->
447
            </goals>
448
          </execution>
449
        </executions>
450
      </plugin>
451
    </plugins>
452
    <extensions>
453
      <extension>
454
        <groupId>org.apache.maven.wagon</groupId>
455
        <artifactId>wagon-scm</artifactId>
456
        <version>1.0-beta-6</version>
457
      </extension>
458
      <extension>
459
        <groupId>org.apache.maven.wagon</groupId>
460
        <artifactId>wagon-ssh</artifactId>
461
        <version>1.0-beta-6</version>
462
      </extension>
463
      <extension>
464
        <groupId>org.apache.maven.wagon</groupId>
465
        <artifactId>wagon-ssh-external</artifactId>
466
        <version>1.0-beta-6</version>
467
      </extension>
468
      <extension>
469
        <groupId>org.apache.maven.scm</groupId>
470
        <artifactId>maven-scm-manager-plexus</artifactId>
471
        <version>1.0</version>
472
      </extension>
473
      <extension>
474
        <groupId>org.apache.maven.scm</groupId>
475
        <artifactId>maven-scm-provider-svnexe</artifactId>
476
        <version>1.0</version>
477
      </extension>
478
      <!-- WebDAV plugin to upload snapshots -->
479
      <extension>
480
        <groupId>org.apache.maven.wagon</groupId>
481
        <artifactId>wagon-webdav</artifactId>
482
        <version>1.0-beta-2</version>
483
      </extension>
484
    </extensions>
485
    <pluginManagement>
486
      <plugins>
487
        <plugin>
488
          <groupId>org.apache.maven.plugins</groupId>
489
          <artifactId>maven-antrun-plugin</artifactId>
490
          <version>3.0.0</version>
491
        </plugin>
492
      </plugins>  
493
    </pluginManagement>
494
  </build>
495
  <reporting>
496
    <plugins>
497
      <plugin>
498
        <!-- you will want to start by publishing your classes' Javadocs -->
499
        <groupId>org.apache.maven.plugins</groupId>
500
        <artifactId>maven-javadoc-plugin</artifactId>
501
        <version>2.7</version>
502
        <configuration>
503
          <detectLinks>true</detectLinks>
504
          <additionalparam>${javadoc.opts}</additionalparam>
505
        </configuration>
506
      </plugin>
507
      <plugin>
508
        <!-- this will generate an indexed and cross-referenced HTML version 
509
          of your source code -->
510
        <groupId>org.apache.maven.plugins</groupId>
511
        <artifactId>maven-jxr-plugin</artifactId>
512
        <version>2.2</version>
513
      </plugin>
514
      <plugin>
515
        <!-- if you use @todo tags to remind you of things to be done (which 
516
          is a good coding practice), the taglist report will generate a list of all 
517
          the items marked @todo or TODO -->
518
        <groupId>org.codehaus.mojo</groupId>
519
        <artifactId>taglist-maven-plugin</artifactId>
520
        <version>2.4</version>
521
      </plugin>
522
      <plugin>
523
        <!-- Test coverage can be a useful indication of the quality of your 
524
          unit tests. It basically tells you how much of your code is actually run 
525
          by your unit tests, which, in turn, can give you a good idea of the tests' 
526
          quality -->
527
        <groupId>org.codehaus.mojo</groupId>
528
        <artifactId>cobertura-maven-plugin</artifactId>
529
        <version>2.4</version>
530
        <!-- <executions> <execution> <id>clean</id> <phase>clean</phase> 
531
          <goals> <goal>clean</goal> </goals> </execution> </executions> -->
532
      </plugin>
533
      <!-- -->
534
      <plugin>
535
        <groupId>org.apache.maven.plugins</groupId>
536
        <artifactId>maven-project-info-reports-plugin</artifactId>
537
        <version>2.8</version>
538
        <configuration>
539
          <!-- when the dependencyLocations option is enabled maven will 
540
            determine if resources are located within a given repository. If that repository 
541
            doesn’t exist anyomore or is just terribly slow and will produce tons of 
542
            line in the log starting with: '[ERROR] Unable to determine if resource ...' 
543
            This will slow down site build drastically, therefore we disable this option 
544
            here. -->
545
          <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
546
        </configuration>
547
        <!-- just the deafault <reportSets> <reportSet> <reports> <report>dependencies</report> 
548
          <report>project-team</report> <report>mailing-list</report> <report>cim</report> 
549
          <report>issue-tracking</report> <report>license</report> <report>scm</report> 
550
          </reports> </reportSet> </reportSets> -->
551
      </plugin>
552
      <!-- The changes-maven-plugin plug-in uses a special XML file (src/changes/changes.xml) 
553
        to track releases and changes in each release -->
554
      <plugin>
555
        <groupId>org.apache.maven.plugins</groupId>
556
        <artifactId>maven-changes-plugin</artifactId>
557
        <version>2.3</version>
558
        <configuration>
559
          <issueLinkTemplatePerSystem>
560
            <default>%URL%/ticket/%ISSUE%</default>
561
          </issueLinkTemplatePerSystem>
562
        </configuration>
563
        <reportSets>
564
          <reportSet>
565
            <reports>
566
              <report>changes-report</report>
567
            </reports>
568
          </reportSet>
569
        </reportSets>
570
      </plugin>
571
      <!-- The changelog plug-in generates a nice report describing which 
572
        files have been changed and by whom -->
573
      <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>changelog-maven-plugin</artifactId> 
574
        </plugin> -->
575
    </plugins>
576

    
577
  </reporting>
578
  <!-- DISTRIBUTION MANAGEMENT -->
579
  <distributionManagement>
580
    <site>
581
      <id>cybertaxonomy.eu</id>
582
      <name>CDM Library Website</name>
583
      <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/cdmlib/</url>
584
    </site>
585
    <repository>
586
      <uniqueVersion>false</uniqueVersion>
587
      <id>cybertaxonomy.eu</id>
588
      <name>Edit Maven Repository</name>
589
      <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/</url>
590
      <layout>default</layout>
591
    </repository>
592
  </distributionManagement>
593
  <!-- **** DEPENDENCIES **** -->
594
  <dependencies>
595
    <dependency>
596
      <!-- 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 -->
597
      <groupId>junit</groupId>
598
      <artifactId>junit</artifactId>
599
      <scope>test</scope>
600
    </dependency>
601
  </dependencies>
602
  <dependencyManagement>
603
    <dependencies>
604
      <dependency>
605
        <groupId>eu.etaxonomy</groupId>
606
        <artifactId>cdmlib-commons</artifactId>
607
        <version>${project.version}</version>
608
      </dependency>
609
      <dependency>
610
        <groupId>eu.etaxonomy</groupId>
611
        <artifactId>cdmlib-model</artifactId>
612
        <version>${project.version}</version>
613
      </dependency>
614
      <dependency>
615
        <groupId>eu.etaxonomy</groupId>
616
        <artifactId>cdmlib-persistence</artifactId>
617
        <version>${project.version}</version>
618
      </dependency>
619
      <dependency>
620
        <groupId>eu.etaxonomy</groupId>
621
        <artifactId>cdmlib-services</artifactId>
622
        <version>${project.version}</version>
623
      </dependency>
624
      <dependency>
625
        <groupId>eu.etaxonomy</groupId>
626
        <artifactId>cdmlib-io</artifactId>
627
        <version>${project.version}</version>
628
      </dependency>
629
      <dependency>
630
        <groupId>eu.etaxonomy</groupId>
631
        <artifactId>cdmlib-remote</artifactId>
632
        <version>${project.version}</version>
633
      </dependency>
634
      <dependency>
635
        <groupId>eu.etaxonomy</groupId>
636
        <artifactId>cdmlib-remote-webapp</artifactId>
637
        <version>${project.version}</version>
638
      </dependency>
639
      <dependency>
640
        <groupId>eu.etaxonomy</groupId>
641
        <artifactId>cdm-server</artifactId>
642
        <version>${project.version}</version>
643
      </dependency>
644
      <dependency>
645
        <groupId>eu.etaxonomy</groupId>
646
        <artifactId>cdmlib-ext</artifactId>
647
        <version>${project.version}</version>
648
      </dependency>
649
      <dependency>
650
        <groupId>eu.etaxonomy</groupId>
651
        <artifactId>cdmlib-print</artifactId>
652
        <version>${project.version}</version>
653
      </dependency>
654
      
655
      <!--*********** JAXB********* -->
656
      <dependency>
657
        <groupId>jakarta.xml.bind</groupId>
658
        <artifactId>jakarta.xml.bind-api</artifactId>
659
        <version>${jaxb.version}</version>  <!-- not sure if jaxb.version is always the same -->
660
      </dependency>
661
<!--       <dependency> -->
662
<!--         replaced by jakarta.xml.bind-api -->
663
<!--         <groupId>javax.xml.bind</groupId> -->
664
<!--         <artifactId>jaxb-api</artifactId> -->
665
<!--         <version>2.3.1</version> -->
666
<!--         checked 2020-08 -->
667
<!--       </dependency> -->
668
      <dependency>
669
         <!-- dependency for jaxb-api -->
670
         <groupId>javax.activation</groupId>
671
         <artifactId>javax.activation-api</artifactId>
672
         <version>1.2.0</version>
673
         <!-- checked 2020-08 -->
674
      </dependency>
675
 	  <dependency>
676
		<groupId>org.glassfish.jaxb</groupId>
677
		<artifactId>jaxb-runtime</artifactId>
678
		<version>${jaxb.version}</version>
679
	  </dependency>
680
	  <dependency>
681
		<groupId>org.glassfish.jaxb</groupId>
682
		<artifactId>jaxb-jxc</artifactId>
683
		<version>${jaxb.version}</version>
684
	  </dependency>
685
      <dependency>
686
          <!-- currently required as xsom references older version -->
687
          <groupId>com.sun.xml.bind.external</groupId>
688
          <artifactId>relaxng-datatype</artifactId>
689
          <version>${jaxb.version}</version>
690
      </dependency>
691
      <dependency>
692
          <!-- jaxb-runtime dependency -->
693
          <groupId>jakarta.activation</groupId>
694
          <artifactId>jakarta.activation-api</artifactId>
695
          <version>1.2.2</version>
696
      </dependency>
697
      <!--  JAB END -->
698
      
699
	  <dependency>
700
	    <!-- only for version management org.apache.ant:ant depends in different versions from 
701
             org.unitils:unitils-easymock:3.4.2 and org.glassfish.jaxb:jaxb-jxc:2.2.11 -->
702
	    <groupId>org.apache.ant</groupId>
703
	    <artifactId>ant</artifactId>
704
	    <version>1.10.8</version>
705
	  </dependency>
706
      <!-- ******* hibernate uses slf4j ******* -->
707
      <dependency>
708
        <groupId>org.slf4j</groupId>
709
        <artifactId>slf4j-api</artifactId>
710
        <version>${slf4j.version}</version>
711
      </dependency>
712
      <dependency>
713
        <groupId>org.slf4j</groupId>
714
        <artifactId>slf4j-log4j12</artifactId>
715
        <version>${slf4j.version}</version>
716
      </dependency>
717
	  <dependency>
718
        <!-- try to generally exclude -nop as we try to use log4j12, this is done already for unitils -->
719
        <groupId>org.slf4j</groupId>
720
        <artifactId>slf4j-nop</artifactId>
721
        <version>${slf4j.version}</version>
722
      </dependency>
723
      <!-- ******* testing ******* -->
724
      <dependency>
725
        <groupId>junit</groupId>
726
        <artifactId>junit</artifactId>
727
        <version>4.13.1</version>
728
        <scope>test</scope>
729
      </dependency>
730
      <dependency>
731
        <groupId>com.carrotsearch</groupId>
732
        <artifactId>junit-benchmarks</artifactId>
733
        <version>0.7.2</version>
734
        <scope>test</scope>
735
      </dependency>
736
      <dependency>
737
        <groupId>org.unitils</groupId>
738
        <artifactId>unitils-core</artifactId>
739
        <version>${unitils.version}</version>
740
        <!-- <scope>test</scope> unscoped since we need this dependency at 
741
          compile time in persistence for H2DbSupport.java -->
742
      </dependency>
743
      <dependency>
744
        <groupId>org.unitils</groupId>
745
        <artifactId>unitils-database</artifactId>
746
        <version>${unitils.version}</version>
747
     <!--    <scope>test</scope>  -->
748
        <exclusions>
749
          <exclusion>
750
            <groupId>org.springframework</groupId>
751
            <artifactId>spring-jdbc</artifactId>
752
          </exclusion>
753
        </exclusions>
754
      </dependency>
755
      <dependency>
756
        <groupId>org.unitils</groupId>
757
        <artifactId>unitils-dbmaintainer</artifactId>
758
        <version>${unitils.version}</version>
759
     <!--    <scope>test</scope>  -->
760
        <exclusions>
761
          <exclusion>
762
            <groupId>org.hibernate</groupId>
763
            <artifactId>hibernate</artifactId>
764
          </exclusion>
765
          <exclusion>
766
            <groupId>org.slf4j</groupId>
767
            <artifactId>slf4j-nop</artifactId>
768
          </exclusion>
769
        </exclusions>
770
      </dependency>
771
      <dependency>
772
        <groupId>org.objenesis</groupId>
773
        <artifactId>objenesis</artifactId>
774
        <version>3.1</version>
775
      </dependency>
776
      <dependency>
777
        <groupId>org.unitils</groupId>
778
        <artifactId>unitils-dbunit</artifactId>
779
        <version>${unitils.version}</version>
780
     <!--    <scope>test</scope>  -->
781
      </dependency>
782
      <dependency>
783
        <groupId>org.unitils</groupId>
784
        <artifactId>unitils-easymock</artifactId>
785
        <version>${unitils.version}</version>
786
     <!--    <scope>test</scope>  -->
787
      </dependency>
788
      <dependency>
789
        <groupId>org.unitils</groupId>
790
        <artifactId>unitils-mock</artifactId>
791
        <version>${unitils.version}</version>
792
     <!--    <scope>test</scope>  -->
793
      </dependency>
794
      <dependency>
795
        <groupId>org.unitils</groupId>
796
        <artifactId>unitils-inject</artifactId>
797
        <version>${unitils.version}</version>
798
     <!--    <scope>test</scope>  -->
799
      </dependency>
800
      <dependency>
801
        <groupId>org.unitils</groupId>
802
        <artifactId>unitils-orm</artifactId>
803
        <version>${unitils.version}</version>
804
     <!--    <scope>test</scope>  -->
805
        <exclusions>
806
          <exclusion>
807
            <groupId>javax.persistence</groupId>
808
            <artifactId>persistence-api</artifactId>
809
          </exclusion>
810
        </exclusions>
811
      </dependency>
812
      <dependency>
813
        <groupId>org.unitils</groupId>
814
        <artifactId>unitils-spring</artifactId>
815
        <version>${unitils.version}</version>
816
     <!--    <scope>test</scope>  -->
817
      </dependency>
818
      <dependency>
819
        <groupId>xmlunit</groupId>
820
        <artifactId>xmlunit</artifactId>
821
        <version>1.6</version>
822
     <!--    <scope>test</scope>  -->
823
      </dependency>
824
  <!--    <dependency>
825
        <groupId>org.dbunit</groupId>
826
        <artifactId>dbunit</artifactId>
827
        <version>2.4.9</version>  -->
828
     <!--    <scope>test</scope>  -->
829
  <!--    </dependency>   -->
830
      <!-- dependency of unitils-database, but with lower number there , 
831
        higher number needed for compatibility with current hibernate and Java 1.6 
832
        PreparedStatement -->
833
      <dependency>
834
        <groupId>commons-dbcp</groupId>
835
        <artifactId>commons-dbcp</artifactId>
836
        <version>1.4</version>
837
        <!-- <scope>test</scope> -->
838
      </dependency>
839
	  <dependency>
840
		<groupId>eu.etaxonomy</groupId>
841
		<artifactId>cdmlib-test</artifactId>
842
     <!--    <scope>test</scope>  -->
843
		<version>${project.version}</version>
844
	  </dependency>
845
      <dependency>
846
        <!-- used in cdmlib-services for the EmailSendTest -->
847
        <groupId>org.subethamail</groupId>
848
        <artifactId>subethasmtp</artifactId>
849
        <version>3.1.7</version>
850
        <scope>test</scope>
851
      </dependency>
852
      <dependency>
853
        <groupId>javax.activation</groupId>
854
        <artifactId>activation</artifactId>
855
        <version>1.1.1</version>
856
      </dependency>
857
      <!-- ******* aspect ******* -->
858
      <dependency>
859
        <!-- not really needed as long as aspectjweaver is on classpath which is a superset of aspectjrt -->
860
        <groupId>org.aspectj</groupId>
861
        <artifactId>aspectjrt</artifactId>
862
        <version>${aspectj.version}</version>
863
      </dependency>
864
      <dependency>
865
        <groupId>org.aspectj</groupId>
866
        <artifactId>aspectjweaver</artifactId>
867
        <version>${aspectj.version}</version>
868
      </dependency>
869
      <!-- ******* VARIOUS ******* -->
870
      <dependency>
871
        <groupId>xml-resolver</groupId>
872
        <artifactId>xml-resolver</artifactId>
873
        <version>1.2</version>
874
        <!-- checked 2020-08 -->
875
      </dependency>
876
      
877
      <dependency>
878
        <groupId>log4j</groupId>
879
        <artifactId>log4j</artifactId>
880
        <version>1.2.17</version>
881
      </dependency>
882
      <dependency>
883
        <groupId>net.sf.opencsv</groupId>
884
        <artifactId>opencsv</artifactId>
885
        <version>2.3</version>
886
      </dependency>
887
      <dependency>
888
        <groupId>org.osgi</groupId>
889
        <artifactId>osgi.core</artifactId>
890
        <version>7.0.0</version>
891
      </dependency>
892
      <dependency>
893
        <groupId>cglib</groupId>
894
        <artifactId>cglib-nodep</artifactId>
895
        <version>${cglib.version}</version>
896
      </dependency>
897
      <!-- <dependency> -->
898
      <!-- we try to have only dependencies to cglib-nodep to reduce size and to avoid
899
           having 2 similar libraries. #9206  -->
900
<!--         <groupId>cglib</groupId> -->
901
<!--         <artifactId>cglib</artifactId> -->
902
<!--         <version>${cglib.version}</version> -->
903
<!--       </dependency> -->
904
      <dependency>
905
        <groupId>commons-lang</groupId>
906
        <artifactId>commons-lang</artifactId>
907
        <version>2.6</version>
908
      </dependency>
909
      <dependency>
910
        <groupId>org.apache.commons</groupId>
911
        <artifactId>commons-lang3</artifactId>
912
        <version>3.11</version>
913
      </dependency>
914
      <dependency>
915
        <groupId>commons-collections</groupId>
916
        <artifactId>commons-collections</artifactId>
917
        <version>3.2.2</version>
918
      </dependency>
919
      <dependency>
920
        <groupId>org.apache.httpcomponents</groupId>
921
        <artifactId>httpclient</artifactId>
922
        <version>${httpcomponents.version}</version>
923
      </dependency>
924
      <dependency>
925
        <groupId>org.apache.httpcomponents</groupId>
926
        <artifactId>httpcore</artifactId>
927
        <version>4.4.13</version>
928
      </dependency>
929
      <dependency>
930
        <groupId>commons-io</groupId>
931
        <artifactId>commons-io</artifactId>
932
        <version>2.7</version>
933
      </dependency>
934
      <dependency>
935
          <groupId>org.apache.commons</groupId>
936
          <artifactId>commons-compress</artifactId>
937
          <version>1.20</version>
938
      </dependency>
939
      <dependency>
940
          <groupId>org.checkerframework</groupId>
941
          <artifactId>checker-qual</artifactId>
942
          <version>3.6.0</version>
943
      </dependency>
944
      <!-- only for version management, poi currently requires 1.6, commons-logging 
945
        1.1.1 requires 1.6, so we update here to the latest version -->
946
      <dependency>
947
        <groupId>commons-codec</groupId>
948
        <artifactId>commons-codec</artifactId>
949
        <version>1.15</version>
950
      </dependency>
951
      <!-- only for version management, httpcore:4.2.4, commons-beanutils:1.8.3, 
952
        commons-collections:3.2.1 currently require 1.1.1 , httpclient:4.2.3, spring-modules-cache 
953
        require 1.1 and batik-ext requires 1.0.4, so we update here to the latest 
954
        version 1.1.2, poi and springframework require 1.1.3 -->
955
      <dependency>
956
        <groupId>commons-logging</groupId>
957
        <artifactId>commons-logging</artifactId>
958
        <version>${commons-logging.version}</version>
959
      </dependency>
960
      <!-- only for version management, hibernate-commons-annotations:4.0.1.Final 
961
        requires 3.1.0.CR2 , so we update 
962
        here to the latest version 3.4.1.Final -->
963
      <dependency>
964
        <groupId>org.jboss.logging</groupId>
965
        <artifactId>jboss-logging</artifactId>
966
        <version>3.4.1.Final</version>
967
        <!-- checked 2020-08 -->
968
      </dependency>
969
<!-- 	  <dependency> -->
970
<!-- 	    see note in cdmib-persistence pom  -->
971
<!--         <groupId>javax.transaction</groupId> -->
972
<!--         <artifactId>jta</artifactId> -->
973
<!--         <version>1.1</version> -->
974
<!--       </dependency>   -->
975
		
976
      <!-- TODO xerces xmlParserAPIs duplicates many classes from jre and 
977
        xml-apis. It is a dependency that comes with xom:xom -->
978
      <dependency>
979
        <groupId>org.apache.jena</groupId>
980
        <artifactId>jena-tdb</artifactId>
981
        <version>1.1.2</version>
982
      </dependency>
983

    
984
      <dependency>
985
        <groupId>net.sf.ezmorph</groupId>
986
        <artifactId>ezmorph</artifactId>
987
        <version>1.0.6</version>
988
      </dependency>
989
      <dependency>
990
        <groupId>commons-beanutils</groupId>
991
        <artifactId>commons-beanutils</artifactId>
992
        <version>1.9.4</version>
993
      </dependency>
994
      <dependency>
995
        <groupId>net.sf.json-lib</groupId>
996
        <artifactId>json-lib</artifactId>
997
        <version>2.4</version>
998
        <classifier>jdk15</classifier>
999
      </dependency>
1000
      <!-- media  -->
1001
      <dependency>
1002
        <groupId>org.devlib.schmidt</groupId>
1003
        <artifactId>imageinfo</artifactId>
1004
        <version>1.9</version>
1005
      </dependency>
1006
       <dependency>
1007
        <groupId>de.digitalcollections.iiif</groupId>
1008
        <artifactId>iiif-apis</artifactId>
1009
        <version>0.3.8</version>
1010
      </dependency>
1011
<!--       <dependency> -->
1012
<!--         only for version management iterators depends in different versions from -->
1013
<!--               de.digitalcollections.iiif:iiif-apis:0.3.7 -->
1014
<!--       	<groupId>org.dmfs</groupId> -->
1015
<!--       	<artifactId>iterators</artifactId> -->
1016
<!--       	<version>1.5</version> -->
1017
<!--       </dependency> -->
1018
      <!--         -->
1019
      <dependency>
1020
        <groupId>org.apache.poi</groupId>
1021
        <artifactId>poi</artifactId>
1022
        <version>${poi.version}</version>
1023
      </dependency>
1024
      <dependency>
1025
        <groupId>org.apache.poi</groupId>
1026
        <artifactId>poi-ooxml-schemas</artifactId>
1027
        <version>${poi.version}</version>
1028
      </dependency>
1029
      <dependency>
1030
        <groupId>org.apache.poi</groupId>
1031
        <artifactId>poi-ooxml</artifactId>
1032
        <version>${poi.version}</version>
1033
      </dependency>
1034
      <dependency>
1035
        <groupId>org.apache.poi</groupId>
1036
        <artifactId>ooxml-schemas</artifactId>
1037
        <version>1.4</version>
1038
      </dependency>
1039
      <!--       <dependency> -->
1040
<!-- 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  -->
1041
<!--         <groupId>org.apache.poi</groupId> -->
1042
<!--         <artifactId>ooxml-schemas</artifactId> -->
1043
<!--         <version>1.4</version> -->
1044
<!--       </dependency> -->
1045
      <dependency>
1046
     	<!-- only for version management xmlbeans depends in different versions from 
1047
        org.apache.poi:poi-ooxml-schemas:3.13 and org.apache.poi:ooxml-schemas:1.4 -->
1048
      	<groupId>org.apache.xmlbeans</groupId>
1049
      	<artifactId>xmlbeans</artifactId>
1050
      	<version>3.1.0</version>
1051
        <!-- checked 2020-08 -->
1052
      </dependency>
1053
      <dependency>
1054
        <groupId>org.docx4j</groupId>
1055
        <artifactId>docx4j</artifactId>
1056
        <version>6.1.2</version>
1057
      </dependency>
1058
      <dependency>
1059
        <!-- only for version management jcl-over-slf4j depends in different versions from 
1060
        org.docx4j:docx4j:6.0.1 and org.apache.jena:jjena-tdb:1.1.2 -->
1061
        <groupId>org.slf4j</groupId>
1062
        <artifactId>jcl-over-slf4j</artifactId>
1063
        <version>1.7.25</version>
1064
      </dependency>
1065
      <dependency>
1066
        <!-- only for version management xalan depends in different versions from 
1067
        org.docx4j:docx4j:6.0.1 and xom:xom:1.2.5 -->
1068
      	<groupId>xalan</groupId>
1069
      	<artifactId>xalan</artifactId>
1070
      	<version>2.7.2</version>
1071
      </dependency>
1072
      <dependency>
1073
        <!-- only for version management org.apache.xmlgraphics:xmlgraphics-commons depends in different versions from 
1074
        org.docx4j:docx4j:6.0.1 and org.apache.xmlgraphics:fop:1.1 -->
1075
      	<groupId>org.apache.xmlgraphics</groupId>
1076
      	<artifactId>xmlgraphics-commons</artifactId>
1077
      	<version>2.4</version>
1078
      </dependency>
1079
      <dependency>
1080
        <groupId>org.apache.commons</groupId>
1081
        <artifactId>commons-imaging</artifactId>
1082
        <version>1.0-alpha2</version>
1083
      </dependency>
1084
      <dependency>
1085
        <groupId>org.cybertaxonomy.media</groupId>
1086
        <artifactId>media-info-model</artifactId>
1087
        <version>1.1.0</version>
1088
      </dependency>
1089
      <!-- joda-time -->
1090
      <dependency>
1091
        <groupId>joda-time</groupId>
1092
        <artifactId>joda-time</artifactId>
1093
        <version>2.10.6</version>
1094
      </dependency>
1095
	  <!-- maybe replaced by usertype.core -->
1096
      <dependency>
1097
        <groupId>org.jadira.usertype</groupId>
1098
        <artifactId>usertype.jodatime</artifactId>
1099
        <version>2.0.1</version>
1100
      </dependency>
1101
      <dependency>
1102
        <groupId>org.apache.lucene</groupId>
1103
        <artifactId>lucene-core</artifactId>
1104
        <version>${lucene.version}</version>
1105
      </dependency>
1106
	  <dependency>
1107
		<groupId>org.apache.lucene</groupId>
1108
		<artifactId>lucene-suggest</artifactId>
1109
		<version>${lucene.version}</version>
1110
	  </dependency>
1111
	  <dependency>
1112
		<groupId>org.apache.lucene</groupId>
1113
		<artifactId>lucene-analyzers-common</artifactId>
1114
		<version>${lucene.version}</version>
1115
	  </dependency>
1116
	  <dependency>
1117
        <groupId>org.apache.lucene</groupId>
1118
        <artifactId>lucene-queryparser</artifactId>
1119
        <version>${lucene.version}</version>
1120
      </dependency>
1121
      <dependency>
1122
        <groupId>org.apache.lucene</groupId>
1123
        <artifactId>lucene-highlighter</artifactId>
1124
        <version>${lucene.version}</version>
1125
      </dependency>
1126
      <dependency>
1127
        <groupId>org.apache.lucene</groupId>
1128
        <artifactId>lucene-grouping</artifactId>
1129
        <version>${lucene.version}</version>
1130
      </dependency>
1131
      <dependency>
1132
        <groupId>org.apache.lucene</groupId>
1133
        <artifactId>lucene-join</artifactId>
1134
        <version>${lucene.version}</version>
1135
      </dependency>
1136
      <dependency>
1137
        <groupId>org.apache.lucene</groupId>
1138
        <artifactId>lucene-backward-codecs</artifactId>
1139
        <version>${lucene.version}</version>
1140
      </dependency>
1141
      <dependency>
1142
        <groupId>org.apache.lucene</groupId>
1143
        <artifactId>lucene-misc</artifactId>
1144
        <version>${lucene.version}</version>
1145
      </dependency>
1146
      <dependency>
1147
        <groupId>org.apache.lucene</groupId>
1148
        <artifactId>lucene-facet</artifactId>
1149
        <version>${lucene.version}</version>
1150
      </dependency>
1151
            
1152
      <dependency>
1153
        <groupId>com.ibm.lsid</groupId>
1154
        <artifactId>lsid-client</artifactId>
1155
        <version>1.1.2</version>
1156
      </dependency>
1157
      <dependency>
1158
        <groupId>com.ibm.lsid</groupId>
1159
        <artifactId>lsid-server</artifactId>
1160
        <version>1.1.2</version>
1161
      </dependency>
1162
      <dependency>
1163
        <groupId>wsdl4j</groupId>
1164
        <artifactId>wsdl4j</artifactId>
1165
        <version>1.6.3</version>
1166
      </dependency>
1167
<!--       <dependency> -->
1168
<!--         <groupId>net.sf.dozer</groupId> -->
1169
<!--         <artifactId>dozer</artifactId> -->
1170
<!--         <version>5.5.1</version> -->
1171
<!--       </dependency> -->
1172
      <dependency>
1173
          <groupId>com.github.dozermapper</groupId>
1174
          <artifactId>dozer-core</artifactId>
1175
          <version>${dozer.version}</version>
1176
      </dependency>
1177
      <dependency>
1178
        <groupId>com.github.dozermapper</groupId>
1179
        <artifactId>dozer-spring4</artifactId>
1180
        <version>${dozer.version}</version>
1181
      </dependency>
1182
      <dependency>
1183
        <groupId>net.sf.ehcache</groupId>
1184
        <artifactId>ehcache</artifactId>
1185
        <version>2.10.6</version>
1186
      </dependency>
1187
      <!-- ******* XML ******* -->
1188
      <dependency>
1189
<!--        xml-apis seems to be ALMOST fully included in java8 but ElementTraversal seems to be missing, therefore SDDDocumentBuilder does not compile -->
1190
        <groupId>xml-apis</groupId>
1191
        <artifactId>xml-apis</artifactId>
1192
<!--             WARNING: do not upgrade to later versions 2.0.x of xml-apis -->
1193
<!--             since these are effectivly reloaded to the early beta version -->
1194
<!--             1.0.b2 -->
1195
        <version>1.4.01</version>
1196
      </dependency>
1197
      <dependency>
1198
        <groupId>xerces</groupId>
1199
        <artifactId>xercesImpl</artifactId>
1200
        <version>2.12.0</version>
1201
        <!-- checked 2020-08 -->
1202
      </dependency>
1203
      <!-- >batik-ext required by Xerces 2.11.0 for class ElementTraversal, 
1204
        as this is not included anymore in xml-apis 2.x -->
1205
<!--       <dependency> -->
1206
<!--         <groupId>org.apache.xmlgraphics</groupId> -->
1207
<!--         <artifactId>batik-ext</artifactId> -->
1208
<!--         <version>1.13</version> -->
1209
<!--       </dependency> -->
1210
      <dependency> <!-- required by cdmlib-print -->
1211
        <groupId>org.apache.xmlgraphics</groupId>
1212
        <artifactId>fop</artifactId>
1213
        <version>2.5</version>
1214
      </dependency>
1215
      <dependency>
1216
        <groupId>org.odftoolkit</groupId>
1217
        <artifactId>odfdom-java</artifactId>
1218
        <version>0.8.7</version>
1219
      </dependency>
1220
      <dependency>
1221
          <!-- used in eu.etaxonomy.cdm.io.markup and for swagger -->
1222
          <groupId>com.google.guava</groupId>
1223
          <artifactId>guava</artifactId>
1224
          <version>29.0-jre</version>
1225
      </dependency>
1226
      <!-- last jdom 1.x version -->
1227
	  <dependency>
1228
        <groupId>org.jdom</groupId>
1229
        <artifactId>jdom</artifactId>
1230
        <version>1.1.3</version>
1231
      </dependency>
1232
	  <!-- jdom2 may exist in parallel to jdom(1) as it uses a different package structure -->
1233
	  <dependency>
1234
		 <groupId>org.jdom</groupId>
1235
		 <artifactId>jdom2</artifactId>
1236
		 <version>2.0.6</version>
1237
	  </dependency>
1238
      <dependency>
1239
        <groupId>com.thoughtworks.xstream</groupId>
1240
        <artifactId>xstream</artifactId>
1241
        <version>1.4.14</version>
1242
      </dependency>
1243
      <dependency>
1244
      <groupId>xmlpull</groupId>
1245
        <artifactId>xmlpull</artifactId>
1246
        <version>1.2.0</version>
1247
      </dependency>
1248
      <dependency>
1249
        <groupId>xpp3</groupId>
1250
        <artifactId>xpp3</artifactId>
1251
        <version>1.1.4c</version>
1252
      </dependency>
1253
<!--       <dependency> -->
1254
<!--        stax is part of java8 and therefore not needed anymore -->
1255
<!--         <groupId>stax</groupId> -->
1256
<!--         <artifactId>stax</artifactId> -->
1257
<!--         <version>1.2.0</version> -->
1258
<!--       </dependency> -->
1259
      <dependency>
1260
        <groupId>xom</groupId>
1261
        <artifactId>xom</artifactId>
1262
        <version>1.3.5</version>
1263
        <exclusions>
1264
          <!-- need to exclude com.ibm.icu:icu4j since it contains an invalid 
1265
            file which causes the jetty-maven-plugin to fail see http://stackoverflow.com/questions/3026956/javassist-failure-in-hibernate-invalid-constant-type-60 -->
1266
          <exclusion>
1267
            <groupId>com.ibm.icu</groupId>
1268
            <artifactId>icu4j</artifactId>
1269
          </exclusion>
1270
        </exclusions>
1271
      </dependency>
1272
      <!-- ******* SAXON (ViBRANT)******* -->
1273
      <dependency>
1274
        <groupId>net.sf.saxon</groupId>
1275
        <artifactId>Saxon-HE</artifactId>
1276
        <version>10.1</version>
1277
      </dependency>
1278
      <!-- ******* http components (ViBRANT)******* -->
1279
      <dependency>
1280
        <groupId>org.apache.httpcomponents</groupId>
1281
        <artifactId>httpmime</artifactId>
1282
        <version>${httpcomponents.version}</version>
1283
      </dependency>
1284
      <!-- ***** json ******************** -->
1285
      <dependency>
1286
        <groupId>org.json</groupId>
1287
        <artifactId>json</artifactId>
1288
        <version>20200518</version>
1289
      </dependency>
1290
      <!-- ******* HIBERNATE / EJB3 ******* -->
1291
      <dependency>
1292
        <groupId>org.hibernate.javax.persistence</groupId>
1293
        <artifactId>hibernate-jpa-2.1-api</artifactId>
1294
        <version>1.0.2.Final</version>
1295
      </dependency>
1296
      <dependency>
1297
        <groupId>org.hibernate</groupId>
1298
        <artifactId>hibernate-core</artifactId>
1299
        <version>${hibernate.version}</version>
1300
      </dependency>
1301
      <dependency>
1302
        <groupId>org.hibernate</groupId>
1303
        <artifactId>hibernate-entitymanager</artifactId>
1304
        <version>${hibernate.version}</version>
1305
      </dependency>
1306
      <dependency>
1307
        <groupId>org.hibernate</groupId>
1308
        <artifactId>hibernate-envers</artifactId>
1309
        <version>${hibernate.version}</version>
1310
      </dependency>
1311
      <dependency>
1312
        <groupId>org.hibernate</groupId>
1313
        <artifactId>hibernate-c3p0</artifactId>
1314
        <version>${hibernate.version}</version>
1315
      </dependency>
1316
      <dependency>
1317
        <groupId>com.mchange</groupId>
1318
        <artifactId>c3p0</artifactId>
1319
        <!-- 
1320
          IMPORTANT!!!
1321
          when changing the version of this artifact, the 
1322
          version in cdm-server pom.xml must be changed 
1323
          the same otherwise db connections through jndi 
1324
          will not work!
1325
		  NOTE: not so critical anymore as we use cdmlib-db
1326
		  now for both projects
1327
        -->
1328
        <version>0.9.5.2</version>
1329
      </dependency>
1330
      <dependency>
1331
        <groupId>com.mchange</groupId>
1332
        <artifactId>mchange-commons-java</artifactId>
1333
        <!-- mchange-commons-java needs to match the version as defined in the c3p0/pom.xml -->
1334
        <version>0.2.11</version>
1335
      </dependency>
1336
      <dependency>
1337
        <groupId>org.hibernate.common</groupId>
1338
        <artifactId>hibernate-commons-annotations</artifactId>
1339
        <version>5.1.0.Final</version>
1340
      </dependency>
1341
      <dependency>
1342
        <groupId>org.hibernate</groupId>
1343
        <artifactId>hibernate-search-orm</artifactId>
1344
        <version>${hibernate-search.version}</version>
1345
      </dependency>
1346
      <dependency>
1347
        <groupId>org.hibernate</groupId>
1348
        <artifactId>hibernate-search-engine</artifactId>
1349
        <version>${hibernate-search.version}</version>
1350
      </dependency>
1351
      <dependency>
1352
        <groupId>org.javassist</groupId>
1353
        <artifactId>javassist</artifactId>
1354
        <version>3.27.0-GA</version>
1355
      </dependency>
1356

    
1357
      <!-- ******* SPRING ******* -->
1358
      <dependency>
1359
        <groupId>org.springframework</groupId>
1360
        <artifactId>spring-core</artifactId>
1361
        <version>${spring.version}</version>
1362
      </dependency>
1363
      <dependency>
1364
        <groupId>org.springframework</groupId>
1365
        <artifactId>spring-context</artifactId>
1366
        <version>${spring.version}</version>
1367
      </dependency>
1368
      <dependency>
1369
        <groupId>org.springframework</groupId>
1370
        <artifactId>spring-beans</artifactId>
1371
        <version>${spring.version}</version>
1372
      </dependency>
1373
      <dependency>
1374
        <groupId>org.springframework</groupId>
1375
        <artifactId>spring-orm</artifactId>
1376
        <version>${spring.version}</version>
1377
      </dependency>
1378
      <dependency>
1379
        <groupId>org.springframework</groupId>
1380
        <artifactId>spring-jdbc</artifactId>
1381
        <version>${spring.version}</version>
1382
      </dependency>
1383
      <dependency>
1384
        <groupId>org.springframework</groupId>
1385
        <artifactId>spring-tx</artifactId>
1386
        <version>${spring.version}</version>
1387
      </dependency>
1388
      <dependency>
1389
        <groupId>org.springframework</groupId>
1390
        <artifactId>spring-test</artifactId>
1391
        <version>${spring.version}</version>
1392
      </dependency>
1393
      <dependency>
1394
        <groupId>org.springframework</groupId>
1395
        <artifactId>spring-web</artifactId>
1396
        <version>${spring.version}</version>
1397
      </dependency>
1398
	  <dependency>
1399
      	<groupId>org.springframework</groupId>
1400
        <artifactId>spring-webmvc</artifactId>
1401
        <version>${spring.version}</version>
1402
      </dependency>
1403
      <dependency>
1404
        <groupId>org.springframework</groupId>
1405
        <artifactId>spring-aop</artifactId>
1406
        <version>${spring.version}</version>
1407
      </dependency>
1408
      <dependency>
1409
        <groupId>org.springframework</groupId>
1410
        <artifactId>spring-aspects</artifactId>
1411
        <version>${spring.version}</version>
1412
      </dependency>
1413
      <dependency>
1414
        <groupId>org.springframework</groupId>
1415
        <artifactId>spring-expression</artifactId>
1416
        <version>${spring.version}</version>
1417
      </dependency>
1418
      <dependency>
1419
        <groupId>org.springframework</groupId>
1420
        <artifactId>spring-context-support</artifactId>
1421
        <version>${spring.version}</version>
1422
      </dependency>
1423
      <dependency>
1424
        <groupId>org.springframework</groupId>
1425
        <artifactId>spring-oxm</artifactId>
1426
        <version>${spring.version}</version>
1427
      </dependency>
1428
      <dependency>
1429
        <groupId>org.springframework.security</groupId>
1430
        <artifactId>spring-security-core</artifactId>
1431
        <version>${spring-security.version}</version>
1432
      </dependency>
1433
      <dependency>
1434
        <groupId>org.springframework.security</groupId>
1435
        <artifactId>spring-security-config</artifactId>
1436
        <version>${spring-security.version}</version>
1437
      </dependency>
1438
      <dependency>
1439
        <groupId>org.springframework.security</groupId>
1440
        <artifactId>spring-security-web</artifactId>
1441
        <version>${spring-security.version}</version>
1442
      </dependency>
1443
      <dependency>
1444
        <groupId>org.springframework.security.oauth</groupId>
1445
        <artifactId>spring-security-oauth2</artifactId>
1446
        <version>${spring-security-oauth2.version}</version>
1447
      </dependency>
1448
      <dependency>
1449
        <groupId>org.springframework.cloud</groupId>
1450
        <artifactId>spring-cloud-security</artifactId>
1451
        <version>${spring-security.version}</version>
1452
      </dependency>
1453
      <dependency>
1454
        <!-- required by spring security core, but not needed anymore in spring security 5.x  -->
1455
        <groupId>aopalliance</groupId>
1456
        <artifactId>aopalliance</artifactId>
1457
        <version>1.0</version>
1458
      </dependency>
1459

    
1460
      <!-- ******* SERVLET/JSP/JSF ******* -->
1461
      <dependency>
1462
        <groupId>javax.servlet</groupId>
1463
        <artifactId>javax.servlet-api</artifactId>
1464
        <version>4.0.1</version>
1465
        <!-- checked 2020-08 -->
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>jakarta.validation</groupId>
1501
          <artifactId>jakarta.validation-api</artifactId>
1502
          <version>3.0.0</version>
1503
          <!-- checked 2020-08 -->
1504
      </dependency>
1505
	  <dependency>
1506
		 <groupId>org.glassfish.web</groupId>
1507
		 <artifactId>javax.el</artifactId>
1508
		 <version>2.2.6</version>
1509
	  </dependency>
1510
	  <dependency>
1511
	     <groupId>org.hibernate.validator</groupId>
1512
         <artifactId>hibernate-validator-cdi</artifactId>
1513
         <version>${hibernate-validator.version}</version>
1514
	  </dependency>
1515
      <dependency>
1516
         <!-- not clear if needed, but if needed v8.0 should be used to avoid problems with javax.validation.BootstrapConfiguration -->
1517
         <!-- it was a (currently excluded) transitiv dependency from org.geotools/gt-referencing  used in cdmlib-ext -->
1518
         <groupId>javax</groupId>
1519
         <artifactId>javaee-api</artifactId>
1520
         <version>8.0.1</version>
1521
      </dependency>
1522
	  
1523
      <!-- for ikey-plus -->
1524
      <dependency>
1525
        <groupId>identificationKeyAPI</groupId>
1526
        <artifactId>identificationKeyAPI</artifactId>
1527
        <version>1.0</version>   <!-- was <version>1.0-SNAPSHOT</version> -->
1528
      </dependency>
1529
      <dependency>
1530
        <groupId>com.itextpdf</groupId>
1531
        <artifactId>itextpdf</artifactId>
1532
        <version>5.5.13.1</version>
1533
        <scope>compile</scope>
1534
      </dependency>
1535
      <!-- AptView -->
1536
      <dependency>
1537
        <groupId>org.apache.maven.doxia</groupId>
1538
        <artifactId>doxia-module-apt</artifactId>
1539
        <version>${doxia.version}</version>
1540
      </dependency>
1541
      <dependency>
1542
        <groupId>org.apache.maven.doxia</groupId>
1543
        <artifactId>doxia-module-xhtml</artifactId>
1544
        <version>${doxia.version}</version>
1545
      </dependency>
1546
      <dependency>
1547
        <!-- managing version of plexus-utils to avoid multiple versions (3.0.15, 1.4.5) of the artifact -->
1548
      	<groupId>org.codehaus.plexus</groupId>
1549
      	<artifactId>plexus-utils</artifactId>
1550
      	<version>3.3.0</version>
1551
        <!-- checked 2020-08 -->
1552
      </dependency>
1553
      <!-- swagger (rest service doc) -->
1554
      <dependency>
1555
        <groupId>io.swagger</groupId>
1556
        <artifactId>swagger-annotations</artifactId>
1557
        <!-- should match the springfox-swagger2 depends on -->
1558
        <version>1.5.10</version>
1559
      </dependency>
1560

    
1561
      <!-- dependencies for swagger-springmvc, added explicitely -->
1562
      <dependency>
1563
        <groupId>com.fasterxml.jackson.core</groupId>
1564
        <artifactId>jackson-databind</artifactId>
1565
        <version>${jackson.version}</version>
1566
      </dependency>
1567
      <dependency>
1568
        <groupId>com.fasterxml.jackson.core</groupId>
1569
        <artifactId>jackson-core</artifactId>
1570
        <version>${jackson.version}</version>
1571
      </dependency>
1572
      <dependency>
1573
        <groupId>com.fasterxml.jackson.core</groupId>
1574
        <artifactId>jackson-annotations</artifactId>
1575
        <version>${jackson.version}</version>
1576
      </dependency> 
1577
      <!-- END of dependencies for swagger-springmvc, added explicitely -->
1578
      <dependency>
1579
        <groupId>io.springfox</groupId>
1580
        <artifactId>springfox-swagger2</artifactId>
1581
        <version>2.6.1</version>
1582
      </dependency>
1583
      
1584
      <!-- ******* DATABASES DRIVER ******* -->
1585
      <dependency>
1586
        <groupId>mysql</groupId>
1587
        <artifactId>mysql-connector-java</artifactId>
1588
        <version>8.0.21</version>
1589
      </dependency>
1590
      <dependency>
1591
        <groupId>org.mariadb.jdbc</groupId>
1592
        <artifactId>mariadb-java-client</artifactId>
1593
        <version>2.6.2</version>
1594
      </dependency>
1595
      <dependency>
1596
         <groupId>org.postgresql</groupId>
1597
         <artifactId>postgresql</artifactId>
1598
         <version>42.2.18</version>
1599
      </dependency>
1600
	  <dependency>
1601
        <groupId>com.h2database</groupId>
1602
        <artifactId>h2</artifactId>
1603
        <version>1.4.190</version>
1604
      </dependency>
1605
      <!-- SQL Server -->
1606
      <dependency>
1607
        <groupId>com.microsoft.sqlserver</groupId>
1608
        <artifactId>mssql-jdbc</artifactId>
1609
        <version>8.4.1.jre8</version>
1610
      </dependency>
1611
	  <dependency>
1612
        <groupId>org.hsqldb</groupId>
1613
        <artifactId>hsqldb</artifactId>
1614
        <version>${hsqldb.version}</version>
1615
      </dependency>
1616
      <dependency>
1617
        <!-- SQL Server and Sybase -->
1618
        <groupId>net.sourceforge.jtds</groupId>
1619
        <artifactId>jtds</artifactId>
1620
        <version>1.3.1</version>
1621
      </dependency>
1622
      <dependency>
1623
        <groupId>oracle</groupId>
1624
        <artifactId>ojdbc14</artifactId>
1625
        <version>10.2.0.4.0</version>
1626
      </dependency>
1627
      <!--    <dependency>
1628
        <groupId>ojdbc</groupId>
1629
        <artifactId>ojdbc</artifactId>
1630
        <version>14</version>
1631
        </dependency>   -->      
1632
      <!-- GIS/KML -->
1633
	  <dependency>
1634
	     <groupId>de.micromata.jak</groupId>
1635
	     <artifactId>JavaAPIforKml</artifactId>
1636
	     <version>2.2.1</version>
1637
	  </dependency>
1638
	  <dependency>
1639
	    <groupId>org.geotools</groupId>
1640
	    <artifactId>gt-opengis</artifactId>
1641
	    <version>${geotools.version}</version>
1642
	  </dependency>
1643
	  <dependency>
1644
	    <groupId>org.geotools</groupId>
1645
	    <artifactId>gt-referencing</artifactId>
1646
	    <version>${geotools.version}</version>
1647
	  </dependency>
1648
	  <dependency>
1649
	    <groupId>org.geotools</groupId>
1650
	    <artifactId>gt-epsg-wkt</artifactId>
1651
	    <version>${geotools.version}</version>
1652
	  </dependency>
1653
	  <dependency>
1654
	    <groupId>org.geotools</groupId>
1655
	    <artifactId>gt-main</artifactId>
1656
	    <version>${geotools.version}</version>
1657
	  </dependency>
1658
    
1659
      <dependency>
1660
         <groupId>com.sun</groupId>
1661
         <artifactId>tools</artifactId>
1662
         <version>1.8.0</version>
1663
      </dependency>
1664
      <!-- Email functionality (used in cdmlib-services) -->
1665
      <dependency>
1666
        <groupId>javax.mail</groupId>
1667
        <artifactId>mailapi</artifactId>
1668
        <version>1.4.3</version>
1669
      </dependency>
1670
   </dependencies>    
1671
  </dependencyManagement>
1672
</project>
(6-6/6)