Project

General

Profile

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

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

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

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

    
1459
      <!-- ******* SERVLET/JSP/JSF ******* -->
1460
      <dependency>
1461
        <groupId>javax.servlet</groupId>
1462
        <artifactId>javax.servlet-api</artifactId>
1463
        <version>3.1.0</version>
1464
      </dependency>
1465

    
1466
      <!-- yourkit profiler api controller (used in ..) -->
1467
      <dependency>
1468
        <groupId>com.yourkit</groupId>
1469
        <artifactId>yjp-controller-api-redist</artifactId>
1470
        <version>2015-build-15086</version>
1471
        <scope>test</scope>
1472
      </dependency>
1473
      <!-- For Validation -->
1474
      <dependency>
1475
        <groupId>javax.validation</groupId>
1476
        <artifactId>validation-api</artifactId>
1477
        <version>1.1.0.Final</version>
1478
      </dependency>
1479
      <dependency>
1480
        <groupId>org.hibernate</groupId>
1481
        <artifactId>hibernate-validator</artifactId>
1482
        <version>${hibernate-validator.version}</version>
1483
      </dependency>
1484
      <dependency>
1485
        <groupId>com.fasterxml</groupId>
1486
        <artifactId>classmate</artifactId>
1487
        <version>1.3.1</version>
1488
      </dependency>
1489
	  <dependency>
1490
       <groupId>javax.el</groupId>
1491
       <artifactId>javax.el-api</artifactId>
1492
       <version>2.2.5</version>
1493
	  </dependency>
1494
	  <dependency>
1495
		<groupId>org.glassfish.web</groupId>
1496
		<artifactId>javax.el</artifactId>
1497
		<version>2.2.6</version>
1498
	  </dependency>
1499
	  <dependency>
1500
	    <groupId>org.hibernate</groupId>
1501
		<artifactId>hibernate-validator-cdi</artifactId>
1502
		<version>${hibernate-validator.version}</version>
1503
	  </dependency>
1504
	  
1505
      <!-- for ikey-plus -->
1506
      <dependency>
1507
        <groupId>identificationKeyAPI</groupId>
1508
        <artifactId>identificationKeyAPI</artifactId>
1509
        <version>1.0</version>   <!-- was <version>1.0-SNAPSHOT</version> -->
1510
      </dependency>
1511
      <dependency>
1512
        <groupId>com.itextpdf</groupId>
1513
        <artifactId>itextpdf</artifactId>
1514
        <version>5.5.8</version>
1515
        <scope>compile</scope>
1516
      </dependency>
1517
      <!-- AptView -->
1518
      <dependency>
1519
        <groupId>org.apache.maven.doxia</groupId>
1520
        <artifactId>doxia-module-apt</artifactId>
1521
        <version>${doxia.version}</version>
1522
      </dependency>
1523
      <dependency>
1524
        <groupId>org.apache.maven.doxia</groupId>
1525
        <artifactId>doxia-module-xhtml</artifactId>
1526
        <version>${doxia.version}</version>
1527
      </dependency>
1528
      <dependency>
1529
        <!-- managing version of plexus-utils to avoid multiple versions (3.0.15, 1.4.5) of the artifact -->
1530
      	<groupId>org.codehaus.plexus</groupId>
1531
      	<artifactId>plexus-utils</artifactId>
1532
      	<version>3.0.15</version>
1533
      </dependency>
1534
      <!-- swagger (rest service doc) -->
1535
      <dependency>
1536
        <groupId>io.swagger</groupId>
1537
        <artifactId>swagger-annotations</artifactId>
1538
        <!-- should match the springfox-swagger2 depends on -->
1539
        <version>1.5.10</version>
1540
      </dependency>
1541

    
1542
      <!-- dependencies for swagger-springmvc, added explicitely -->
1543
        <dependency>
1544
        <groupId>com.fasterxml.jackson.core</groupId>
1545
        <artifactId>jackson-databind</artifactId>
1546
        <version>${jackson.version}</version>
1547
      </dependency>
1548
      <dependency>
1549
        <groupId>com.fasterxml.jackson.core</groupId>
1550
        <artifactId>jackson-core</artifactId>
1551
        <version>${jackson.version}</version>
1552
      </dependency>
1553
      <dependency>
1554
        <groupId>com.fasterxml.jackson.core</groupId>
1555
        <artifactId>jackson-annotations</artifactId>
1556
        <version>${jackson.version}</version>
1557
      </dependency> 
1558
      <!-- END of dependencies for swagger-springmvc, added explicitely -->
1559
      <dependency>
1560
        <groupId>io.springfox</groupId>
1561
        <artifactId>springfox-swagger2</artifactId>
1562
        <version>2.6.1</version>
1563
      </dependency>
1564
      
1565
      <!-- ******* DATABASES DRIVER ******* -->
1566
      <dependency>
1567
        <groupId>mysql</groupId>
1568
        <artifactId>mysql-connector-java</artifactId>
1569
        <version>8.0.20</version>
1570
      </dependency>
1571
      <dependency>
1572
        <groupId>org.mariadb.jdbc</groupId>
1573
        <artifactId>mariadb-java-client</artifactId>
1574
        <version>2.4.0</version>
1575
      </dependency>
1576
      <dependency>
1577
         <groupId>org.postgresql</groupId>
1578
         <artifactId>postgresql</artifactId>
1579
         <version>9.4-1206-jdbc4</version>
1580
      </dependency>
1581
	  <dependency>
1582
        <groupId>com.h2database</groupId>
1583
        <artifactId>h2</artifactId>
1584
        <version>1.4.190</version>
1585
      </dependency>
1586
      <!--for sqlserver2008 and sqlserver2005 -->
1587
      <dependency>
1588
        <groupId>com.microsoft.sqlserver</groupId>
1589
        <artifactId>jdbc4</artifactId>
1590
        <version>2.0</version>
1591
      </dependency>
1592
	  <dependency>
1593
        <groupId>org.hsqldb</groupId>
1594
        <artifactId>hsqldb</artifactId>
1595
        <version>${hsqldb.version}</version>
1596
      </dependency>
1597
      <dependency>
1598
        <!-- SQL Server and Sybase -->
1599
        <groupId>net.sourceforge.jtds</groupId>
1600
        <artifactId>jtds</artifactId>
1601
        <version>1.3.1</version>
1602
      </dependency>
1603
      <dependency>
1604
        <groupId>oracle</groupId>
1605
        <artifactId>ojdbc14</artifactId>
1606
        <version>10.2.0.4.0</version>
1607
      </dependency>
1608
      <!--    <dependency>
1609
        <groupId>ojdbc</groupId>
1610
        <artifactId>ojdbc</artifactId>
1611
        <version>14</version>
1612
        </dependency>   -->      
1613
      <dependency>
1614
        <groupId>com.taskadapter</groupId>
1615
        <artifactId>redmine-java-api</artifactId>
1616
        <version>3.1.0</version>
1617
      </dependency>
1618
      <!-- GIS/KML -->
1619
	<dependency>
1620
	    <groupId>de.micromata.jak</groupId>
1621
	    <artifactId>JavaAPIforKml</artifactId>
1622
	    <version>2.2.1</version>
1623
	</dependency>
1624
	<dependency>
1625
	    <groupId>org.geotools</groupId>
1626
	    <artifactId>gt-opengis</artifactId>
1627
	    <version>${geotools.version}</version>
1628
	</dependency>
1629
	<dependency>
1630
	    <groupId>org.geotools</groupId>
1631
	    <artifactId>gt-referencing</artifactId>
1632
	    <version>${geotools.version}</version>
1633
	</dependency>
1634
	<dependency>
1635
	    <groupId>org.geotools</groupId>
1636
	    <artifactId>gt-epsg-wkt</artifactId>
1637
	    <version>${geotools.version}</version>
1638
	</dependency>
1639
	<dependency>
1640
	    <groupId>org.geotools</groupId>
1641
	    <artifactId>gt-main</artifactId>
1642
	    <version>23.0</version>
1643
	</dependency>
1644
    </dependencies>    
1645
  </dependencyManagement>
1646
</project>
(6-6/6)