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