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