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