Project

General

Profile

Download (52.6 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>3.13.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>dev-edit</name>
62
      <subscribe>
63
                https://listes.mnhn.fr/wwsympa.fcgi/suboptions/dev-edit
64
            </subscribe>
65
      <unsubscribe>
66
                https://listes.mnhn.fr/wwsympa.fcgi/signoff/dev-edit
67
            </unsubscribe>
68
      <post>dev-edit@mnhn.fr</post>
69
      <archive>https://listes.mnhn.fr/wwsympa.fcgi/arc/dev-edit</archive>
70
    </mailingList>
71
    <mailingList>
72
      <name>cdm-edit</name>
73
      <post>cdm-edit@mnhn.fr</post>
74
      <subscribe>
75
                https://listes.mnhn.fr/wwsympa.fcgi/suboptions/cdm-edit
76
            </subscribe>
77
      <unsubscribe>
78
                https://listes.mnhn.fr/wwsympa.fcgi/signoff/cdm-edit
79
            </unsubscribe>
80
      <archive>https://listes.mnhn.fr/wwsympa.fcgi/arc/cdm-edit</archive>
81
    </mailingList>
82
  </mailingLists>
83
  <licenses>
84
    <license>
85
      <name>Mozilla Public License Version 1.1</name>
86
      <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
87
      <distribution>repo</distribution>
88
    </license>
89
  </licenses>
90
  <organization>
91
    <name>EDIT</name>
92
    <url>http://www.e-taxonomy.eu/</url>
93
  </organization>
94
  <developers>
95
    <developer>
96
      <!-- your SVN account id please! -->
97
      <id>ben.clark</id>
98
      <name>
99
                Ben Clark
100
            </name>
101
      <email>b.clark [at] kew.org</email>
102
      <organization>
103
                Royal Botanic Gardens, Kew
104
            </organization>
105
      <organizationUrl>http://www.kew.org/computing/</organizationUrl>
106
      <timezone>0</timezone>
107
      <roles>
108
        <role>Architect</role>
109
        <role>Java Developer</role>
110
      </roles>
111
      <url />
112
    </developer>
113
    <developer>
114
      <!-- your SVN account id please! -->
115
      <id>a.kohlbecker</id>
116
      <name>
117
                Andreas Kohlbecker
118
            </name>
119
      <email>a.kohlbecker [at] bgbm.org</email>
120
      <organization>
121
                Botanical Garden Botanical Museum Berlin
122
            </organization>
123
      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
124
      <timezone>+1</timezone>
125
      <roles>
126
        <role>Architect</role>
127
        <role>Java Developer</role>
128
        <role>Release Manager</role>
129
      </roles>
130
      <url />
131
    </developer>
132
    <developer>
133
      <!-- your SVN account id please! -->
134
      <id>c.mathew</id>
135
      <name>
136
                Cherian Mathew 
137
            </name>
138
      <email>c.mathew [at] bgbm.org</email>
139
      <organization>
140
                Botanical Garden Botanical Museum Berlin
141
            </organization>
142
      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
143
      <timezone>+1</timezone>
144
      <roles>
145
        <role>Java Developer</role>
146
      </roles>
147
      <url />
148
    </developer>
149
    <developer>
150
      <!-- your SVN account id please! -->
151
      <id>k.luther</id>
152
      <name>
153
                Katja Luther
154
            </name>
155
      <email>k.luther [at] bgbm.org</email>
156
      <organization>
157
                Botanical Garden Botanical Museum Berlin
158
            </organization>
159
      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
160
      <timezone>+1</timezone>
161
      <roles>
162
        <role>Java Developer</role>
163
      </roles>
164
      <url />
165
    </developer>
166
    <developer>
167
      <!-- your SVN account id please! -->
168
      <id>a.mueller</id>
169
      <name>
170
                Andreas Müller
171
            </name>
172
      <email>a.mueller [at] bgbm.org</email>
173
      <organization>
174
                Botanical Garden Botanical Museum Berlin
175
            </organization>
176
      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
177
      <timezone>+1</timezone>
178
      <roles>
179
        <role>Architect</role>
180
        <role>Java Developer</role>
181
        <role>Release Manager</role>
182
      </roles>
183
      <url />
184
    </developer>
185
  </developers>
186
  <!--contributors> <contributor> <name>Test-Contributor</name> </contributor> 
187
    </contributors -->
188
  <issueManagement>
189
    <system>Trac</system>
190
    <url>http://dev.e-taxonomy.eu/trac/</url>
191
  </issueManagement>
192
  <ciManagement>
193
    <system>Jenkins</system>
194
    <url>http://int.e-taxonomy.eu/jenkins</url>
195
  </ciManagement>
196
  <!-- **** REPOSITORIES **** -->
197
  <profiles>
198
    <profile>
199
      <id>local-repository</id>
200
      <activation>
201
        <property>
202
          <name>localrepo</name>
203
        </property>
204
      </activation>
205
      <repositories>
206
        <repository>
207
          <id>EditLocalRepository</id>
208
          <url>file://${localrepo}/eu/etaxonomy/</url>
209
          <releases>
210
            <enabled>false</enabled>
211
            <updatePolicy>always</updatePolicy>
212
          </releases>
213
          <snapshots>
214
            <enabled>true</enabled>
215
            <updatePolicy>always</updatePolicy>
216
          </snapshots>
217
        </repository>
218
      </repositories>
219
    </profile>
220
  </profiles>
221
  <repositories>
222
    <!-- sun repository -->
223
    <repository>
224
      <id>java.net</id>
225
      <url>http://download.java.net/maven/1/</url>
226
    </repository>
227
    <!-- the cdm internal repository -->
228
    <repository>
229
      <id>EditRepository</id>
230
      <url>http://wp5.e-taxonomy.eu/mavenrepo/</url>
231
    </repository>
232
    <!-- apache incubating repository -->
233
    <repository>
234
      <id>ApacheIncubating</id>
235
      <url>http://people.apache.org/repo/m2-incubating-repository/</url>
236
    </repository>
237
    <!-- Neccessary for hibernate-envers -->
238
    <repository>
239
  <!--    <releases>
240
        <enabled>true</enabled>
241
        <updatePolicy>always</updatePolicy>
242
        <checksumPolicy>warn</checksumPolicy>
243
      </releases>
244
      <snapshots>
245
        <enabled>false</enabled>
246
        <updatePolicy>never</updatePolicy>
247
        <checksumPolicy>fail</checksumPolicy>
248
      </snapshots>   -->
249
      <id>jboss-repository</id>
250
      <name>JBoss Repository</name>
251
      <url>http://repository.jboss.com</url>
252
    </repository>
253
    <!-- codehaus mule repository needed for yourkit -->
254
 <!--   <repository>
255
      <id>CodehausMuleRepository</id>
256
      <url>http://dist.codehaus.org/mule/dependencies/maven2/</url>
257
    </repository>    -->
258
    <!-- current spring source repositories -->
259
 <!--   <repository>
260
      <id>SpringSource Enterprise Bundle Repository - External Bundle Milestones</id>
261
      <url>http://repository.springsource.com/maven/bundles/milestone</url>
262
    </repository> 
263
    <repository>
264
      <id>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</id>
265
      <url>http://repository.springsource.com/maven/bundles/release</url>
266
    </repository>
267
    <repository>
268
      <id>SpringSource Enterprise Bundle Repository - External Bundle Releases</id>
269
      <url>http://repository.springsource.com/maven/bundles/external</url>
270
    </repository>   -->
271
    <!-- for ikey-plus -->
272
 <!--   <repository>
273
      <id>itextpdf.com</id>
274
      <name>Maven Repository for iText</name>
275
      <url>http://maven.itextpdf.com/</url>
276
    </repository>  -->
277
    <!-- for jena snapshot -->
278
 <!--   <repository>
279
      <id>apache</id>
280
      <name>Apache Repository for Snapshots</name>
281
      <url>https://repository.apache.org/content/repositories/snapshots/</url>
282
    </repository> -->
283

    
284

    
285
  </repositories>
286
  <!-- **** PLUGINS **** -->
287
  <build>
288
    <plugins>
289
      <plugin>
290
        <groupId>org.apache.maven.plugins</groupId>
291
        <artifactId>maven-compiler-plugin</artifactId>
292
        <version>2.3.2</version>
293
        <configuration>
294
          <source>${java.codelevel}</source>
295
          <target>${java.codelevel}</target>
296
          <encoding>UTF-8</encoding>  <!-- necessary? should be covered by project. properties source encoding -->
297
        </configuration>
298
      </plugin>
299
      <plugin>
300
        <groupId>org.apache.maven.plugins</groupId>
301
        <artifactId>maven-surefire-plugin</artifactId>
302
        <version>2.12</version>
303
        <configuration>
304
          <argLine>-Xmx512M -XX:MaxPermSize=128M</argLine>
305
          <runOrder>alphabetical</runOrder>
306
          <includes>
307
            <include>**/*Test.java</include>
308
          </includes>
309
        </configuration>
310
      </plugin>
311
      <plugin>
312
        <groupId>org.codehaus.mojo</groupId>
313
        <artifactId>buildnumber-maven-plugin</artifactId>
314
        <version>1.0-beta-3</version>
315
        <executions>
316
          <execution>
317
            <!--<phase>deploy</phase> -->
318
            <goals>
319
              <goal>create</goal>
320
            </goals>
321
          </execution>
322
        </executions>
323
        <configuration>
324
          <doCheck>false</doCheck>
325
          <!-- Only create the build number if there are no local modifications -->
326
          <doUpdate>false</doUpdate>
327
          <!-- automatically update the local svn copy -->
328
        </configuration>
329
      </plugin>
330
      <plugin>
331
        <groupId>org.apache.maven.plugins</groupId>
332
        <artifactId>maven-site-plugin</artifactId>
333
        <version>3.0</version>
334
        <configuration>
335
          <locales>en</locales>
336
          <outputEncoding>UTF-8</outputEncoding>
337
          <!-- chmod: not not use chmod, rather adapt the umask of the user 
338
            at the server to which the site is deployed -->
339
          <chmod>false</chmod>
340
        </configuration>
341
      </plugin>
342
      <plugin>
343
        <groupId>org.apache.maven.plugins</groupId>
344
        <artifactId>maven-source-plugin</artifactId>
345
        <version>2.1.2</version>
346
        <executions>
347
          <execution>
348
            <id>attach-sources</id>
349
            <phase>verify</phase>
350
            <goals>
351
              <goal>jar</goal>
352
            </goals>
353
          </execution>
354
        </executions>
355
      </plugin>
356
      <plugin>
357
        <groupId>org.apache.maven.plugins</groupId>
358
        <artifactId>maven-javadoc-plugin</artifactId>
359
        <version>2.7</version>
360
        <configuration>
361
          <stylesheet>maven</stylesheet>
362
          <quiet>true</quiet>
363
          <detectLinks>true</detectLinks>
364
          <failOnError>false</failOnError>
365
        </configuration>
366
        <executions>
367
          <execution>
368
            <id>aggregate</id>
369
            <goals>
370
              <goal>aggregate</goal>
371
            </goals>
372
            <phase>site</phase>
373
          </execution>
374
        </executions>
375
      </plugin>
376
      <plugin>
377
        <groupId>org.apache.maven.plugins</groupId>
378
        <artifactId>maven-eclipse-plugin</artifactId>
379
        <version>2.9</version>
380
        <configuration>
381
          <downloadSources>true</downloadSources>
382
          <downloadJavadocs>true</downloadJavadocs>
383
        </configuration>
384
      </plugin>
385
      <plugin>
386
        <groupId>com.agilejava.docbkx</groupId>
387
        <artifactId>docbkx-maven-plugin</artifactId>
388
        <version>2.0.9</version>
389
        <executions>
390
          <execution>
391
            <goals>
392
              <goal>generate-html</goal>
393
              <goal>generate-pdf</goal>
394
            </goals>
395
            <phase>pre-site</phase>
396
          </execution>
397
        </executions>
398
        <dependencies>
399
          <dependency>
400
            <groupId>org.docbook</groupId>
401
            <artifactId>docbook-xml</artifactId>
402
            <version>4.4</version>
403
            <scope>runtime</scope>
404
          </dependency>
405
        </dependencies>
406
        <configuration>
407
          <includes>ReferenceDocumentation.xml</includes>
408
          <chunkedOutput>true</chunkedOutput>
409
          <htmlStylesheet>resources/css/html.css</htmlStylesheet>
410
          <xincludeSupported>true</xincludeSupported>
411
          <!--<htmlCustomization>src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization> -->
412
          <!-- if anyone can get the xsl-fo customization to work properly, 
413
            then by all means use it <foCustomization>src/docbkx/resources/xsl/fopdf.xsl</foCustomization> -->
414
          <entities>
415
            <entity>
416
              <name>version</name>
417
              <value>${project.version}</value>
418
            </entity>
419
          </entities>
420
          <!--We want the final documentation and the required resources 
421
            to end up in the right place -->
422
          <postProcess>
423
            <copy todir="target/site/reference">
424
              <fileset dir="target/docbkx">
425
                <include name="**/*.html" />
426
                <include name="**/*.pdf" />
427
              </fileset>
428
            </copy>
429
            <copy todir="target/site/reference/html">
430
              <fileset dir="src/docbkx">
431
                <include name="**/*.css" />
432
                <include name="**/*.png" />
433
                <include name="**/*.gif" />
434
                <include name="**/*.jpg" />
435
              </fileset>
436
            </copy>
437
          </postProcess>
438
        </configuration>
439
      </plugin>
440
      <plugin>
441
        <groupId>org.codehaus.mojo</groupId>
442
        <artifactId>wagon-maven-plugin</artifactId>
443
        <version>1.0-beta-3</version>
444
        <configuration>
445
          <fromDir>${project.build.directory}/docbkx/</fromDir>
446
          <includes>**/*</includes>
447
          <excludes />
448
          <url>scpexe://wp5.e-taxonomy.eu</url>
449
          <serverId>wp5.e-taxonomy.eu</serverId>
450
          <toDir>var/www/wp5.e-taxonomy.eu/cdmlib/reference/${project.version}</toDir>
451
        </configuration>
452
        <executions>
453
          <execution>
454
            <id>upload-reference-documentation</id>
455
            <phase>site-deploy</phase>
456
            <goals>
457
              <goal>upload</goal>
458
            </goals>
459
          </execution>
460
        </executions>
461
      </plugin>
462
      <plugin>
463
        <groupId>org.apache.maven.plugins</groupId>
464
        <artifactId>maven-release-plugin</artifactId>
465
        <version>2.1</version>
466
        <configuration>
467
          <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
468
          <autoVersionSubmodules>true</autoVersionSubmodules>
469
          <preparationGoals>clean verify install</preparationGoals>
470
          <goals>deploy</goals><!-- skipping site-deploy by explicitly configuring 
471
            the goal here -->
472
          <tagBase>http://dev.e-taxonomy.eu/svn/tags/cdmlib</tagBase>
473
        </configuration>
474
      </plugin>
475
      <plugin>
476
        <groupId>external.atlassian.jgitflow</groupId>
477
        <artifactId>jgitflow-maven-plugin</artifactId>
478
        <version>1.0-m6</version>
479
        <configuration>
480
          <pushHotfixes>true</pushHotfixes>
481
          <pushReleases>true</pushReleases> 
482
          <enableSshAgent>true</enableSshAgent>
483
          <allowSnapshots>true</allowSnapshots>
484
          <allowUntracked>true</allowUntracked>
485
        </configuration>
486
        <dependencies>
487
          <!-- 
488
                upgrading dependency jsch.agent.version of jgit-flow plugin to 0.1.53 
489
                in order have ssl key exchange algorithms compatible with openssh 6.7 
490
             -->
491
          <dependency>
492
            <groupId>com.jcraft</groupId>
493
            <artifactId>jsch</artifactId>
494
            <version>0.1.53</version>
495
          </dependency>
496
        </dependencies>
497
      </plugin>
498
    </plugins>
499
    <!-- -->
500
    <extensions>
501
      <extension>
502
        <groupId>org.apache.maven.wagon</groupId>
503
        <artifactId>wagon-scm</artifactId>
504
        <version>1.0-beta-6</version>
505
      </extension>
506
      <extension>
507
        <groupId>org.apache.maven.wagon</groupId>
508
        <artifactId>wagon-ssh</artifactId>
509
        <version>1.0-beta-6</version>
510
      </extension>
511
      <extension>
512
        <groupId>org.apache.maven.wagon</groupId>
513
        <artifactId>wagon-ssh-external</artifactId>
514
        <version>1.0-beta-6</version>
515
      </extension>
516
      <extension>
517
        <groupId>org.apache.maven.scm</groupId>
518
        <artifactId>maven-scm-manager-plexus</artifactId>
519
        <version>1.0</version>
520
      </extension>
521
      <extension>
522
        <groupId>org.apache.maven.scm</groupId>
523
        <artifactId>maven-scm-provider-svnexe</artifactId>
524
        <version>1.0</version>
525
      </extension>
526
      <!-- WebDAV plugin to upload snapshots -->
527
      <extension>
528
        <groupId>org.apache.maven.wagon</groupId>
529
        <artifactId>wagon-webdav</artifactId>
530
        <version>1.0-beta-2</version>
531
      </extension>
532
    </extensions>
533
  </build>
534
  <reporting>
535
    <plugins>
536
      <plugin>
537
        <!-- you will want to start by publishing your classes' Javadocs -->
538
        <groupId>org.apache.maven.plugins</groupId>
539
        <artifactId>maven-javadoc-plugin</artifactId>
540
        <version>2.7</version>
541
        <configuration>
542
          <detectLinks>true</detectLinks>
543
        </configuration>
544
      </plugin>
545
      <plugin>
546
        <!-- this will generate an indexed and cross-referenced HTML version 
547
          of your source code -->
548
        <groupId>org.apache.maven.plugins</groupId>
549
        <artifactId>maven-jxr-plugin</artifactId>
550
        <version>2.2</version>
551
      </plugin>
552
      <plugin>
553
        <!-- if you use @todo tags to remind you of things to be done (which 
554
          is a good coding practice), the taglist report will generate a list of all 
555
          the items marked @todo or TODO -->
556
        <groupId>org.codehaus.mojo</groupId>
557
        <artifactId>taglist-maven-plugin</artifactId>
558
        <version>2.4</version>
559
      </plugin>
560
      <plugin>
561
        <!-- Test coverage can be a useful indication of the quality of your 
562
          unit tests. It basically tells you how much of your code is actually run 
563
          by your unit tests, which, in turn, can give you a good idea of the tests' 
564
          quality -->
565
        <groupId>org.codehaus.mojo</groupId>
566
        <artifactId>cobertura-maven-plugin</artifactId>
567
        <version>2.4</version>
568
        <!-- <executions> <execution> <id>clean</id> <phase>clean</phase> 
569
          <goals> <goal>clean</goal> </goals> </execution> </executions> -->
570
      </plugin>
571
      <!-- -->
572
      <plugin>
573
        <groupId>org.apache.maven.plugins</groupId>
574
        <artifactId>maven-project-info-reports-plugin</artifactId>
575
        <version>2.8</version>
576
        <configuration>
577
          <!-- when the dependencyLocations option is enabled maven will 
578
            determine if resources are located within a given repository. If that repository 
579
            doesn’t exist anyomore or is just terribly slow and will produce tons of 
580
            line in the log starting with: '[ERROR] Unable to determine if resource ...' 
581
            This will slow down site build drastically, therefore we disable this option 
582
            here. -->
583
          <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
584
        </configuration>
585
        <!-- just the deafault <reportSets> <reportSet> <reports> <report>dependencies</report> 
586
          <report>project-team</report> <report>mailing-list</report> <report>cim</report> 
587
          <report>issue-tracking</report> <report>license</report> <report>scm</report> 
588
          </reports> </reportSet> </reportSets> -->
589
      </plugin>
590
      <!-- The changes-maven-plugin plug-in uses a special XML file (src/changes/changes.xml) 
591
        to track releases and changes in each release -->
592
      <plugin>
593
        <groupId>org.apache.maven.plugins</groupId>
594
        <artifactId>maven-changes-plugin</artifactId>
595
        <version>2.3</version>
596
        <configuration>
597
          <issueLinkTemplatePerSystem>
598
            <default>%URL%/ticket/%ISSUE%</default>
599
          </issueLinkTemplatePerSystem>
600
        </configuration>
601
        <reportSets>
602
          <reportSet>
603
            <reports>
604
              <report>changes-report</report>
605
            </reports>
606
          </reportSet>
607
        </reportSets>
608
      </plugin>
609
      <!-- <plugin> <artifactId>maven-surefire-plugin</artifactId> </plugin> -->
610
      <!-- The changelog plug-in generates a nice report describing which 
611
        files have been changed and by whom -->
612
      <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>changelog-maven-plugin</artifactId> 
613
        </plugin> -->
614
    </plugins>
615

    
616
  </reporting>
617
  <!-- DISTRIBUTION MANAGEMENT -->
618
  <distributionManagement>
619
    <site>
620
      <id>wp5.e-taxonomy.eu</id>
621
      <name>CDM Library Website</name>
622
      <url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/cdmlib/</url>
623
    </site>
624
    <repository>
625
      <uniqueVersion>false</uniqueVersion>
626
      <id>wp5.e-taxonomy.eu</id>
627
      <name>Edit Maven Repository</name>
628
      <url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/</url>
629
      <layout>default</layout>
630
    </repository>
631
  </distributionManagement>
632
  <!-- **** DEPENDENCIES **** -->
633
  <dependencies>
634
    <dependency>
635
      <groupId>junit</groupId>
636
      <artifactId>junit</artifactId>
637
    </dependency>
638
    <dependency>
639
      <groupId>log4j</groupId>
640
      <artifactId>log4j</artifactId>
641
    </dependency>
642
  </dependencies>
643
  <dependencyManagement>
644
    <dependencies>
645
      <dependency>
646
        <groupId>eu.etaxonomy</groupId>
647
        <artifactId>cdmlib-commons</artifactId>
648
        <version>${project.version}</version>
649
      </dependency>
650
      <dependency>
651
        <groupId>eu.etaxonomy</groupId>
652
        <artifactId>cdmlib-model</artifactId>
653
        <version>${project.version}</version>
654
      </dependency>
655
      <dependency>
656
        <groupId>eu.etaxonomy</groupId>
657
        <artifactId>cdmlib-persistence</artifactId>
658
        <version>${project.version}</version>
659
      </dependency>
660
      <dependency>
661
        <groupId>eu.etaxonomy</groupId>
662
        <artifactId>cdmlib-services</artifactId>
663
        <version>${project.version}</version>
664
      </dependency>
665
      <dependency>
666
        <groupId>eu.etaxonomy</groupId>
667
        <artifactId>cdmlib-io</artifactId>
668
        <version>${project.version}</version>
669
      </dependency>
670
      <dependency>
671
        <groupId>eu.etaxonomy</groupId>
672
        <artifactId>cdmlib-remote</artifactId>
673
        <version>${project.version}</version>
674
      </dependency>
675
      <dependency>
676
        <groupId>eu.etaxonomy</groupId>
677
        <artifactId>cdmlib-remote-webapp</artifactId>
678
        <version>${project.version}</version>
679
      </dependency>
680
      <dependency>
681
        <groupId>eu.etaxonomy</groupId>
682
        <artifactId>cdm-server</artifactId>
683
        <version>${project.version}</version>
684
      </dependency>
685
      <dependency>
686
        <groupId>eu.etaxonomy</groupId>
687
        <artifactId>cdmlib-ext</artifactId>
688
        <version>${project.version}</version>
689
      </dependency>
690
      <dependency>
691
        <groupId>eu.etaxonomy</groupId>
692
        <artifactId>cdmlib-print</artifactId>
693
        <version>${project.version}</version>
694
      </dependency>
695
      <!--*********** JAXB********* -->
696
      <dependency>
697
        <groupId>javax.xml.bind</groupId>
698
        <artifactId>jaxb-api</artifactId>
699
        <version>2.2.12</version>
700
      </dependency>
701
      <dependency>
702
        <groupId>xml-resolver</groupId>
703
        <artifactId>xml-resolver</artifactId>
704
        <version>1.2</version>
705
      </dependency>
706
      <dependency>
707
        <groupId>javax.activation</groupId>
708
        <artifactId>activation</artifactId>
709
        <version>1.1.1</version>
710
      </dependency>
711
 	  <dependency>
712
		<groupId>org.glassfish.jaxb</groupId>
713
		<artifactId>jaxb-runtime</artifactId>
714
		<version>${jaxb.version}</version>
715
	  </dependency>
716
	  <dependency>
717
		<groupId>org.glassfish.jaxb</groupId>
718
		<artifactId>jaxb-core</artifactId>
719
		<version>${jaxb.version}</version>
720
	  </dependency>
721
	  <dependency>
722
		<groupId>org.glassfish.jaxb</groupId>
723
		<artifactId>jaxb-jxc</artifactId>
724
		<version>${jaxb.version}</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

    
860
      <!-- ******* aspect ******* -->
861
      <dependency>
862
        <groupId>org.aspectj</groupId>
863
        <artifactId>aspectjrt</artifactId>
864
        <version>${aspectj.version}</version>
865
      </dependency>
866
      <dependency>
867
        <groupId>org.aspectj</groupId>
868
        <artifactId>aspectjweaver</artifactId>
869
        <version>${aspectj.version}</version>
870
      </dependency>
871
      <!-- ******* VARIOUS ******* -->
872
      <dependency>
873
        <groupId>log4j</groupId>
874
        <artifactId>log4j</artifactId>
875
        <version>1.2.17</version>
876
      </dependency>
877
      <dependency>
878
        <groupId>javax.annotation</groupId>
879
        <artifactId>jsr250-api</artifactId>
880
        <version>1.0</version>
881
      </dependency>
882
      <dependency>
883
        <groupId>net.sf.opencsv</groupId>
884
        <artifactId>opencsv</artifactId>
885
        <version>2.3</version>
886
      </dependency>
887
      <dependency>
888
        <groupId>org.eclipse</groupId>
889
        <artifactId>osgi</artifactId>
890
        <version>3.6.0</version>
891
      </dependency>
892
      <dependency>
893
        <groupId>cglib</groupId>
894
        <artifactId>cglib</artifactId>
895
        <version>${cglib.version}</version>
896
      </dependency>
897
      <dependency>
898
        <groupId>cglib</groupId>
899
        <artifactId>cglib-nodep</artifactId>
900
        <version>${cglib.version}</version>
901
      </dependency>
902
      <dependency>
903
        <groupId>commons-lang</groupId>
904
        <artifactId>commons-lang</artifactId>
905
        <version>2.6</version>
906
      </dependency>
907
      <dependency>
908
        <groupId>commons-collections</groupId>
909
        <artifactId>commons-collections</artifactId>
910
        <version>3.2.2</version>
911
      </dependency>
912
      <dependency>
913
        <groupId>org.apache.httpcomponents</groupId>
914
        <artifactId>httpclient</artifactId>
915
        <version>${httpcomponents.version}</version>
916
      </dependency>
917
      <dependency>
918
        <groupId>org.apache.httpcomponents</groupId>
919
        <artifactId>httpcore</artifactId>
920
        <version>4.4.4</version>
921
      </dependency>
922
      <dependency>
923
        <groupId>commons-io</groupId>
924
        <artifactId>commons-io</artifactId>
925
        <version>2.4</version>
926
      </dependency>
927
      <!-- only for version management, poi currently requires 1.6, commons-logging 
928
        1.1.1 requires 1.6, so we update here to the latest version -->
929
      <dependency>
930
        <groupId>commons-codec</groupId>
931
        <artifactId>commons-codec</artifactId>
932
        <version>1.10</version>
933
      </dependency>
934
      <!-- only for version management, httpcore:4.2.4, commons-beanutils:1.8.3, 
935
        commons-collections:3.2.1 currently require 1.1.1 , httpclient:4.2.3, spring-modules-cache 
936
        require 1.1 and batik-ext requires 1.0.4, so we update here to the latest 
937
        version 1.1.2, poi and springframework require 1.1.3 -->
938
      <dependency>
939
        <groupId>commons-logging</groupId>
940
        <artifactId>commons-logging</artifactId>
941
        <version>${commons-logging.version}</version>
942
      </dependency>
943
      <!-- only for version management, hibernate-commons-annotations:4.0.1.Final 
944
        requires 3.1.0.CR2 , hibernate-ehcache:4.1.10 requires 3.1.0.GA , so we update 
945
        here to the latest version 3.1.3.GA -->
946
      <dependency>
947
        <groupId>org.jboss.logging</groupId>
948
        <artifactId>jboss-logging</artifactId>
949
        <version>3.3.0.Final</version>
950
      </dependency>
951
      <!-- TODO com.springsource.org.aopalliance and com.springsource.org.apache.commons.logging 
952
        seem to be duplicates of e.g. apache commons-logging. Needs to be further 
953
        checked. -->
954
	  <!-- since hibernate 5.0.4 Dialect throws exception if jta is missing  -->
955
	  <dependency>
956
        <groupId>javax.transaction</groupId>
957
        <artifactId>jta</artifactId>
958
        <version>1.1</version>
959
      </dependency>  
960
		
961
      <!-- TODO xerces xmlParserAPIs duplicates many classes from jre and 
962
        xml-apis. It is a dependency that comes with xom:xom -->
963
      <dependency>
964
        <groupId>org.apache.jena</groupId>
965
        <artifactId>jena-tdb</artifactId>
966
        <version>1.1.2</version>
967
      </dependency>
968

    
969
      <dependency>
970
        <groupId>net.sf.ezmorph</groupId>
971
        <artifactId>ezmorph</artifactId>
972
        <version>1.0.6</version>
973
      </dependency>
974
      <dependency>
975
        <groupId>commons-beanutils</groupId>
976
        <artifactId>commons-beanutils</artifactId>
977
        <version>1.9.2</version>
978
      </dependency>
979
      <dependency>
980
        <groupId>net.sf.json-lib</groupId>
981
        <artifactId>json-lib</artifactId>
982
        <version>2.4</version>
983
        <classifier>jdk15</classifier>
984
      </dependency>
985
      <dependency>
986
        <groupId>org.devlib.schmidt</groupId>
987
        <artifactId>imageinfo</artifactId>
988
        <version>1.9</version>
989
      </dependency>
990
      <dependency>
991
        <groupId>org.apache.poi</groupId>
992
        <artifactId>poi</artifactId>
993
        <version>${poi.version}</version>
994
      </dependency>
995
      <dependency>
996
        <groupId>org.apache.poi</groupId>
997
        <artifactId>poi-ooxml-schemas</artifactId>
998
        <version>${poi.version}</version>
999
      </dependency>
1000
      <dependency>
1001
        <groupId>org.apache.poi</groupId>
1002
        <artifactId>poi-ooxml</artifactId>
1003
        <version>${poi.version}</version>
1004
      </dependency>
1005

    
1006
      <dependency>
1007
        <groupId>org.apache.sanselan</groupId>
1008
        <artifactId>sanselan</artifactId>
1009
        <version>0.97-incubator</version>
1010
      </dependency>
1011
      <!-- joda-time -->
1012
      <dependency>
1013
        <groupId>joda-time</groupId>
1014
        <artifactId>joda-time</artifactId>
1015
        <version>2.9.1</version>
1016
      </dependency>
1017
	  <!-- maybe replaced by usertype.core -->
1018
      <dependency>
1019
        <groupId>org.jadira.usertype</groupId>
1020
        <artifactId>usertype.jodatime</artifactId>
1021
        <version>2.0.1</version>
1022
      </dependency>
1023
      <dependency>
1024
        <groupId>org.apache.lucene</groupId>
1025
        <artifactId>lucene-core</artifactId>
1026
        <version>${lucene.version}</version>
1027
      </dependency>
1028
	  <dependency>
1029
		<groupId>org.apache.lucene</groupId>
1030
		<artifactId>lucene-suggest</artifactId>
1031
		<version>${lucene.version}</version>
1032
	  </dependency>
1033
	  <dependency>
1034
		<groupId>org.apache.lucene</groupId>
1035
		<artifactId>lucene-analyzers-common</artifactId>
1036
		<version>${lucene.version}</version>
1037
	  </dependency>
1038
	  <dependency>
1039
        <groupId>org.apache.lucene</groupId>
1040
        <artifactId>lucene-queryparser</artifactId>
1041
        <version>${lucene.version}</version>
1042
      </dependency>
1043
      <dependency>
1044
        <groupId>org.apache.lucene</groupId>
1045
        <artifactId>lucene-highlighter</artifactId>
1046
        <version>${lucene.version}</version>
1047
      </dependency>
1048
      <dependency>
1049
        <groupId>org.apache.lucene</groupId>
1050
        <artifactId>lucene-grouping</artifactId>
1051
        <version>${lucene.version}</version>
1052
      </dependency>
1053
      <dependency>
1054
        <groupId>org.apache.lucene</groupId>
1055
        <artifactId>lucene-join</artifactId>
1056
        <version>${lucene.version}</version>
1057
      </dependency>
1058
      <dependency>
1059
        <groupId>org.apache.lucene</groupId>
1060
        <artifactId>lucene-backward-codecs</artifactId>
1061
        <version>${lucene.version}</version>
1062
      </dependency>
1063
      <dependency>
1064
        <groupId>org.apache.lucene</groupId>
1065
        <artifactId>lucene-misc</artifactId>
1066
        <version>${lucene.version}</version>
1067
      </dependency>
1068
      <dependency>
1069
        <groupId>org.apache.lucene</groupId>
1070
        <artifactId>lucene-facet</artifactId>
1071
        <version>${lucene.version}</version>
1072
      </dependency>
1073
            
1074
      <dependency>
1075
        <groupId>com.ibm.lsid</groupId>
1076
        <artifactId>lsid-client</artifactId>
1077
        <version>1.1.2</version>
1078
      </dependency>
1079
      <dependency>
1080
        <groupId>com.ibm.lsid</groupId>
1081
        <artifactId>lsid-server</artifactId>
1082
        <version>1.1.2</version>
1083
      </dependency>
1084
      <dependency>
1085
        <groupId>wsdl4j</groupId>
1086
        <artifactId>wsdl4j</artifactId>
1087
        <version>1.6.3</version>
1088
      </dependency>
1089
      <dependency>
1090
        <groupId>net.sf.dozer</groupId>
1091
        <artifactId>dozer</artifactId>
1092
        <version>5.3.0</version>
1093
      </dependency>
1094
      <dependency>
1095
        <groupId>net.sf.ehcache</groupId>
1096
        <artifactId>ehcache-core</artifactId>
1097
        <version>2.6.11</version>
1098
      </dependency>
1099
      <!-- ******* XML ******* -->
1100
      <dependency>
1101
        <groupId>xml-apis</groupId>
1102
        <artifactId>xml-apis</artifactId>
1103
        <version>2.0.2</version>
1104
      </dependency>
1105
      <dependency>
1106
        <groupId>xerces</groupId>
1107
        <artifactId>xercesImpl</artifactId>
1108
        <version>2.11.0</version>
1109
      </dependency>
1110
      <!-- >batik-ext required by Xerces 2.11.0 for class ElementTraversal, 
1111
        as this is not included anymore in xml-apis 2.x -->
1112
      <dependency>
1113
        <groupId>org.apache.xmlgraphics</groupId>
1114
        <artifactId>batik-ext</artifactId>
1115
        <version>1.8</version>
1116
      </dependency>
1117
      <dependency> <!-- required by cdmlib-print -->
1118
        <groupId>org.apache.xmlgraphics</groupId>
1119
        <artifactId>fop</artifactId>
1120
        <!-- version 1.1 does NOT work, because it depends on avalon-framework-api 
1121
          4.2.0 which is not available in central maven repository under the given 
1122
          groupID -->
1123
        <version>1.1</version>
1124
        <exclusions>
1125
          <!-- 1.1 depends on an old version of avalon-framework which does 
1126
            not exist in mvn repository under this groupId (has old groupId) -->
1127
          <exclusion>
1128
            <groupId>org.apache.avalon.framework</groupId>
1129
            <artifactId>avalon-framework-api</artifactId>
1130
          </exclusion>
1131
          <exclusion>
1132
            <groupId>org.apache.avalon.framework</groupId>
1133
            <artifactId>avalon-framework-impl</artifactId>
1134
          </exclusion>
1135
        </exclusions>
1136
      </dependency>
1137
      <!-- not directly required, but fix mentioned to force correct version 
1138
        number 4.3.1. Required by org.apache.xmlgraphics/fop 1.1 Remove when dependency 
1139
        in fop in corrected. -->
1140
      <dependency>
1141
        <groupId>org.apache.avalon.framework</groupId>
1142
        <artifactId>avalon-framework-api</artifactId>
1143
        <version>4.3.1</version>
1144
      </dependency>
1145
      <dependency>
1146
        <groupId>org.odftoolkit</groupId>
1147
        <artifactId>odfdom-java</artifactId>
1148
        <version>0.8.7</version>
1149
      </dependency>
1150
      <dependency>
1151
          <!-- used in eu.etaxonomy.cdm.io.markup and for swagger -->
1152
          <groupId>com.google.guava</groupId>
1153
          <artifactId>guava</artifactId>
1154
          <version>19.0</version>
1155
      </dependency>
1156
      <dependency>
1157
        <groupId>jaxen</groupId>
1158
        <artifactId>jaxen</artifactId>
1159
        <version>1.1.6</version>
1160
      </dependency>
1161
      <!-- last jdom 1.x version -->
1162
	  <dependency>
1163
        <groupId>org.jdom</groupId>
1164
        <artifactId>jdom</artifactId>
1165
        <version>1.1.3</version>
1166
      </dependency>
1167
	  <!-- jdom2 may exist in parallel to jdom(1) as it uses a different package structure -->
1168
	  <dependency>
1169
		 <groupId>org.jdom</groupId>
1170
		 <artifactId>jdom2</artifactId>
1171
		 <version>2.0.6</version>
1172
	  </dependency>
1173
      <dependency>
1174
        <groupId>com.thoughtworks.xstream</groupId>
1175
        <artifactId>xstream</artifactId>
1176
        <version>1.4.7</version>
1177
      </dependency>
1178
      <dependency>
1179
        <groupId>xpp3</groupId>
1180
        <artifactId>xpp3</artifactId>
1181
        <version>1.1.4c</version>
1182
      </dependency>
1183
      <dependency>
1184
        <groupId>stax</groupId>
1185
        <artifactId>stax</artifactId>
1186
        <version>1.2.0</version>
1187
      </dependency>
1188
      <dependency>
1189
        <groupId>xom</groupId>
1190
        <artifactId>xom</artifactId>
1191
        <version>1.2.5</version>
1192
        <exclusions>
1193
          <!-- need to exclude com.ibm.icu:icu4j since it contains an invalid 
1194
            file which causes the jetty-maven-plugin to fail see http://stackoverflow.com/questions/3026956/javassist-failure-in-hibernate-invalid-constant-type-60 -->
1195
          <exclusion>
1196
            <groupId>com.ibm.icu</groupId>
1197
            <artifactId>icu4j</artifactId>
1198
          </exclusion>
1199
        </exclusions>
1200
      </dependency>
1201
      <!-- ******* SAXON (ViBRANT)******* -->
1202
      <dependency>
1203
        <groupId>net.sf.saxon</groupId>
1204
        <artifactId>Saxon-HE</artifactId>
1205
        <version>9.7.0-2</version>
1206
      </dependency>
1207
      <!-- ******* http components (ViBRANT)******* -->
1208
      <dependency>
1209
        <groupId>org.apache.httpcomponents</groupId>
1210
        <artifactId>httpmime</artifactId>
1211
        <version>${httpcomponents.version}</version>
1212
      </dependency>
1213
      <!-- ***** json ******************** -->
1214
      <dependency>
1215
        <groupId>org.json</groupId>
1216
        <artifactId>json</artifactId>
1217
        <version>20090211</version>
1218
      </dependency>
1219
      <!-- ******* HIBERNATE / EJB3 ******* -->
1220
      <dependency>
1221
        <groupId>org.hibernate.javax.persistence</groupId>
1222
        <artifactId>hibernate-jpa-2.1-api</artifactId>
1223
        <version>1.0.0.Final</version>
1224
      </dependency>
1225
      <dependency>
1226
        <groupId>org.hibernate</groupId>
1227
        <artifactId>hibernate-core</artifactId>
1228
        <version>${hibernate.version}</version>
1229
      </dependency>
1230
      <dependency>
1231
        <groupId>org.hibernate</groupId>
1232
        <artifactId>hibernate-entitymanager</artifactId>
1233
        <version>${hibernate.version}</version>
1234
      </dependency>
1235
      <dependency>
1236
        <groupId>org.hibernate</groupId>
1237
        <artifactId>hibernate-ehcache</artifactId>
1238
        <version>${hibernate.version}</version>
1239
      </dependency>
1240
      <dependency>
1241
        <groupId>org.hibernate</groupId>
1242
        <artifactId>hibernate-envers</artifactId>
1243
        <version>${hibernate.version}</version>
1244
      </dependency>
1245
      <dependency>
1246
        <groupId>org.hibernate</groupId>
1247
        <artifactId>hibernate-c3p0</artifactId>
1248
        <version>${hibernate.version}</version>
1249
      </dependency>
1250
      <dependency>
1251
        <groupId>com.mchange</groupId>
1252
        <artifactId>c3p0</artifactId>
1253
        <!-- 
1254
          IMPORTANT!!!
1255
          when changing the version of this artifact, the 
1256
          version in cdm-server pom.xml must be changed 
1257
          the same otherwise db connections through jndi 
1258
          will not work!
1259
        -->
1260
        <version>0.9.5.2</version>
1261
      </dependency>
1262
      <dependency>
1263
        <groupId>org.hibernate.common</groupId>
1264
        <artifactId>hibernate-commons-annotations</artifactId>
1265
        <version>5.0.1.Final</version>
1266
      </dependency>
1267
      <dependency>
1268
        <groupId>org.hibernate</groupId>
1269
        <artifactId>hibernate-search-orm</artifactId>
1270
        <version>${hibernate-search.version}</version>
1271
      </dependency>
1272
      <dependency>
1273
        <groupId>org.hibernate</groupId>
1274
        <artifactId>hibernate-search-engine</artifactId>
1275
        <version>${hibernate-search.version}</version>
1276
      </dependency>
1277
      <dependency>
1278
        <groupId>org.javassist</groupId>
1279
        <artifactId>javassist</artifactId>
1280
        <version>3.20.0-GA</version>
1281
      </dependency>
1282
      <dependency>
1283
        <groupId>org.hibernate</groupId>
1284
        <artifactId>hibernate-cglib-repack</artifactId>
1285
        <version>2.1_3</version>
1286
      </dependency>
1287

    
1288
      <!-- ******* SPRING ******* -->
1289
      <dependency>
1290
        <groupId>org.springframework</groupId>
1291
        <artifactId>spring-core</artifactId>
1292
        <version>${spring.version}</version>
1293
      </dependency>
1294
      <dependency>
1295
        <groupId>org.springframework</groupId>
1296
        <artifactId>spring-context</artifactId>
1297
        <version>${spring.version}</version>
1298
      </dependency>
1299
      <dependency>
1300
        <groupId>org.springframework</groupId>
1301
        <artifactId>spring-beans</artifactId>
1302
        <version>${spring.version}</version>
1303
      </dependency>
1304
      <dependency>
1305
        <groupId>org.springframework</groupId>
1306
        <artifactId>spring-orm</artifactId>
1307
        <version>${spring.version}</version>
1308
      </dependency>
1309
      <dependency>
1310
        <groupId>org.springframework</groupId>
1311
        <artifactId>spring-jdbc</artifactId>
1312
        <version>${spring.version}</version>
1313
      </dependency>
1314
      <dependency>
1315
        <groupId>org.springframework</groupId>
1316
        <artifactId>spring-tx</artifactId>
1317
        <version>${spring.version}</version>
1318
      </dependency>
1319
      <dependency>
1320
        <groupId>org.springframework</groupId>
1321
        <artifactId>spring-test</artifactId>
1322
        <version>${spring.version}</version>
1323
      </dependency>
1324
      <dependency>
1325
        <groupId>org.springframework</groupId>
1326
        <artifactId>spring-web</artifactId>
1327
        <version>${spring.version}</version>
1328
      </dependency>
1329
	  <dependency>
1330
      	<groupId>org.springframework</groupId>
1331
        <artifactId>spring-webmvc</artifactId>
1332
        <version>${spring.version}</version>
1333
      </dependency>
1334
      <dependency>
1335
        <groupId>org.springframework</groupId>
1336
        <artifactId>spring-aop</artifactId>
1337
        <version>${spring.version}</version>
1338
      </dependency>
1339
      <dependency>
1340
        <groupId>org.springframework</groupId>
1341
        <artifactId>spring-aspects</artifactId>
1342
        <version>${spring.version}</version>
1343
      </dependency>
1344
      <dependency>
1345
        <groupId>org.springframework</groupId>
1346
        <artifactId>spring-expression</artifactId>
1347
        <version>${spring.version}</version>
1348
      </dependency>
1349
      <dependency>
1350
        <groupId>org.springframework</groupId>
1351
        <artifactId>spring-context-support</artifactId>
1352
        <version>${spring.version}</version>
1353
      </dependency>
1354
      <dependency>
1355
        <groupId>org.springframework</groupId>
1356
        <artifactId>spring-oxm</artifactId>
1357
        <version>${spring.version}</version>
1358
      </dependency>
1359
      <dependency>
1360
        <groupId>org.springframework.security</groupId>
1361
        <artifactId>spring-security-core</artifactId>
1362
        <version>${spring-security.version}</version>
1363
      </dependency>
1364
      <dependency>
1365
        <groupId>org.springframework.security</groupId>
1366
        <artifactId>spring-security-config</artifactId>
1367
        <version>${spring-security.version}</version>
1368
      </dependency>
1369
      <dependency>
1370
        <groupId>org.springframework.security</groupId>
1371
        <artifactId>spring-security-web</artifactId>
1372
        <version>${spring-security.version}</version>
1373
      </dependency>
1374

    
1375
      <!-- ******* SERVLET/JSP/JSF ******* -->
1376
      <dependency>
1377
        <groupId>javax.servlet</groupId>
1378
        <artifactId>javax.servlet-api</artifactId>
1379
        <version>3.1.0</version>
1380
      </dependency>
1381
      <!-- ******* DATABASES DRIVER ******* -->
1382
      <!-- 
1383
            IMPORTANT:
1384
            Any driver dependency listed here must be excluded from the 
1385
            cdmlib-remote depedency in cdmlib-remote-webapp
1386
       -->
1387
      <dependency>
1388
        <!-- SQL Server and Sybase -->
1389
        <groupId>net.sourceforge.jtds</groupId>
1390
        <artifactId>jtds</artifactId>
1391
        <version>1.3.1</version>
1392
      </dependency>
1393
      <dependency>
1394
        <groupId>mysql</groupId>
1395
        <artifactId>mysql-connector-java</artifactId>
1396
        <version>${mysql.version}</version>
1397
      </dependency>
1398
	  <dependency>
1399
	     <groupId>org.postgresql</groupId>
1400
	     <artifactId>postgresql</artifactId>
1401
	     <version>9.4-1206-jdbc4</version>
1402
      </dependency>
1403
      <dependency>
1404
        <groupId>org.hsqldb</groupId>
1405
        <artifactId>hsqldb</artifactId>
1406
        <version>${hsqldb.version}</version>
1407
      </dependency>
1408
      <!--for sqlserver2008 and sqlserver2005 -->
1409
      <dependency>
1410
        <groupId>com.microsoft.sqlserver</groupId>
1411
        <artifactId>jdbc4</artifactId>
1412
        <version>2.0</version>
1413
      </dependency>
1414
      <dependency>
1415
        <groupId>oracle</groupId>
1416
        <artifactId>ojdbc14</artifactId>
1417
        <version>10.2.0.4.0</version>
1418
      </dependency>
1419
	  <!-- 	  <dependency>
1420
		<groupId>ojdbc</groupId>
1421
		<artifactId>ojdbc</artifactId>
1422
		<version>14</version>
1423
	</dependency>   -->
1424
      <dependency>
1425
        <groupId>com.h2database</groupId>
1426
        <artifactId>h2</artifactId>
1427
        <!-- <version>1.1.115</version> -->
1428
        <version>1.4.190</version>
1429
      </dependency>
1430
      <!-- yourkit profiler api controller (used in ..) -->
1431
      <dependency>
1432
        <groupId>com.yourkit</groupId>
1433
        <artifactId>yjp-controller-api-redist</artifactId>
1434
        <version>2015-build-15086</version>
1435
        <scope>test</scope>
1436
      </dependency>
1437
      <!-- For Validation -->
1438
      <dependency>
1439
        <groupId>javax.validation</groupId>
1440
        <artifactId>validation-api</artifactId>
1441
        <version>1.1.0.Final</version>
1442
      </dependency>
1443
      <dependency>
1444
        <groupId>org.hibernate</groupId>
1445
        <artifactId>hibernate-validator</artifactId>
1446
        <version>${hibernate-validator.version}</version>
1447
      </dependency>
1448
      <dependency>
1449
        <groupId>com.fasterxml</groupId>
1450
        <artifactId>classmate</artifactId>
1451
        <version>1.3.1</version>
1452
      </dependency>
1453
	  <dependency>
1454
       <groupId>javax.el</groupId>
1455
       <artifactId>javax.el-api</artifactId>
1456
       <version>2.2.5</version>
1457
	  </dependency>
1458
	  <dependency>
1459
		<groupId>org.glassfish.web</groupId>
1460
		<artifactId>javax.el</artifactId>
1461
		<version>2.2.6</version>
1462
	  </dependency>
1463
	  <dependency>
1464
	    <groupId>org.hibernate</groupId>
1465
		<artifactId>hibernate-validator-cdi</artifactId>
1466
		<version>${hibernate-validator.version}</version>
1467
	  </dependency>
1468
	  
1469
      <!-- for ikey-plus -->
1470
      <dependency>
1471
        <groupId>identificationKeyAPI</groupId>
1472
        <artifactId>identificationKeyAPI</artifactId>
1473
        <version>1.0</version>   <!-- was <version>1.0-SNAPSHOT</version> -->
1474
      </dependency>
1475
      <dependency>
1476
        <groupId>com.itextpdf</groupId>
1477
        <artifactId>itextpdf</artifactId>
1478
        <version>5.5.8</version>
1479
        <scope>compile</scope>
1480
      </dependency>
1481
      <!-- AptView -->
1482
      <dependency>
1483
        <groupId>org.apache.maven.doxia</groupId>
1484
        <artifactId>doxia-module-apt</artifactId>
1485
        <version>${doxia.version}</version>
1486
      </dependency>
1487
      <dependency>
1488
        <groupId>org.apache.maven.doxia</groupId>
1489
        <artifactId>doxia-module-xhtml</artifactId>
1490
        <version>${doxia.version}</version>
1491
      </dependency>
1492
      <!-- swagger (rest service doc) -->
1493
      <dependency>
1494
        <groupId>io.swagger</groupId>
1495
        <artifactId>swagger-annotations</artifactId>
1496
        <!-- should match the springfox-swagger2 depends on -->
1497
        <version>1.5.6</version>
1498
      </dependency>
1499

    
1500
      <!-- dependencies for swagger-springmvc, added explicitely -->
1501
        <dependency>
1502
        <groupId>com.fasterxml.jackson.core</groupId>
1503
        <artifactId>jackson-databind</artifactId>
1504
        <version>${jackson.version}</version>
1505
      </dependency>
1506
      <dependency>
1507
        <groupId>com.fasterxml.jackson.core</groupId>
1508
        <artifactId>jackson-core</artifactId>
1509
        <version>${jackson.version}</version>
1510
      </dependency>
1511
      <dependency>
1512
        <groupId>com.fasterxml.jackson.core</groupId>
1513
        <artifactId>jackson-annotations</artifactId>
1514
        <version>${jackson.version}</version>
1515
      </dependency> 
1516
      <!-- END of dependencies for swagger-springmvc, added explicitely -->
1517
      <dependency>
1518
          <groupId>io.springfox</groupId>
1519
          <artifactId>springfox-swagger2</artifactId>
1520
          <version>2.3.1</version>
1521
      </dependency>
1522
    </dependencies>
1523
  </dependencyManagement>
1524
</project>
(5-5/5)