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