Project

General

Profile

Download (54.9 KB) Statistics
| Branch: | Tag: | Revision:
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
	                                <configuration>
414
<extraJvmArgs>-Xmx1024M -Xss1024k</extraJvmArgs>
415
<!-- <runTarget>mobilemail</runTarget> -->
416
<!-- We are doing "inplace" but into subdir VAADIN/widgetsets. This
417
way compatible with Vaadin eclipse plugin. -->
418
<webappDirectory>${basedir}/src/main/webapp/VAADIN/widgetsets
419
</webappDirectory>
420
<hostedWebapp>${basedir}/src/main/webapp/VAADIN/widgetsets
421
</hostedWebapp>
422
<noServer>true</noServer>
423
<!-- Remove draftCompile when project is ready -->
424
<draftCompile>false</draftCompile>
425
<strict>true</strict>
426
<compileReport>false</compileReport>
427
<style>OBF</style>
428
<runTarget>http://localhost:8080/</runTarget>
429
<persistentunitcachedir>${project.build.directory}</persistentunitcachedir>
430
<deploy>${project.build.directory}/gwt-deploy</deploy>
431
<!-- Remove these when going to release dependencies -->
432
<!-- <force>true</force> -->
433
</configuration>
434
<executions>
435
<execution>
436
<goals>
437
<goal>resources</goal>
438
<goal>compile</goal>
439
</goals>
440
</execution>
441
</executions>
442
         </plugin>
443
        </plugins>
444
        <!--  -->
445
        <extensions>
446
            <extension>
447
                <groupId>org.apache.maven.wagon</groupId>
448
                <artifactId>wagon-scm</artifactId>
449
                <version>1.0-beta-6</version>
450
            </extension>
451
            <extension>
452
                <groupId>org.apache.maven.wagon</groupId>
453
                <artifactId>wagon-ssh</artifactId>
454
                <version>1.0-beta-6</version>
455
            </extension>
456
            <extension>
457
                <groupId>org.apache.maven.wagon</groupId>
458
                <artifactId>wagon-ssh-external</artifactId>
459
                <version>1.0-beta-6</version>
460
            </extension>
461
            <extension>
462
                <groupId>org.apache.maven.scm</groupId>
463
                <artifactId>maven-scm-manager-plexus</artifactId>
464
                <version>1.0</version>
465
            </extension>
466
            <extension>
467
                <groupId>org.apache.maven.scm</groupId>
468
                <artifactId>maven-scm-provider-svnexe</artifactId>
469
                <version>1.0</version>
470
            </extension>
471
            <!-- WebDAV plugin to upload snapshots -->
472
            <extension>
473
                <groupId>org.apache.maven.wagon</groupId>
474
                <artifactId>wagon-webdav</artifactId>
475
                <version>1.0-beta-2</version>
476
            </extension>
477
        </extensions>
478
    </build>
479
    <reporting>
480
        <plugins>
481
            <plugin>
482
                <!-- you will want to start by publishing your classes' Javadocs -->
483
                <groupId>org.apache.maven.plugins</groupId>
484
                <artifactId>maven-javadoc-plugin</artifactId>
485
                <version>2.7</version>
486
                <configuration>
487
                    <detectLinks>true</detectLinks>
488
                </configuration>
489
            </plugin>
490
            <plugin>
491
                <!-- this will generate an indexed and cross-referenced HTML version of your source code -->
492
                <groupId>org.apache.maven.plugins</groupId>
493
                <artifactId>maven-jxr-plugin</artifactId>
494
                <version>2.2</version>
495
            </plugin>
496
            <plugin>
497
                <!-- 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 -->
498
                <groupId>org.codehaus.mojo</groupId>
499
                <artifactId>taglist-maven-plugin</artifactId>
500
                <version>2.4</version>
501
            </plugin>
502
            <plugin>
503
                <!-- 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 -->
504
                <groupId>org.codehaus.mojo</groupId>
505
                <artifactId>cobertura-maven-plugin</artifactId>
506
                <version>2.4</version>
507
                <!--
508
                    <executions>
509
                    <execution>
510
                    <id>clean</id>
511
                    <phase>clean</phase>
512
                    <goals>
513
                    <goal>clean</goal>
514
                    </goals>
515
                    </execution>
516
                    </executions>
517
                -->
518
            </plugin>
519
            <!--
520
            <plugin>
521
                <groupId>org.apache.maven.plugins</groupId>
522
                <artifactId>maven-project-info-reports-plugin</artifactId>
523
                <reportSets>
524
                    <reportSet>
525
                        <reports>
526
                            <report>dependencies</report>
527
                            <report>project-team</report>
528
                            <report>mailing-list</report>
529
                            <report>cim</report>
530
                            <report>issue-tracking</report>
531
                            <report>license</report>
532
                            <report>scm</report>
533
                        </reports>
534
                    </reportSet>
535
                </reportSets>
536
            </plugin>   -->
537
            <!-- The changes-maven-plugin plug-in uses a special XML file (src/changes/changes.xml) to track releases and changes in each release -->
538
            <plugin>
539
                <groupId>org.apache.maven.plugins</groupId>
540
                <artifactId>maven-changes-plugin</artifactId>
541
                <version>2.3</version>
542
                <configuration>
543
                    <issueLinkTemplatePerSystem>
544
                        <default>%URL%/ticket/%ISSUE%</default>
545
                    </issueLinkTemplatePerSystem>
546
                </configuration>
547
                <reportSets>
548
                    <reportSet>
549
                        <reports>
550
                            <report>changes-report</report>
551
                        </reports>
552
                    </reportSet>
553
                </reportSets>
554
            </plugin>
555
            <!--
556
            <plugin>
557
                <artifactId>maven-surefire-plugin</artifactId>
558
            </plugin>
559
            -->
560
            <!-- The changelog plug-in generates a nice report describing which files have been changed and by whom -->
561
            <!--
562
            <plugin>
563
                <groupId>org.codehaus.mojo</groupId>
564
                <artifactId>changelog-maven-plugin</artifactId>
565
            </plugin>
566
            -->
567
        </plugins>
568

    
569
    </reporting>
570
    <!--     DISTRIBUTION MANAGEMENT -->
571
    <distributionManagement>
572
        <site>
573
            <id>wp5.e-taxonomy.eu</id>
574
            <name>CDM Library Website</name>
575
            <url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/cdmlib/</url>
576
        </site>
577
        <repository>
578
            <uniqueVersion>false</uniqueVersion>
579
            <id>wp5.e-taxonomy.eu</id>
580
            <name>Edit Maven Repository</name>
581
            <url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/</url>
582
            <layout>default</layout>
583
        </repository>
584
    </distributionManagement>
585
    <!-- **** DEPENDENCIES **** -->
586
<dependencies>
587
        <dependency>
588
            <groupId>junit</groupId>
589
            <artifactId>junit</artifactId>
590
        </dependency>
591
        <dependency>
592
            <groupId>log4j</groupId>
593
            <artifactId>log4j</artifactId>
594
        </dependency>
595
    </dependencies>
596
    <dependencyManagement>
597
        <dependencies>
598
            <dependency>
599
                <groupId>eu.etaxonomy</groupId>
600
                <artifactId>cdmlib-commons</artifactId>
601
                <version>${project.version}</version>
602
            </dependency>
603
            <dependency>
604
                <groupId>eu.etaxonomy</groupId>
605
                <artifactId>cdmlib-model</artifactId>
606
                <version>${project.version}</version>
607
            </dependency>
608
            <dependency>
609
                <groupId>eu.etaxonomy</groupId>
610
                <artifactId>cdmlib-persistence</artifactId>
611
                <version>${project.version}</version>
612
            </dependency>
613
            <dependency>
614
                <groupId>eu.etaxonomy</groupId>
615
                <artifactId>cdmlib-services</artifactId>
616
                <version>${project.version}</version>
617
            </dependency>
618
            <dependency>
619
                <groupId>eu.etaxonomy</groupId>
620
                <artifactId>cdmlib-io</artifactId>
621
                <version>${project.version}</version>
622
            </dependency>
623
            <dependency>
624
                <groupId>eu.etaxonomy</groupId>
625
                <artifactId>cdmlib-remote</artifactId>
626
                <version>${project.version}</version>
627
            </dependency>
628
            <dependency>
629
                <groupId>eu.etaxonomy</groupId>
630
                <artifactId>cdmlib-remote-webapp</artifactId>
631
                <version>${project.version}</version>
632
            </dependency>
633
            <dependency>
634
                <groupId>eu.etaxonomy</groupId>
635
                <artifactId>cdm-server</artifactId>
636
                <version>${project.version}</version>
637
            </dependency>
638
            <dependency>
639
                <groupId>eu.etaxonomy</groupId>
640
                <artifactId>cdmlib-ext</artifactId>
641
                <version>${project.version}</version>
642
            </dependency>
643
            <dependency>
644
                <groupId>eu.etaxonomy</groupId>
645
                <artifactId>cdmlib-print</artifactId>
646
                <version>${project.version}</version>
647
            </dependency>
648
            <!--*********** JAXB********* -->
649
            <dependency>
650
                <groupId>javax.xml.bind</groupId>
651
                <artifactId>jaxb-api</artifactId>
652
                <version>2.1.6</version>
653
            </dependency>
654
            <dependency>
655
                <groupId>xml-resolver</groupId>
656
                <artifactId>xml-resolver</artifactId>
657
                <version>1.2</version>
658
            </dependency>
659
            <dependency>
660
                <groupId>javax.activation</groupId>
661
                <artifactId>activation</artifactId>
662
                <version>1.1</version>
663
            </dependency>
664
            <dependency>
665
                <groupId>com.sun.xml.bind</groupId>
666
                <artifactId>jaxb-impl</artifactId>
667
                <version>2.1.6</version>
668
            </dependency>
669
            <dependency>
670
                <groupId>com.sun.xml.bind</groupId>
671
                <artifactId>jaxb1-impl</artifactId>
672
                <version>2.1.6</version>
673
            </dependency>
674
            <dependency>
675
                <groupId>com.sun.xml.bind</groupId>
676
                <artifactId>jaxb-xjc</artifactId>
677
                <version>2.1.6</version>
678
            </dependency>
679
            <!-- ******* hibernate 3.4 uses slf4j ******* -->
680
            <dependency>
681
                <groupId>org.slf4j</groupId>
682
                <artifactId>slf4j-api</artifactId>
683
                <version>1.5.6</version>
684
            </dependency>
685
            <dependency>
686
                <groupId>org.slf4j</groupId>
687
                <artifactId>slf4j-log4j12</artifactId>
688
                <version>1.5.6</version>
689
            </dependency>
690
      <!-- ******* testing ******* -->
691
            <dependency>
692
                <groupId>junit</groupId>
693
                <artifactId>junit</artifactId>
694
                <version>4.7</version>
695
                <scope>test</scope>
696
            </dependency>
697
      <dependency>
698
        <groupId>com.carrotsearch</groupId>
699
        <artifactId>junit-benchmarks</artifactId>
700
        <version>0.3.0</version>
701
        <scope>test</scope>
702
      </dependency>
703
      <dependency>
704
        <groupId>org.unitils</groupId>
705
        <artifactId>unitils-core</artifactId>
706
        <version>${unitils.version}</version>
707
        <!-- <scope>test</scope> unscoped since we need this dependency at compile time in persistence for H2DbSupport.java -->
708
      </dependency>
709
      <dependency>
710
        <groupId>org.unitils</groupId>
711
        <artifactId>unitils-database</artifactId>
712
        <version>${unitils.version}</version>
713
        <scope>test</scope>
714
        <exclusions>
715
            <exclusion>
716
                <groupId>org.springframework</groupId>
717
                <artifactId>spring-jdbc</artifactId>
718
            </exclusion>
719
        </exclusions>
720
      </dependency>
721
      <dependency>
722
        <groupId>org.unitils</groupId>
723
        <artifactId>unitils-dbmaintainer</artifactId>
724
        <version>${unitils.version}</version>
725
        <scope>test</scope>
726
        <exclusions>
727
            <exclusion>
728
                <groupId>org.hibernate</groupId>
729
                <artifactId>hibernate</artifactId>
730
            </exclusion>
731
        </exclusions>
732
      </dependency>
733
      <dependency>
734
        <groupId>org.unitils</groupId>
735
        <artifactId>unitils-dbunit</artifactId>
736
        <version>${unitils.version}</version>
737
        <scope>test</scope>
738
        <exclusions>
739
          <exclusion>
740
            <groupId>org.springframework</groupId>
741
            <artifactId>spring-core</artifactId>
742
          </exclusion>
743
          <exclusion>
744
            <groupId>org.springframework</groupId>
745
            <artifactId>spring-jdbc</artifactId>
746
          </exclusion>
747
          <exclusion>
748
            <groupId>org.springframework</groupId>
749
            <artifactId>spring-beans</artifactId>
750
          </exclusion>
751
        </exclusions>
752
      </dependency>
753
       <dependency>
754
        <groupId>org.unitils</groupId>
755
        <artifactId>unitils-easymock</artifactId>
756
        <version>${unitils.version}</version>
757
        <scope>test</scope>
758
      </dependency>
759
      <dependency>
760
        <groupId>org.unitils</groupId>
761
        <artifactId>unitils-mock</artifactId>
762
        <version>${unitils.version}</version>
763
        <scope>test</scope>
764
      </dependency>
765
      <dependency>
766
        <groupId>org.unitils</groupId>
767
        <artifactId>unitils-inject</artifactId>
768
        <version>${unitils.version}</version>
769
        <scope>test</scope>
770
      </dependency>
771
       <dependency>
772
        <groupId>org.unitils</groupId>
773
        <artifactId>unitils-orm</artifactId>
774
        <version>${unitils.version}</version>
775
        <scope>test</scope>
776
                <exclusions>
777
                    <exclusion>
778
                        <groupId>org.springframework</groupId>
779
                        <artifactId>spring-context</artifactId>
780
                    </exclusion>
781
                    <exclusion>
782
                        <groupId>org.springframework</groupId>
783
                        <artifactId>spring-orm</artifactId>
784
                    </exclusion>
785
                </exclusions>
786
            </dependency>
787
            <dependency>
788
                <groupId>org.unitils</groupId>
789
                <artifactId>unitils-spring</artifactId>
790
                <version>${unitils.version}</version>
791
                <scope>test</scope>
792
                <exclusions>
793
                    <exclusion>
794
                        <groupId>org.springframework</groupId>
795
                        <artifactId>spring-core</artifactId>
796
                    </exclusion>
797
                    <exclusion>
798
                        <groupId>org.springframework</groupId>
799
                        <artifactId>spring-context</artifactId>
800
                    </exclusion>
801
                    <exclusion>
802
                        <groupId>org.springframework</groupId>
803
                        <artifactId>spring-beans</artifactId>
804
                    </exclusion>
805
                    <exclusion>
806
                        <groupId>org.springframework</groupId>
807
                        <artifactId>spring-test</artifactId>
808
                    </exclusion>
809
                </exclusions>
810
        </dependency>
811
        <dependency>
812
            <groupId>org.easymock</groupId>
813
            <artifactId>easymock</artifactId>
814
            <version>3.0</version>
815
            <scope>test</scope>
816
        </dependency>
817
        <dependency>
818
            <groupId>xmlunit</groupId>
819
            <artifactId>xmlunit</artifactId>
820
            <version>1.3</version>
821
            <scope>test</scope>
822
        </dependency>
823
        <dependency>
824
            <groupId>org.dbunit</groupId>
825
            <artifactId>dbunit</artifactId>
826
            <version>2.4.8</version>
827
            <scope>test</scope>
828
        </dependency>
829
        <!-- ******* aspect ******* -->
830
        <dependency>
831
            <groupId>org.aspectj</groupId>
832
            <artifactId>aspectjrt</artifactId>
833
            <version>1.6.3</version>
834
        </dependency>
835
        <dependency>
836
            <groupId>org.aspectj</groupId>
837
            <artifactId>aspectjweaver</artifactId>
838
            <version>1.6.3</version>
839
        </dependency>
840
      <!-- ******* VARIOUS ******* -->
841
      <dependency>
842
        <groupId>log4j</groupId>
843
        <artifactId>log4j</artifactId>
844
        <version>1.2.15</version>
845
      </dependency>
846
            <dependency>
847
                <groupId>javax.annotation</groupId>
848
                <artifactId>jsr250-api</artifactId>
849
                <version>1.0</version>
850
            </dependency>
851
            <dependency>
852
                <groupId>net.sf.opencsv</groupId>
853
                <artifactId>opencsv</artifactId>
854
                <version>1.8</version>
855
            </dependency>
856
            <dependency>
857
                <groupId>org.eclipse</groupId>
858
                <artifactId>osgi</artifactId>
859
                <version>3.6.0</version>
860
            </dependency>
861
            <dependency>
862
                <groupId>cglib</groupId>
863
                <artifactId>cglib</artifactId>
864
                <version>2.1_3</version>
865
            </dependency>
866
            <dependency>
867
                <groupId>cglib</groupId>
868
                <artifactId>cglib-nodep</artifactId>
869
                <version>2.1_3</version>
870
            </dependency>
871
            <dependency>
872
                <groupId>commons-lang</groupId>
873
                <artifactId>commons-lang</artifactId>
874
                <version>2.2</version>
875
            </dependency>
876
            <dependency>
877
                <groupId>commons-collections</groupId>
878
                <artifactId>commons-collections</artifactId>
879
                <version>3.2</version>
880
            </dependency>
881
            <dependency>
882
                <groupId>org.apache.httpcomponents</groupId>
883
                <artifactId>httpclient</artifactId>
884
                <version>4.0.3</version>
885
            </dependency>
886
            <dependency>
887
                <groupId>commons-io</groupId>
888
                <artifactId>commons-io</artifactId>
889
                <version>1.4</version>
890
            </dependency>
891
            <dependency>
892
                <groupId>net.sf.ezmorph</groupId>
893
                <artifactId>ezmorph</artifactId>
894
                <version>1.0.4</version>
895
            </dependency>
896
            <dependency>
897
                <groupId>commons-beanutils</groupId>
898
                <artifactId>commons-beanutils</artifactId>
899
                <version>1.7.0</version>
900
            </dependency>
901
            <dependency>
902
                <groupId>sojo</groupId>
903
                <artifactId>sojo-optional</artifactId>
904
                <version>0.5.0</version>
905
            </dependency>
906
            <dependency>
907
                <groupId>net.sf.json-lib</groupId>
908
                <artifactId>json-lib</artifactId>
909
                <version>2.4</version>
910
                <classifier>jdk15</classifier>
911
            </dependency>
912
            <dependency>
913
                <groupId>org.devlib.schmidt</groupId>
914
                <artifactId>imageinfo</artifactId>
915
                <version>1.7</version>
916
            </dependency>
917
            <dependency>
918
                <groupId>org.apache.poi</groupId>
919
                <artifactId>poi</artifactId>
920
                <version>3.6</version>
921
            </dependency>
922
            <dependency>
923
                <groupId>org.apache.sanselan</groupId>
924
                <artifactId>sanselan</artifactId>
925
                <version>0.97-incubator</version>
926
            </dependency>
927
            <!-- joda-time -->
928
            <dependency>
929
                <groupId>joda-time</groupId>
930
                <artifactId>joda-time</artifactId>
931
                <version>1.5</version>
932
            </dependency>
933
            <dependency>
934
                <groupId>joda-time</groupId>
935
                <artifactId>joda-time-hibernate</artifactId>
936
                <version>1.0</version>
937
                <exclusions>
938
                    <exclusion>
939
                        <artifactId>ehcache</artifactId>
940
                        <groupId>ehcache</groupId>
941
                    </exclusion>
942
                    <exclusion>
943
                        <groupId>cglib</groupId>
944
                        <artifactId>cglib-full</artifactId>
945
                    </exclusion>
946
                    <exclusion>
947
                        <groupId>org.hibernate</groupId>
948
                        <artifactId>hibernate</artifactId>
949
                    </exclusion>
950
                    <exclusion>
951
                        <groupId>hibernate</groupId>
952
                        <artifactId>hibernate</artifactId>
953
                    </exclusion>
954
                </exclusions>
955
            </dependency>
956
            <dependency>
957
                <groupId>org.apache.lucene</groupId>
958
                <artifactId>lucene-core</artifactId>
959
                <version>${lucene.version}</version>
960
            </dependency>
961
            <dependency>
962
                <groupId>org.apache.lucene</groupId>
963
                <artifactId>lucene-spellchecker</artifactId>
964
                <version>${lucene.version}</version>
965
            </dependency>
966
            <dependency>
967
               <groupId>org.apache.lucene</groupId>
968
               <artifactId>lucene-highlighter</artifactId>
969
               <version>${lucene.version}</version>
970
            </dependency>
971
            <dependency>
972
                <groupId>org.springmodules</groupId>
973
                <artifactId>spring-modules-lucene</artifactId>
974
                <version>0.8a</version>
975
                <exclusions>
976
                    <exclusion>
977
                        <groupId>org.apache</groupId>
978
                        <artifactId>poi</artifactId>
979
                    </exclusion>
980
                    <exclusion>
981
                        <groupId>org.apache</groupId>
982
                        <artifactId>poi-scratchpad</artifactId>
983
                    </exclusion>
984
                    <exclusion>
985
                        <groupId>org.springframework</groupId>
986
                        <artifactId>spring-dao</artifactId>
987
                    </exclusion>
988
                    <exclusion>
989
                        <groupId>org.springframework</groupId>
990
                        <artifactId>spring-jca</artifactId>
991
                    </exclusion>
992
                    <exclusion>
993
                        <groupId>org.springframework</groupId>
994
                        <artifactId>spring-support</artifactId>
995
                    </exclusion>
996
                    <exclusion>
997
                        <groupId>org.springframework</groupId>
998
                        <artifactId>spring-beans</artifactId>
999
                    </exclusion>
1000
                    <exclusion>
1001
                        <groupId>org.springframework</groupId>
1002
                        <artifactId>spring-aop</artifactId>
1003
                    </exclusion>
1004
                    <exclusion>
1005
                        <groupId>org.springframework</groupId>
1006
                        <artifactId>spring-context</artifactId>
1007
                    </exclusion>
1008
                    <exclusion>
1009
                        <groupId>org.springframework</groupId>
1010
                        <artifactId>spring-core</artifactId>
1011
                    </exclusion>
1012
                    <exclusion>
1013
                        <groupId>org.springframework</groupId>
1014
                        <artifactId>spring-jdbc</artifactId>
1015
                    </exclusion>
1016
                </exclusions>
1017
            </dependency>
1018
            <dependency>
1019
                <groupId>com.ibm.lsid</groupId>
1020
                <artifactId>lsid-client</artifactId>
1021
                <version>1.1.2</version>
1022
            </dependency>
1023
            <dependency>
1024
                <groupId>com.ibm.lsid</groupId>
1025
                <artifactId>lsid-server</artifactId>
1026
                <version>1.1.2</version>
1027
            </dependency>
1028
            <dependency>
1029
                <groupId>wsdl4j</groupId>
1030
                <artifactId>wsdl4j</artifactId>
1031
                <version>1.6.1</version>
1032
            </dependency>
1033
            <dependency>
1034
                <groupId>net.sf.dozer</groupId>
1035
                <artifactId>dozer</artifactId>
1036
                <version>5.3.0</version>
1037
            </dependency>
1038
            <!-- ******* XML ******* -->
1039
            <dependency>
1040
                <groupId>xml-apis</groupId>
1041
                <artifactId>xml-apis</artifactId>
1042
                <version>2.0.2</version>
1043
            </dependency>
1044
            <dependency>
1045
                <groupId>xerces</groupId>
1046
                <artifactId>xercesImpl</artifactId>
1047
                <version>2.7.1</version>
1048
            </dependency>
1049
            <dependency>
1050
                <groupId>jaxen</groupId>
1051
                <artifactId>jaxen</artifactId>
1052
                <version>1.1</version>
1053
            </dependency>
1054
            <dependency>
1055
                <groupId>jdom</groupId>
1056
                <artifactId>jdom</artifactId>
1057
                <version>1.0</version>
1058
            </dependency>
1059
            <dependency>
1060
                <groupId>com.thoughtworks.xstream</groupId>
1061
                <artifactId>xstream</artifactId>
1062
                <version>1.3.1</version>
1063
            </dependency>
1064
            <dependency>
1065
                <groupId>xpp3</groupId>
1066
                <artifactId>xpp3</artifactId>
1067
                <version>1.1.3.3</version>
1068
            </dependency>
1069
            <dependency>
1070
                <groupId>stax</groupId>
1071
                <artifactId>stax</artifactId>
1072
                <version>1.2.0</version>
1073
            </dependency>
1074
            <!-- ******* HIBERNATE / EJB3 ******* -->
1075
            <dependency>
1076
                <groupId>javax.persistence</groupId>
1077
                <artifactId>persistence-api</artifactId>
1078
                <version>1.0</version>
1079
            </dependency>
1080
			<dependency>
1081
                <groupId>org.hibernate</groupId>
1082
                <artifactId>hibernate-annotations</artifactId>
1083
				<version>${hibernate.version}</version>
1084
            </dependency>
1085
            <dependency>
1086
                <groupId>org.hibernate</groupId>
1087
                <artifactId>hibernate-commons-annotations</artifactId>
1088
				<version>${hibernate.version}</version>
1089
            </dependency>
1090
            <dependency>
1091
                <groupId>org.hibernate</groupId>
1092
                <artifactId>hibernate-core</artifactId>
1093
				<version>${hibernate.version}</version>
1094
            </dependency>
1095
            <dependency>
1096
                <groupId>org.hibernate</groupId>
1097
                <artifactId>hibernate-search</artifactId>
1098
                <version>3.1.0.GA</version>
1099
                <exclusions>
1100
                    <exclusion>
1101
                        <groupId>org.apache.lucene</groupId>
1102
                        <artifactId>lucene-core</artifactId>
1103
                    </exclusion>
1104
                </exclusions>
1105
            </dependency>
1106
            <dependency>
1107
                <groupId>org.hibernate</groupId>
1108
                <artifactId>hibernate-entitymanager</artifactId>
1109
				<version>${hibernate.version}</version>
1110
            </dependency>
1111
            <dependency>
1112
                <groupId>org.hibernate</groupId>
1113
                <artifactId>hibernate-envers</artifactId>
1114
				<version>${hibernate.version}</version>
1115
            </dependency>
1116
            <dependency>
1117
                <groupId>javassist</groupId>
1118
                <artifactId>javassist</artifactId>
1119
                <version>3.4.GA</version>
1120
            </dependency>
1121
            <dependency>
1122
                <groupId>org.hibernate</groupId>
1123
                <artifactId>hibernate-cglib-repack</artifactId>
1124
                <version>2.1_3</version>
1125
            </dependency>
1126
            <dependency>
1127
                <groupId>org.hibernate</groupId>
1128
                <artifactId>hibernate-ehcache</artifactId>
1129
				<version>${hibernate.version}</version>
1130
            </dependency>
1131
            <dependency>
1132
                <groupId>org.hibernate</groupId>
1133
                <artifactId>hibernate-parent</artifactId>
1134
				<version>${hibernate.version}</version>
1135
            </dependency>
1136
            <dependency>
1137
                <groupId>org.hibernate</groupId>
1138
                <artifactId>hibernate-c3p0</artifactId>
1139
                <version>${hibernate.version}</version>
1140
            </dependency>
1141
            <!-- ******* SPRING ******* -->
1142
            <dependency>
1143
                <groupId>org.springframework</groupId>
1144
                <artifactId>org.springframework.core</artifactId>
1145
                <version>${spring.version}</version>
1146
            </dependency>
1147
            <dependency>
1148
                <groupId>org.springframework</groupId>
1149
                <artifactId>org.springframework.context</artifactId>
1150
                <version>${spring.version}</version>
1151
            </dependency>
1152
            <dependency>
1153
                <groupId>org.springframework</groupId>
1154
                <artifactId>org.springframework.beans</artifactId>
1155
                <version>${spring.version}</version>
1156
            </dependency>
1157
            <dependency>
1158
                <groupId>org.springframework</groupId>
1159
                <artifactId>org.springframework.orm</artifactId>
1160
                <version>${spring.version}</version>
1161
            </dependency>
1162
            <dependency>
1163
                <groupId>org.springframework</groupId>
1164
                <artifactId>org.springframework.jdbc</artifactId>
1165
                <version>${spring.version}</version>
1166
            </dependency>
1167
            <dependency>
1168
                <groupId>org.springframework</groupId>
1169
                <artifactId>org.springframework.test</artifactId>
1170
                <version>${spring.version}</version>
1171
            </dependency>
1172
            <dependency>
1173
                <groupId>org.springframework</groupId>
1174
                <artifactId>org.springframework.web.servlet</artifactId>
1175
                <version>${spring.version}</version>
1176
            </dependency>
1177
            <dependency>
1178
                <groupId>org.springframework</groupId>
1179
                <artifactId>org.springframework.web</artifactId>
1180
                <version>${spring.version}</version>
1181
            </dependency>
1182
            <dependency>
1183
                <groupId>org.springframework</groupId>
1184
                <artifactId>org.springframework.aop</artifactId>
1185
                <version>${spring.version}</version>
1186
            </dependency>
1187
            <dependency>
1188
                <groupId>org.springframework</groupId>
1189
                <artifactId>org.springframework.aspects</artifactId>
1190
                <version>${spring.version}</version>
1191
            </dependency>
1192
            <dependency>
1193
                <groupId>org.springframework</groupId>
1194
                <artifactId>org.springframework.expression</artifactId>
1195
                <version>${spring.version}</version>
1196
            </dependency>
1197
            <dependency>
1198
                <groupId>org.springframework</groupId>
1199
                <artifactId>org.springframework.agent</artifactId>
1200
                <version>${spring.version}</version>
1201
            </dependency>
1202
            <dependency>
1203
                <groupId>org.springframework</groupId>
1204
                <artifactId>org.springframework.context.support</artifactId>
1205
                <version>${spring.version}</version>
1206
            </dependency>
1207
            <dependency>
1208
                <groupId>org.springframework</groupId>
1209
                <artifactId>org.springframework.oxm</artifactId>
1210
                <version>${spring.version}</version>
1211
            </dependency>
1212
            <dependency>
1213
                <groupId>org.springframework.security</groupId>
1214
                <artifactId>spring-security-core</artifactId>
1215
                <version>3.0.5.RELEASE</version>
1216
                <exclusions>
1217
                  <exclusion>
1218
                    <groupId>org.springframework</groupId>
1219
                    <artifactId>spring-expression</artifactId>
1220
                  </exclusion>
1221
                  <exclusion>
1222
                    <groupId>org.springframework</groupId>
1223
                    <artifactId>spring-beans</artifactId>
1224
                  </exclusion>
1225
                    <exclusion>
1226
                        <groupId>org.springframework</groupId>
1227
                        <artifactId>spring-context</artifactId>
1228
                    </exclusion>
1229
                    <exclusion>
1230
                        <groupId>org.springframework</groupId>
1231
                        <artifactId>spring-core</artifactId>
1232
                    </exclusion>
1233
                    <exclusion>
1234
                        <groupId>org.springframework</groupId>
1235
                        <artifactId>spring-orm</artifactId>
1236
                    </exclusion>
1237
                    <exclusion>
1238
                        <groupId>org.springframework</groupId>
1239
                        <artifactId>spring-aop</artifactId>
1240
                    </exclusion>
1241
                    <exclusion>
1242
                        <groupId>org.springframework</groupId>
1243
                        <artifactId>spring-support</artifactId>
1244
                    </exclusion>
1245
                </exclusions>
1246
            </dependency>
1247
            <dependency>
1248
                <groupId>org.springframework.security</groupId>
1249
                <artifactId>spring-security-context</artifactId>
1250
                <version>3.0.5.RELEASE</version>
1251
            </dependency>
1252
            <!-- ******* SERVLET/JSP/JSF ******* -->
1253
            <dependency>
1254
                <groupId>javax.servlet</groupId>
1255
                <artifactId>servlet-api</artifactId>
1256
                <version>2.5</version>
1257
            </dependency>
1258
            <!-- ******* DATABASES DRIVER ******* -->
1259
            <dependency>
1260
                <!-- SQL Server and Sybase -->
1261
                <groupId>net.sourceforge.jtds</groupId>
1262
                <artifactId>jtds</artifactId>
1263
                <version>1.2.2</version>
1264
            </dependency>
1265
            <dependency>
1266
                <groupId>mysql</groupId>
1267
                <artifactId>mysql-connector-java</artifactId>
1268
                <version>5.0.5</version>
1269
            </dependency>
1270
            <dependency>
1271
                <groupId>postgresql</groupId>
1272
                <artifactId>postgresql</artifactId>
1273
                <!--version>8.2-504.jdbc4</version-->
1274
				<version>9.1-901.jdbc4</version>
1275
            </dependency>
1276
            <dependency>
1277
                <groupId>hsqldb</groupId>
1278
                <artifactId>hsqldb</artifactId>
1279
                <version>${hsqldb.version}</version>
1280
            </dependency>
1281
            <!--for sqlserver2008 and sqlserver2005-->
1282
            <dependency>
1283
                <groupId>com.microsoft.sqlserver</groupId>
1284
                <artifactId>jdbc4</artifactId>
1285
                <version>2.0</version>
1286
            </dependency>
1287
            <!-- use SQL Server 2005 driver instead (com.microsoft.sqlserver/jdbc)
1288
        <dependency>
1289
            <groupId>com.microsoft.jdbcdriver</groupId>
1290
            <artifactId>mssqlserver</artifactId>
1291
            <version>2000.3</version>
1292
        </dependency>
1293
        <dependency>
1294
            <groupId>com.microsoft.jdbcdriver</groupId>
1295
            <artifactId>msutil</artifactId>
1296
            <version>2000.3</version>
1297
        </dependency>
1298
        <dependency>
1299
            <groupId>com.microsoft.jdbcdriver</groupId>
1300
            <artifactId>msbase</artifactId>
1301
            <version>2000.3</version>
1302
        </dependency>
1303
-->
1304
            <dependency>
1305
                <groupId>oracle</groupId>
1306
                <artifactId>ojdbc14</artifactId>
1307
                <version>10.2.0.2</version>
1308
            </dependency>
1309
            <!--dependency>
1310
                <groupId>oracle</groupId>
1311
                <artifactId>ojdbc14</artifactId>
1312
                <version>9i</version>
1313
            </dependency>
1314
            <dependency>
1315
                <groupId>oracle</groupId>
1316
                <artifactId>ojdbc14</artifactId>
1317
                <version>9.2.0.5</version>
1318
            </dependency-->
1319
            <dependency>
1320
                <groupId>com.h2database</groupId>
1321
                <artifactId>h2</artifactId>
1322
                <version>1.1.115</version>
1323
            </dependency>
1324
            <!-- yourkit profiler api controller (used in ..)-->
1325
            <dependency>
1326
                <groupId>com.yourkit</groupId>
1327
                <artifactId>yjp-controller-api-redist</artifactId>
1328
                <version>8.0.1</version>
1329
            </dependency>
1330
            <!-- For Validation -->
1331
            <dependency>
1332
                <groupId>javax.validation</groupId>
1333
                <artifactId>validation-api</artifactId>
1334
                <version>1.0.CR5</version>
1335
            </dependency>
1336
            <dependency>
1337
                <groupId>org.hibernate</groupId>
1338
                <artifactId>hibernate-validator</artifactId>
1339
                <version>4.0.0.CR1</version>
1340
            </dependency>
1341
            <dependency>
1342
              <groupId>p6spy</groupId>
1343
              <artifactId>p6spy</artifactId>
1344
              <version>1.3</version>
1345
          </dependency>
1346
     	<!--  for ikey-plus  -->
1347
        <dependency>
1348
            <groupId>identificationKeyAPI</groupId>
1349
            <artifactId>identificationKeyAPI</artifactId>
1350
            <version>1.0-SNAPSHOT</version>
1351
        </dependency>
1352
      	 <dependency>
1353
            <groupId>com.itextpdf</groupId>
1354
            <artifactId>itextpdf</artifactId>
1355
            <version>5.0.2</version>
1356
            <scope>compile</scope>
1357
          </dependency>
1358
	<!-- Vaadin -->
1359
          <dependency>
1360
            <groupId>com.vaadin</groupId>
1361
            <artifactId>vaadin-server</artifactId>
1362
            <version>${vaadin.version}</version>
1363
          </dependency>
1364
	  <dependency>
1365
            <groupId>com.vaadin</groupId>
1366
            <artifactId>vaadin-shared</artifactId>
1367
            <version>${vaadin.version}</version>
1368
          </dependency>
1369
          <dependency>
1370
            <groupId>com.vaadin</groupId>
1371
            <artifactId>vaadin-client-compiled</artifactId>
1372
            <version>${vaadin.version}</version>
1373
          </dependency>
1374
          <dependency>
1375
            <groupId>com.vaadin</groupId>
1376
            <artifactId>vaadin-client</artifactId>
1377
            <scope>provided</scope>
1378
            <version>${vaadin.version}</version>
1379
          </dependency>
1380
          <dependency>
1381
            <groupId>com.vaadin</groupId>
1382
            <artifactId>vaadin-themes</artifactId>
1383
            <version>${vaadin.version}</version>
1384
          </dependency>
1385
          <dependency>
1386
            <groupId>com.vaadin</groupId>
1387
            <artifactId>vaadin-client-compiler</artifactId>
1388
	    <version>${vaadin.version}</version>
1389
         </dependency>
1390
          <dependency>
1391
            <groupId>ru.xpoft.vaadin</groupId>
1392
            <artifactId>spring-vaadin-integration</artifactId>
1393
            <version>1.8</version>
1394
          </dependency>
1395
	</dependencies>
1396
    </dependencyManagement>
1397
</project>
(5-5/5)