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