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