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