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