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