Project

General

Profile

Download (52.8 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
		<java.codelevel>1.6</java.codelevel>
25
        <spring.version>3.2.1.RELEASE</spring.version>
26
        <spring-security.version>3.0.7.RELEASE</spring-security.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
		<httpcomponents.version>4.2.3</httpcomponents.version>
33
    </properties>
34
    <scm>
35
        <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/</connection>
36
        <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/</developerConnection>
37
        <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib</url>
38
    </scm>
39
    <mailingLists>
40
        <mailingList>
41
            <name>dev-edit</name>
42
            <subscribe>
43
                https://listes.mnhn.fr/wwsympa.fcgi/suboptions/dev-edit
44
            </subscribe>
45
            <unsubscribe>
46
                https://listes.mnhn.fr/wwsympa.fcgi/signoff/dev-edit
47
            </unsubscribe>
48
            <post>dev-edit@mnhn.fr</post>
49
            <archive>https://listes.mnhn.fr/wwsympa.fcgi/arc/dev-edit</archive>
50
        </mailingList>
51
        <mailingList>
52
            <name>cdm-edit</name>
53
            <post>cdm-edit@mnhn.fr</post>
54
            <subscribe>
55
                https://listes.mnhn.fr/wwsympa.fcgi/suboptions/cdm-edit
56
            </subscribe>
57
            <unsubscribe>
58
                https://listes.mnhn.fr/wwsympa.fcgi/signoff/cdm-edit
59
            </unsubscribe>
60
            <archive>https://listes.mnhn.fr/wwsympa.fcgi/arc/cdm-edit</archive>
61
        </mailingList>
62
    </mailingLists>
63
    <licenses>
64
        <license>
65
            <name>Mozilla Public License Version 1.1</name>
66
            <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
67
            <distribution>repo</distribution>
68
        </license>
69
    </licenses>
70
    <organization>
71
        <name>EDIT</name>
72
        <url>http://www.e-taxonomy.eu/</url>
73
    </organization>
74
    <developers>
75
        <developer>
76
            <!-- your SVN account id please! -->
77
            <id>ben.clark</id>
78
            <name>
79
                Ben Clark
80
            </name>
81
            <email>b.clark [at] kew.org</email>
82
            <organization>
83
                Royal Botanic Gardens, Kew
84
            </organization>
85
            <organizationUrl>http://www.kew.org/computing/</organizationUrl>
86
            <timezone>0</timezone>
87
            <roles>
88
                <role>Architect</role>
89
                <role>Java Developer</role>
90
            </roles>
91
            <url />
92
        </developer>
93
        <developer>
94
            <!-- your SVN account id please! -->
95
            <id>a.kohlbecker</id>
96
            <name>
97
                Andreas Kohlbecker
98
            </name>
99
            <email>a.kohlbecker [at] bgbm.org</email>
100
            <organization>
101
                Botanical Garden Botanical Museum Berlin
102
            </organization>
103
            <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
104
            <timezone>+1</timezone>
105
            <roles>
106
                <role>Java Developer</role>
107
            </roles>
108
            <url />
109
        </developer>
110
        <developer>
111
            <!-- your SVN account id please! -->
112
            <id>k.luther</id>
113
            <name>
114
                Katja Luther
115
            </name>
116
            <email>k.luther [at] bgbm.org</email>
117
            <organization>
118
                Botanical Garden Botanical Museum Berlin
119
            </organization>
120
            <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
121
            <timezone>+1</timezone>
122
            <roles>
123
                <role>Java Developer</role>
124
            </roles>
125
            <url />
126
        </developer>
127
        <developer>
128
            <!-- your SVN account id please! -->
129
            <id>a.mueller</id>
130
            <name>
131
                Andreas Müller
132
            </name>
133
            <email>a.mueller [at] bgbm.org</email>
134
            <organization>
135
                Botanical Garden Botanical Museum Berlin
136
            </organization>
137
            <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
138
            <timezone>+1</timezone>
139
            <roles>
140
                <role>Architect</role>
141
                <role>Java Developer</role>
142
                <role>Release Manager</role>
143
            </roles>
144
            <url />
145
        </developer>
146
    </developers>
147
    <!--contributors>
148
        <contributor>
149
            <name>Test-Contributor</name>
150
        </contributor>
151
    </contributors-->
152
    <issueManagement>
153
        <system>Trac</system>
154
        <url>http://dev.e-taxonomy.eu/trac/</url>
155
    </issueManagement>
156
    <ciManagement>
157
        <system>Hudson</system>
158
        <url>http://160.45.63.201/hudson</url>
159
    </ciManagement>
160
    <!-- **** REPOSITORIES **** -->
161
    <repositories>
162
        <!-- sun repository -->
163
        <repository>
164
            <id>java.net</id>
165
            <url>http://download.java.net/maven/1/</url>
166
        </repository>
167
        <!-- the cdm internal repository -->
168
        <repository>
169
            <id>EditRepository</id>
170
            <url>http://wp5.e-taxonomy.eu/mavenrepo/</url>
171
        </repository>
172
        <!-- apache incubating repository -->
173
        <repository>
174
            <id>ApacheIncubating</id>
175
            <url>http://people.apache.org/repo/m2-incubating-repository/</url>
176
        </repository>
177
        <!-- Neccessary for hibernate-envers -->
178
        <repository>
179
            <releases>
180
                <enabled>true</enabled>
181
                <updatePolicy>always</updatePolicy>
182
                <checksumPolicy>warn</checksumPolicy>
183
            </releases>
184
            <snapshots>
185
                <enabled>false</enabled>
186
                <updatePolicy>never</updatePolicy>
187
                <checksumPolicy>fail</checksumPolicy>
188
            </snapshots>
189
            <id>jboss-repository</id>
190
            <name>JBoss Repository</name>
191
            <url>http://repository.jboss.com</url>
192
        </repository>
193
        <!-- codehaus mule repository needed for yourkit  -->
194
        <repository>
195
            <id>CodehausMuleRepository</id>
196
            <url>http://dist.codehaus.org/mule/dependencies/maven2/</url>
197
        </repository>
198
        <!-- current spring source repositories -->
199
        <repository>
200
            <id>SpringSource Enterprise Bundle Repository - External Bundle Milestones</id>
201
            <url>http://repository.springsource.com/maven/bundles/milestone</url>
202
        </repository>
203
        <repository>
204
            <id>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</id>
205
            <url>http://repository.springsource.com/maven/bundles/release</url>
206
        </repository>
207
        <repository>
208
            <id>SpringSource Enterprise Bundle Repository - External Bundle Releases</id>
209
            <url>http://repository.springsource.com/maven/bundles/external</url>
210
        </repository>
211
	    <!-- for ikey-plus -->
212
		<repository>
213
        	<id>itextpdf.com</id>
214
            <name>Maven Repository for iText</name>
215
            <url>http://maven.itextpdf.com/</url>
216
        </repository>
217
    </repositories>
218
    <!-- **** PLUGINS **** -->
219
    <build>
220
        <plugins>
221
            <plugin>
222
                <groupId>org.apache.maven.plugins</groupId>
223
                <artifactId>maven-compiler-plugin</artifactId>
224
                <configuration>
225
                    <source>${java.codelevel}</source>
226
                    <target>${java.codelevel}</target>
227
                    <encoding>UTF-8</encoding>
228
                </configuration>
229
                <version>2.3.2</version>
230
            </plugin>
231
            <plugin>
232
                <groupId>org.apache.maven.plugins</groupId>
233
                <artifactId>maven-surefire-plugin</artifactId>
234
                <configuration>
235
                    <argLine>-Xmx600M</argLine>
236
                    <runOrder>alphabetical</runOrder>
237
					<includes>
238
                        <include>**/*Test.java</include>
239
                    </includes>
240
                </configuration>
241
                <version>2.12</version>
242
            </plugin>
243
            <plugin>
244
                <groupId>org.codehaus.mojo</groupId>
245
                <artifactId>buildnumber-maven-plugin</artifactId>
246
                <version>1.0-beta-3</version>
247
                <executions>
248
                    <execution>
249
                        <!--<phase>deploy</phase>-->
250
                        <goals>
251
                            <goal>create</goal>
252
                        </goals>
253
                    </execution>
254
                </executions>
255
                <configuration>
256
                    <doCheck>false</doCheck>
257
                    <!-- Only create the build number if there are no local modifications -->
258
                    <doUpdate>false</doUpdate>
259
                    <!-- automatically update the local svn copy -->
260
                </configuration>
261
            </plugin>
262
            <plugin>
263
                <groupId>org.apache.maven.plugins</groupId>
264
                <artifactId>maven-site-plugin</artifactId>
265
                <version>3.0</version>
266
                <configuration>
267
                    <locales>en</locales>
268
		    <outputEncoding>UTF-8</outputEncoding>
269
                </configuration>
270
            </plugin>
271
            <plugin>
272
                <groupId>org.apache.maven.plugins</groupId>
273
                <artifactId>maven-source-plugin</artifactId>
274
                <version>2.1.2</version>
275
                <executions>
276
                    <execution>
277
                        <id>attach-sources</id>
278
                        <phase>verify</phase>
279
                        <goals>
280
                            <goal>jar</goal>
281
                        </goals>
282
                    </execution>
283
                </executions>
284
            </plugin>
285
            <plugin>
286
                <groupId>org.apache.maven.plugins</groupId>
287
                <artifactId>maven-javadoc-plugin</artifactId>
288
                <version>2.7</version>
289
                <configuration>
290
                    <stylesheet>maven</stylesheet>
291
                    <quiet>true</quiet>
292
                    <detectLinks>true</detectLinks>
293
                    <failOnError>false</failOnError>
294
                </configuration>
295
                <executions>
296
                    <execution>
297
                        <id>aggregate</id>
298
                        <goals>
299
                            <goal>aggregate</goal>
300
                        </goals>
301
                        <phase>site</phase>
302
                    </execution>
303
                </executions>
304
            </plugin>
305
            <plugin>
306
                <groupId>org.apache.maven.plugins</groupId>
307
                <artifactId>maven-eclipse-plugin</artifactId>
308
                <version>2.9</version>
309
                <configuration>
310
                    <downloadSources>true</downloadSources>
311
                    <downloadJavadocs>true</downloadJavadocs>
312
                </configuration>
313
            </plugin>
314
            <plugin>
315
                <groupId>com.agilejava.docbkx</groupId>
316
                <artifactId>docbkx-maven-plugin</artifactId>
317
                <version>2.0.9</version>
318
                <executions>
319
                    <execution>
320
                        <goals>
321
                            <goal>generate-html</goal>
322
                            <goal>generate-pdf</goal>
323
                        </goals>
324
                        <phase>pre-site</phase>
325
                    </execution>
326
                </executions>
327
                <dependencies>
328
                    <dependency>
329
                        <groupId>org.docbook</groupId>
330
                        <artifactId>docbook-xml</artifactId>
331
                        <version>4.4</version>
332
                        <scope>runtime</scope>
333
                    </dependency>
334
                </dependencies>
335
                <configuration>
336
                    <includes>ReferenceDocumentation.xml</includes>
337
                    <chunkedOutput>true</chunkedOutput>
338
                    <htmlStylesheet>resources/css/html.css</htmlStylesheet>
339
                    <xincludeSupported>true</xincludeSupported>
340
                    <!--<htmlCustomization>src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization>-->
341
                    <!-- if anyone can get the xsl-fo customization to work properly, then by all
342
                        means use it
343
                        <foCustomization>src/docbkx/resources/xsl/fopdf.xsl</foCustomization>
344
                    -->
345
                    <entities>
346
                        <entity>
347
                            <name>version</name>
348
                            <value>${project.version}</value>
349
                        </entity>
350
                    </entities>
351
                    <!--We want the final documentation and the required resources to end up in
352
              the right place-->
353
                    <postProcess>
354
                        <copy todir="target/site/reference">
355
                            <fileset dir="target/docbkx">
356
                                <include name="**/*.html" />
357
                                <include name="**/*.pdf" />
358
                            </fileset>
359
                        </copy>
360
                        <copy todir="target/site/reference/html">
361
                            <fileset dir="src/docbkx">
362
                                <include name="**/*.css" />
363
                                <include name="**/*.png" />
364
                                <include name="**/*.gif" />
365
                                <include name="**/*.jpg" />
366
                            </fileset>
367
                        </copy>
368
                    </postProcess>
369
                </configuration>
370
            </plugin>
371
            <plugin>
372
                <groupId>org.codehaus.mojo</groupId>
373
                <artifactId>wagon-maven-plugin</artifactId>
374
                <version>1.0-beta-3</version>
375
                <configuration>
376
                    <fromDir>${project.build.directory}/docbkx/</fromDir>
377
                    <includes>**/*</includes>
378
                    <excludes />
379
                    <url>scpexe://wp5.e-taxonomy.eu</url>
380
                    <serverId>wp5.e-taxonomy.eu</serverId>
381
                    <toDir>var/www/wp5.e-taxonomy.eu/cdmlib/reference/${project.version}</toDir>
382
                </configuration>
383
                <executions>
384
                    <execution>
385
                        <id>upload-reference-documentation</id>
386
                        <phase>site-deploy</phase>
387
                        <goals>
388
                            <goal>upload</goal>
389
                        </goals>
390
                    </execution>
391
                </executions>
392
            </plugin>
393
      <plugin>
394
        <groupId>org.apache.maven.plugins</groupId>
395
        <artifactId>maven-release-plugin</artifactId>
396
        <version>2.1</version>
397
        <configuration>
398
          <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
399
          <autoVersionSubmodules>true</autoVersionSubmodules>
400
          <preparationGoals>clean verify install</preparationGoals>
401
          <goals>deploy</goals><!-- skipping site-deploy by explicitly configuring the goal here -->
402
          <tagBase>http://dev.e-taxonomy.eu/svn/tags/cdmlib</tagBase>
403
        </configuration>
404
      </plugin>
405
        </plugins>
406
        <!--  -->
407
        <extensions>
408
            <extension>
409
                <groupId>org.apache.maven.wagon</groupId>
410
                <artifactId>wagon-scm</artifactId>
411
                <version>1.0-beta-6</version>
412
            </extension>
413
            <extension>
414
                <groupId>org.apache.maven.wagon</groupId>
415
                <artifactId>wagon-ssh</artifactId>
416
                <version>1.0-beta-6</version>
417
            </extension>
418
            <extension>
419
                <groupId>org.apache.maven.wagon</groupId>
420
                <artifactId>wagon-ssh-external</artifactId>
421
                <version>1.0-beta-6</version>
422
            </extension>
423
            <extension>
424
                <groupId>org.apache.maven.scm</groupId>
425
                <artifactId>maven-scm-manager-plexus</artifactId>
426
                <version>1.0</version>
427
            </extension>
428
            <extension>
429
                <groupId>org.apache.maven.scm</groupId>
430
                <artifactId>maven-scm-provider-svnexe</artifactId>
431
                <version>1.0</version>
432
            </extension>
433
            <!-- WebDAV plugin to upload snapshots -->
434
            <extension>
435
                <groupId>org.apache.maven.wagon</groupId>
436
                <artifactId>wagon-webdav</artifactId>
437
                <version>1.0-beta-2</version>
438
            </extension>
439
        </extensions>
440
    </build>
441
    <reporting>
442
        <plugins>
443
            <plugin>
444
                <!-- you will want to start by publishing your classes' Javadocs -->
445
                <groupId>org.apache.maven.plugins</groupId>
446
                <artifactId>maven-javadoc-plugin</artifactId>
447
                <version>2.7</version>
448
                <configuration>
449
                    <detectLinks>true</detectLinks>
450
                </configuration>
451
            </plugin>
452
            <plugin>
453
                <!-- this will generate an indexed and cross-referenced HTML version of your source code -->
454
                <groupId>org.apache.maven.plugins</groupId>
455
                <artifactId>maven-jxr-plugin</artifactId>
456
                <version>2.2</version>
457
            </plugin>
458
            <plugin>
459
                <!-- 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 -->
460
                <groupId>org.codehaus.mojo</groupId>
461
                <artifactId>taglist-maven-plugin</artifactId>
462
                <version>2.4</version>
463
            </plugin>
464
            <plugin>
465
                <!-- 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 -->
466
                <groupId>org.codehaus.mojo</groupId>
467
                <artifactId>cobertura-maven-plugin</artifactId>
468
                <version>2.4</version>
469
                <!--
470
                    <executions>
471
                    <execution>
472
                    <id>clean</id>
473
                    <phase>clean</phase>
474
                    <goals>
475
                    <goal>clean</goal>
476
                    </goals>
477
                    </execution>
478
                    </executions>
479
                -->
480
            </plugin>
481
            <!--
482
            <plugin>
483
                <groupId>org.apache.maven.plugins</groupId>
484
                <artifactId>maven-project-info-reports-plugin</artifactId>
485
                <reportSets>
486
                    <reportSet>
487
                        <reports>
488
                            <report>dependencies</report>
489
                            <report>project-team</report>
490
                            <report>mailing-list</report>
491
                            <report>cim</report>
492
                            <report>issue-tracking</report>
493
                            <report>license</report>
494
                            <report>scm</report>
495
                        </reports>
496
                    </reportSet>
497
                </reportSets>
498
            </plugin>   -->
499
            <!-- The changes-maven-plugin plug-in uses a special XML file (src/changes/changes.xml) to track releases and changes in each release -->
500
            <plugin>
501
                <groupId>org.apache.maven.plugins</groupId>
502
                <artifactId>maven-changes-plugin</artifactId>
503
                <version>2.3</version>
504
                <configuration>
505
                    <issueLinkTemplatePerSystem>
506
                        <default>%URL%/ticket/%ISSUE%</default>
507
                    </issueLinkTemplatePerSystem>
508
                </configuration>
509
                <reportSets>
510
                    <reportSet>
511
                        <reports>
512
                            <report>changes-report</report>
513
                        </reports>
514
                    </reportSet>
515
                </reportSets>
516
            </plugin>
517
            <!--
518
            <plugin>
519
                <artifactId>maven-surefire-plugin</artifactId>
520
            </plugin>
521
            -->
522
            <!-- The changelog plug-in generates a nice report describing which files have been changed and by whom -->
523
            <!--
524
            <plugin>
525
                <groupId>org.codehaus.mojo</groupId>
526
                <artifactId>changelog-maven-plugin</artifactId>
527
            </plugin>
528
            -->
529
        </plugins>
530

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