Project

General

Profile

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

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

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

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

    
1454
      <!-- ******* SERVLET/JSP/JSF ******* -->
1455
      <dependency>
1456
        <groupId>javax.servlet</groupId>
1457
        <artifactId>javax.servlet-api</artifactId>
1458
        <version>4.0.1</version>
1459
        <!-- checked 2020-08 -->
1460
      </dependency>
1461

    
1462
      <!-- yourkit profiler api controller (used in ..) -->
1463
      <dependency>
1464
        <groupId>com.yourkit</groupId>
1465
        <artifactId>yjp-controller-api-redist</artifactId>
1466
        <version>2015-build-15086</version>
1467
        <scope>test</scope>
1468
      </dependency>
1469
      <!-- For Validation -->
1470
      <dependency>
1471
        <groupId>javax.validation</groupId>
1472
        <artifactId>validation-api</artifactId>
1473
        <version>2.0.1.Final</version>
1474
        <!-- checked 2020-08 -->
1475
      </dependency>
1476
      <dependency>
1477
        <groupId>org.hibernate.validator</groupId>
1478
        <artifactId>hibernate-validator</artifactId>
1479
        <version>${hibernate-validator.version}</version>
1480
      </dependency>
1481
      <dependency>
1482
        <groupId>com.fasterxml</groupId>
1483
        <artifactId>classmate</artifactId>
1484
        <version>1.5.1</version>     
1485
        <!-- checked 2020-08 -->
1486
      </dependency>
1487
	  <dependency>
1488
        <groupId>javax.el</groupId>
1489
        <artifactId>javax.el-api</artifactId>
1490
        <version>3.0.0</version>
1491
        <!-- checked 2020-08 -->
1492
	  </dependency>
1493
      <dependency>
1494
          <groupId>jakarta.validation</groupId>
1495
          <artifactId>jakarta.validation-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
      <dependency>
1510
         <!-- not clear if needed, but if needed v8.0 should be used to avoid problems with javax.validation.BootstrapConfiguration -->
1511
         <!-- it was a (currently excluded) transitiv dependency from org.geotools/gt-referencing  used in cdmlib-ext -->
1512
         <groupId>javax</groupId>
1513
         <artifactId>javaee-api</artifactId>
1514
         <version>8.0.1</version>
1515
      </dependency>
1516
	  
1517
      <!-- for ikey-plus -->
1518
      <dependency>
1519
        <groupId>identificationKeyAPI</groupId>
1520
        <artifactId>identificationKeyAPI</artifactId>
1521
        <version>1.0</version>   <!-- was <version>1.0-SNAPSHOT</version> -->
1522
      </dependency>
1523
      <dependency>
1524
        <groupId>com.itextpdf</groupId>
1525
        <artifactId>itextpdf</artifactId>
1526
        <version>5.5.13.1</version>
1527
        <scope>compile</scope>
1528
      </dependency>
1529
      <!-- AptView -->
1530
      <dependency>
1531
        <groupId>org.apache.maven.doxia</groupId>
1532
        <artifactId>doxia-module-apt</artifactId>
1533
        <version>${doxia.version}</version>
1534
      </dependency>
1535
      <dependency>
1536
        <groupId>org.apache.maven.doxia</groupId>
1537
        <artifactId>doxia-module-xhtml</artifactId>
1538
        <version>${doxia.version}</version>
1539
      </dependency>
1540
      <dependency>
1541
        <!-- managing version of plexus-utils to avoid multiple versions (3.0.15, 1.4.5) of the artifact -->
1542
      	<groupId>org.codehaus.plexus</groupId>
1543
      	<artifactId>plexus-utils</artifactId>
1544
      	<version>3.3.0</version>
1545
        <!-- checked 2020-08 -->
1546
      </dependency>
1547
      <!-- swagger (rest service doc) -->
1548
      <dependency>
1549
        <groupId>io.swagger</groupId>
1550
        <artifactId>swagger-annotations</artifactId>
1551
        <!-- should match the springfox-swagger2 depends on -->
1552
        <version>1.5.10</version>
1553
      </dependency>
1554

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