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