Project

General

Profile

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