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