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