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