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