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