Project

General

Profile

Download (29.3 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
<project xmlns="http://maven.apache.org/POM/4.0.0"
5
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
7
	<modelVersion>4.0.0</modelVersion>
8
	<groupId>eu.etaxonomy</groupId>
9
	<artifactId>cdmlib-parent</artifactId>
10
	<version>2.1</version>
11

    
12
	<name>CDM Library</name>
13
	<description>The CDM Library implementation for EDIT's internet platform for cybertaxonomy</description>
14
	<url>http://wp5.e-taxonomy.eu/cdmlib/site/</url>
15
	<packaging>pom</packaging>
16
	<modules>
17
		<module>cdmlib-commons</module>
18
		<module>cdmlib-model</module>
19
		<module>cdmlib-persistence</module>
20
		<module>cdmlib-services</module>
21
		<module>cdmlib-ext</module>
22
		<module>cdmlib-remote</module>
23
		<module>cdmlib-io</module>
24
	</modules>
25
  
26
  <properties>
27
    <spring.version>2.5.6</spring.version>
28
  </properties>
29

    
30
		
31
	<mailingLists>
32
		<mailingList>
33
			<name>dev-edit</name>
34
			<subscribe>
35
				https://webmail.mnhn.fr/wws/subrequest/dev-edit
36
			</subscribe>
37
			<unsubscribe>
38
				https://webmail.mnhn.fr/wws/sigrequest/dev-edit
39
			</unsubscribe>
40
			<post>dev-edit@mnhn.fr</post>
41
			<archive>https://webmail.mnhn.fr/wws/arc/dev-edit/</archive>
42
		</mailingList>
43
		<mailingList>
44
			<name>cdm-edit</name>
45
			<post>cdm-edit@mnhn.fr</post>
46
			<subscribe>
47
				https://webmail.mnhn.fr/wws/subrequest/cdm-edit
48
			</subscribe>
49
			<unsubscribe>
50
				https://webmail.mnhn.fr/wws/sigrequest/cdm-edit
51
			</unsubscribe>
52
			<archive>https://webmail.mnhn.fr/wws/arc/cdm-edit/</archive>
53
		</mailingList>
54
	</mailingLists>
55
	<licenses>
56
		<license>
57
			<name>Mozilla Public License Version 1.1</name>
58
			<url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
59
			<distribution>repo</distribution>
60
		</license>
61
	</licenses>
62
	<developers>
63
		<developer>
64
			<!-- your SVN account id please! -->
65
			<id>m.doering</id>
66
			<email>m.doering [at] bgbm.org</email>
67
			<organization>
68
				Botanical Garden Botanical Museum Berlin
69
			</organization>
70
			<organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
71
			<timezone>+1</timezone>
72
			<url>http://www.bgbm.org/BGBM/staff/Wiss/Doering/</url>
73
		</developer>
74
		<developer>
75
			<!-- your SVN account id please! -->
76
			<id>a.mueller</id>
77
			<name>
78
				Andreas M&uuml;ller
79
			</name>
80
			<email>a.mueller [at] bgbm.org</email>
81
			<organization>
82
				Botanical Garden Botanical Museum Berlin
83
			</organization>
84
			<organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
85
			<timezone>+1</timezone>
86
			<roles>
87
				<role>developer</role>
88
			</roles>
89
			<url></url>
90
		</developer>
91
		<developer>
92
			<!-- your SVN account id please! -->
93
			<id>a.kohlbecker</id>
94
			<name>
95
				Andreas Kohlbecker
96
			</name>
97
			<email>a.kohlbecker [at] bgbm.org</email>
98
			<organization>
99
				Botanical Garden Botanical Museum Berlin
100
			</organization>
101
			<organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
102
			<timezone>+1</timezone>
103
			<roles>
104
				<role>developer</role>
105
			</roles>
106
			<url></url>
107
		</developer>
108
		
109
		<developer>
110
			<!-- your SVN account id please! -->
111
			<id>p.ciardelli</id>
112
			<name>
113
				Pepe Ciardelli
114
			</name>
115
			<email>p.ciardelli [at] bgbm.org</email>
116
			<organization>
117
				Botanical Garden Botanical Museum Berlin
118
			</organization>
119
			<organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
120
			<timezone>+1</timezone>
121
			<roles>
122
				<role>developer</role>
123
			</roles>
124
			<url></url>
125
		</developer>
126
		<developer>
127
			<!-- your SVN account id please! -->
128
			<id>DavidTaylor</id>
129
			<name>
130
				Dave Taylor
131
			</name>
132
			<email>D.Taylor [at] kew.org</email>
133
			<organization>
134
				Royal Botanic Gardens, Kew
135
			</organization>
136
			<organizationUrl>http://www.kew.org/computing/</organizationUrl>
137
			<timezone>+1</timezone>
138
			<roles>
139
				<role>developer</role>
140
			</roles>
141
			<url></url>
142
		</developer>
143
		<developer>
144
			<!-- your SVN account id please! -->
145
			<id>a.babadshanjan</id>
146
			<name>
147
				Anahit Babadshanjan
148
			</name>
149
			<email>A.Babadshanjan [at] bgbm.org</email>
150
			<organization>
151
				Botanic Garden Botanical Museum Berlin
152
			</organization>
153
			<organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
154
			<timezone>+1</timezone>
155
			<roles>
156
				<role>developer</role>
157
			</roles>
158
			<url></url>
159
		</developer>
160
		<developer>
161
			<!-- your SVN account id please! -->
162
			<id>ben.clark</id>
163
			<name>
164
				Ben Clark
165
			</name>
166
			<email>b.clark [at] kew.org</email>
167
			<organization>
168
				Royal Botanic Gardens, Kew
169
			</organization>
170
			<organizationUrl>http://www.kew.org/computing/</organizationUrl>
171
			<timezone>0</timezone>
172
			<roles>
173
				<role>developer</role>
174
			</roles>
175
			<url></url>
176
		</developer>
177
	</developers>
178
	<contributors>
179
		<contributor>
180
			<name>Test-Contributor</name>
181
		</contributor>
182
	</contributors>
183
	<issueManagement>
184
		<system>Trac</system>
185
		<url>http://dev.e-taxonomy.eu/trac/</url>
186
	</issueManagement>
187
	
188
	<!-- **** REPOSITORIES **** -->
189
	<repositories>
190
		<!-- sun repository -->
191
		<repository>
192
			<id>java.net</id>
193
			<url>http://download.java.net/maven/1/</url>
194
			<layout>legacy</layout>
195
		</repository>
196
		<!-- the cdm internal repository -->
197
		<repository>
198
			<id>EditRepository</id>
199
			<url>http://wp5.e-taxonomy.eu/cdmlib/mavenrepo/</url>
200
		</repository>
201
        <!-- apache incubating repository -->
202
		<repository>
203
			<id>ApacheIncubating</id>
204
			<url>http://people.apache.org/repo/m2-incubating-repository/</url>
205
		</repository>
206
		<!-- Neccessary for hibernate-envers -->
207
        <repository>
208
          <releases>
209
          <enabled>true</enabled>
210
          <updatePolicy>always</updatePolicy>
211
          <checksumPolicy>warn</checksumPolicy>
212
        </releases>
213
        <snapshots>
214
          <enabled>false</enabled>
215
          <updatePolicy>never</updatePolicy>
216
          <checksumPolicy>fail</checksumPolicy>
217
        </snapshots>
218
        <id>jboss-repository</id>
219
        <name>JBoss Repository</name>
220
        <url>http://repository.jboss.com/maven2</url>
221
      </repository>
222
	</repositories>
223

    
224
	<!-- **** PLUGINS **** -->
225
	<build>
226
		<plugins>
227
	    	<plugin>
228
		        <artifactId>maven-compiler-plugin</artifactId>
229
		        <configuration>
230
		          <source>1.5</source>
231
		          <target>1.5</target>
232
		        </configuration>
233
		      </plugin>
234
		      <plugin>
235
		        <artifactId>maven-surefire-plugin</artifactId>
236
		        <configuration>
237
		          <includes>
238
		            <include>**/*Test.java</include>
239
		          </includes>
240
	        	<systemProperties>
241
	        		<property>
242
	        			<name>hibernate.connection.driver_class</name>
243
	        			<value>${hibernate.connection.driver_class}</value>
244
	        		</property>
245
	        		<property>
246
	        			<name>hibernate.connection.url</name>
247
	        			<value>${hibernate.connection.url}</value>
248
	        		</property>
249
	        		<property>
250
	        			<name>hibernate.connection.username</name>
251
	        			<value>${hibernate.connection.username}</value>
252
	        		</property>
253
	        		<property>
254
	        			<name>hibernate.connection.password</name>
255
	        			<value>${hibernate.connection.password}</value>
256
	        		</property>
257
	        	</systemProperties>
258
	         </configuration>
259
  	        </plugin>
260
			<plugin>
261
				<groupId>org.apache.maven.plugins</groupId>
262
				<artifactId>maven-site-plugin</artifactId>
263
				<!-- 
264
				Falling back to maven-site-plugin 2.0-beta-5 since
265
                maven-site-plugin 2.0-beta-6 has this problem:
266
				Embedded error: Unrecognised tag: 'site' (position: START_TAG seen <?xml
267
                version="1.0" encoding="ISO-8859-1"?>\r\n<site>... @2:7) -->
268
				<version>2.0-beta-5</version>
269
				<configuration>
270
					<locales>en</locales>
271
				</configuration>
272
			</plugin>
273
		    <plugin>
274
				<groupId>org.apache.maven.plugins</groupId>
275
				<artifactId>maven-source-plugin</artifactId>
276
				<executions>
277
					<execution>
278
						<id>attach-sources</id>
279
						<phase>verify</phase>
280
						<goals>
281
							<goal>jar</goal>
282
						</goals>
283
					</execution>
284
				</executions>
285
			</plugin>
286
			<plugin>
287
				<groupId>org.apache.maven.plugins</groupId>
288
				<artifactId>maven-javadoc-plugin</artifactId>
289
				<configuration>
290
					<aggregate>true</aggregate>
291
					<stylesheet>maven</stylesheet>
292
				</configuration>
293
			</plugin>
294
			<plugin>
295
				<groupId>org.apache.maven.plugins</groupId>
296
				<artifactId>maven-eclipse-plugin</artifactId>
297
				<configuration>
298
					<downloadSources>true</downloadSources>
299
					<downloadJavadocs>true</downloadJavadocs>	
300
				</configuration>
301
			</plugin>
302
		</plugins>
303
		<!--  -->
304
		<extensions>
305
			<extension>
306
				<groupId>org.apache.maven.wagon</groupId>
307
				<artifactId>wagon-scm</artifactId>
308
				<version>1.0-alpha-5</version>
309
			</extension>
310
			<!--
311
				<extension>
312
				<groupId>org.apache.maven.wagon</groupId>
313
				<artifactId>wagon-ssh-external</artifactId>
314
				<version>1.0-alpha-5</version>
315
				</extension>
316
			-->
317
			<extension>
318
				<groupId>org.apache.maven.scm</groupId>
319
				<artifactId>maven-scm-manager-plexus</artifactId>
320
				<version>1.0</version>
321
			</extension>
322
			<extension>
323
				<groupId>org.apache.maven.scm</groupId>
324
				<artifactId>maven-scm-provider-svnexe</artifactId>
325
				<version>1.0</version>
326
			</extension>
327
			<!-- WebDAV plugin to upload snapshots -->
328
			<extension>
329
				<groupId>org.apache.maven.wagon</groupId>
330
				<artifactId>wagon-webdav</artifactId>
331
				<version>1.0-beta-2</version>
332
			</extension>
333
		</extensions>
334
	</build>
335

    
336
	<reporting>
337
		<plugins>
338
			<plugin>
339
				<!-- you will want to start by publishing your classes' Javadocs -->
340
				<groupId>org.apache.maven.plugins</groupId>
341
				<artifactId>maven-javadoc-plugin</artifactId>
342
				<configuration>
343
					<links>
344
						<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
345
						<link>http://static.springframework.org/spring/docs/2.5.x/api/</link>
346
						<link>http://www.hibernate.org/hib_docs/v3/api/</link>						
347
						<!-- more libraries? -->
348
					</links>
349
				</configuration>
350
			</plugin>
351
			<plugin>
352
				<!-- this will generate an indexed and cross-referenced HTML version of your source code -->
353
				<groupId>org.apache.maven.plugins</groupId>
354
				<artifactId>maven-jxr-plugin</artifactId>
355
			</plugin>
356
			<plugin>
357
				<!-- 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 -->
358
				<groupId>org.codehaus.mojo</groupId>
359
				<artifactId>taglist-maven-plugin</artifactId>
360
			</plugin>
361
			<plugin>
362
				<!-- 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 -->
363
				<groupId>org.codehaus.mojo</groupId>
364
				<artifactId>cobertura-maven-plugin</artifactId>
365
				<!--
366
					<executions>
367
					<execution>
368
					<id>clean</id>
369
					<phase>clean</phase>
370
					<goals>
371
					<goal>clean</goal>
372
					</goals>
373
					</execution>
374
					</executions>
375
				-->
376
			</plugin>
377
			<!--			
378
			<plugin>
379
				<groupId>org.apache.maven.plugins</groupId>
380
				<artifactId>maven-project-info-reports-plugin</artifactId>
381
				<reportSets>
382
					<reportSet>
383
						<reports>
384
							<report>dependencies</report>
385
							<report>project-team</report>
386
							<report>mailing-list</report>
387
							<report>cim</report>
388
							<report>issue-tracking</report>
389
							<report>license</report>
390
							<report>scm</report>
391
						</reports>
392
					</reportSet>
393
				</reportSets>
394
			</plugin>	-->		
395
			<!-- The changes-maven-plugin plug-in uses a special XML file (src/changes/changes.xml) to track releases and changes in each release -->
396
			<!-- 
397
			<plugin>
398
				<groupId>org.codehaus.mojo</groupId>
399
				<artifactId>changes-maven-plugin</artifactId>
400
			</plugin>
401
			<plugin>
402
				<artifactId>maven-surefire-plugin</artifactId>
403
			</plugin>
404
			-->
405
			<!-- The changelog plug-in generates a nice report describing which files have been changed and by whom -->
406
			<!-- 
407
			<plugin>
408
				<groupId>org.codehaus.mojo</groupId>
409
				<artifactId>changelog-maven-plugin</artifactId>
410
			</plugin>
411
			-->
412
		</plugins>
413
	</reporting>
414
	
415
	
416
	<!--	 DISTRIBUTION MANAGEMENT -->
417
	<distributionManagement>
418
		<site>
419
			<id>edit-wp5</id>
420
       		<url>
421
				scp://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/cdmlib/site
422
			</url>
423
       	</site>
424
        <repository>
425
			<id>edit-wp5</id>
426
			<name>Edit Maven Repository</name>
427
			<url>
428
					scp://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/cdmlib/mavenrepo
429
			</url>
430
		</repository>
431
	</distributionManagement>
432

    
433

    
434
	<!-- **** DEPENDENCIES **** -->
435
	<dependencies>
436
        <dependency>
437
            <groupId>org.unitils</groupId>
438
            <artifactId>unitils</artifactId>
439
        </dependency>
440
		<dependency>
441
			<groupId>junit</groupId>
442
			<artifactId>junit</artifactId>
443
		</dependency>
444
		<dependency>
445
			<groupId>log4j</groupId>
446
			<artifactId>log4j</artifactId>
447
		</dependency>
448
	</dependencies>
449
	<dependencyManagement>
450
		<dependencies>
451
            <dependency>
452
		  		<groupId>eu.etaxonomy</groupId>
453
		  		<artifactId>cdmlib-commons</artifactId>
454
		  		<version>${project.version}</version>
455
		  	</dependency>
456
		  	<dependency>
457
		  		<groupId>eu.etaxonomy</groupId>
458
		  		<artifactId>cdmlib-model</artifactId>
459
		  		<version>${project.version}</version>
460
		  	</dependency>
461
		   	<dependency>
462
		  		<groupId>eu.etaxonomy</groupId>
463
		  		<artifactId>cdmlib-persistence</artifactId>
464
		  		<version>${project.version}</version>
465
		  	</dependency>
466
		   	<dependency>
467
		  		<groupId>eu.etaxonomy</groupId>
468
		  		<artifactId>cdmlib-services</artifactId>
469
		  		<version>${project.version}</version>
470
		  	</dependency>
471
		   	<dependency>
472
		  		<groupId>eu.etaxonomy</groupId>
473
		  		<artifactId>cdmlib-io</artifactId>
474
		  		<version>${project.version}</version>
475
		  	</dependency>
476
		   	<dependency>
477
		  		<groupId>eu.etaxonomy</groupId>
478
		  		<artifactId>cdmlib-remote</artifactId>
479
		  		<version>${project.version}</version>
480
		  	</dependency>
481
		   	<dependency>
482
		  		<groupId>eu.etaxonomy</groupId>
483
		  		<artifactId>cdmlib-ext</artifactId>
484
		  		<version>${project.version}</version>
485
		  	</dependency>
486
			<!--*********** JAXB********* -->
487
			<dependency>
488
              <groupId>javax.xml.bind</groupId>
489
              <artifactId>jaxb-api</artifactId>
490
              <version>2.1.6</version>
491
            </dependency>
492
            <dependency>
493
              <groupId>xml-resolver</groupId>
494
              <artifactId>xml-resolver</artifactId>
495
              <version>1.2</version>
496
            </dependency>
497
           <dependency>
498
              <groupId>javax.activation</groupId>
499
              <artifactId>activation</artifactId>
500
              <version>1.1</version>
501
            </dependency>
502
            <dependency>
503
              <groupId>javax.xml.bind</groupId>
504
              <artifactId>jsr173_api</artifactId>
505
              <version>1.0</version>
506
            </dependency>
507
            <dependency>
508
              <groupId>com.sun.xml.bind</groupId>
509
              <artifactId>jaxb-impl</artifactId>
510
              <version>2.1.6</version>
511
            </dependency>
512
            <dependency>
513
              <groupId>com.sun.xml.bind</groupId>
514
              <artifactId>jaxb1-impl</artifactId>
515
              <version>2.1.6</version>
516
            </dependency>
517
            <dependency>
518
              <groupId>com.sun.xml.bind</groupId>
519
              <artifactId>jaxb-xjc</artifactId>
520
              <version>2.1.6</version>
521
            </dependency>
522

    
523
		  	<!-- ******* VARIOUS ******* -->
524
			<dependency>
525
				<groupId>log4j</groupId>
526
				<artifactId>log4j</artifactId>
527
				<version>1.2.15</version>
528
			</dependency>
529
            <!-- hibernate 3.4 uses slf4j -->
530
			<dependency>
531
                    <groupId>org.slf4j</groupId>
532
                    <artifactId>slf4j-log4j12</artifactId>
533
                    <version>1.5.2</version>
534
            </dependency>
535
			<dependency>
536
				<groupId>junit</groupId>
537
				<artifactId>junit</artifactId>
538
				<version>4.4</version>
539
				<scope>test</scope>
540
			</dependency>
541
			<dependency>
542
			  <groupId>org.unitils</groupId>
543
			  <artifactId>unitils</artifactId>
544
			  <version>1.0</version>
545
			  <scope>test</scope>
546
			</dependency>
547
			<dependency>
548
				<groupId>org.easymock</groupId>
549
				<artifactId>easymock</artifactId>
550
				<version>2.2</version>
551
				<scope>test</scope>
552
			</dependency>
553
			<dependency>
554
              <groupId>xmlunit</groupId>
555
              <artifactId>xmlunit</artifactId>
556
              <version>1.2</version>
557
              <scope>test</scope>
558
            </dependency>
559
		  	<dependency>
560
		  		<groupId>org.aspectj</groupId>
561
		  		<artifactId>aspectjrt</artifactId>
562
		  		<version>1.5.4</version>
563
		  	</dependency>
564
		  	<dependency>
565
      			<groupId>org.aspectj</groupId>
566
      			<artifactId>aspectjweaver</artifactId>
567
      			<version>1.5.4</version>
568
    		</dependency>
569
			<dependency>
570
			    <groupId>javax.annotation</groupId>
571
			    <artifactId>jsr250-api</artifactId>
572
			    <version>1.0</version>
573
			</dependency>
574
		  	<dependency>
575
		  		<groupId>net.sf.opencsv</groupId>
576
		  		<artifactId>opencsv</artifactId>
577
		  		<version>1.8</version>
578
		  	</dependency>
579
			<dependency>
580
				<groupId>org.dbunit</groupId>
581
				<artifactId>dbunit</artifactId>
582
				<version>2.2</version>
583
				<scope>test</scope>
584
			</dependency>
585
		  	<dependency>
586
		  		<groupId>org.eclipse</groupId>
587
		  		<artifactId>osgi</artifactId>
588
		  		<version>3.2.1-R32x_v20060919</version>
589
		  	</dependency>
590
		    <dependency>
591
		      <groupId>cglib</groupId>
592
			  <artifactId>cglib</artifactId>
593
			  <version>2.1_3</version>
594
		    </dependency>
595
		    <dependency>
596
		      <groupId>cglib</groupId>
597
		      <artifactId>cglib-nodep</artifactId>
598
			  <version>2.1_3</version>
599
		    </dependency>
600
		    <dependency>
601
		      <groupId>commons-lang</groupId>
602
		      <artifactId>commons-lang</artifactId>
603
		      <version>2.2</version>
604
		    </dependency>
605
		    <dependency>
606
		      <groupId>commons-collections</groupId>
607
		      <artifactId>commons-collections</artifactId>
608
		      <version>3.2</version>
609
		    </dependency>
610
		    <dependency>
611
		      <groupId>net.sf.ezmorph</groupId>
612
		      <artifactId>ezmorph</artifactId>
613
		      <version>1.0.4</version>
614
		    </dependency>
615
		    <dependency>
616
		      <groupId>commons-beanutils</groupId>
617
		      <artifactId>commons-beanutils</artifactId>
618
		      <version>1.7.0</version>
619
		    </dependency>
620
		    <dependency>
621
		      <groupId>sojo</groupId>
622
		      <artifactId>sojo-optional</artifactId>
623
		      <version>0.5.0</version>
624
		    </dependency>
625
		    <dependency>
626
		      <groupId>net.sf.json-lib</groupId>
627
		      <artifactId>json-lib</artifactId>
628
		      <version>2.2.1</version>
629
		    </dependency>
630
			<dependency>
631
				<groupId>org.devlib.schmidt</groupId>
632
				<artifactId>imageinfo</artifactId>
633
				<version>1.7</version>
634
			</dependency>
635
			<dependency>
636
				<groupId>org.apache.poi</groupId>
637
				<artifactId>poi</artifactId>
638
				<version>3.1-FINAL</version>
639
			</dependency>
640
			<dependency>
641
				<groupId>org.apache.sanselan</groupId>
642
				<artifactId>sanselan</artifactId>
643
				<version>0.94-incubator</version>
644
			</dependency>
645
		    <!-- joda-time -->
646
			<dependency>
647
				<groupId>joda-time</groupId>
648
				<artifactId>joda-time</artifactId>
649
				<version>1.5</version>      
650
			</dependency>
651
			<dependency>
652
			<groupId>joda-time</groupId>
653
              <artifactId>joda-time-hibernate</artifactId>
654
              <version>1.0</version>
655
              <exclusions>
656
                <exclusion>
657
                  <artifactId>ehcache</artifactId>
658
                  <groupId>ehcache</groupId>
659
                </exclusion>
660
                <exclusion>
661
                  <groupId>cglib</groupId>
662
                  <artifactId>cglib-full</artifactId>
663
                </exclusion>
664
                <exclusion>
665
                  <groupId>org.hibernate</groupId>
666
                  <artifactId>hibernate</artifactId>
667
                </exclusion>
668
                <exclusion>
669
                  <groupId>hibernate</groupId>
670
                  <artifactId>hibernate</artifactId>
671
                </exclusion>
672
             </exclusions>
673
           </dependency>
674
           <dependency>
675
				<groupId>org.apache.lucene</groupId>
676
				<artifactId>lucene-core</artifactId>
677
				<version>2.4.0</version>
678
		   </dependency>
679
		   <dependency>
680
				<groupId>org.apache.lucene</groupId>
681
				<artifactId>lucene-spellchecker</artifactId>
682
				<version>2.4.0</version>
683
		   </dependency>
684
		   <dependency>
685
				<groupId>org.springmodules</groupId>
686
				<artifactId>spring-modules-lucene</artifactId>
687
				<version>0.8a</version>
688
				<exclusions>
689
				 <exclusion>
690
				   <groupId>org.apache</groupId>
691
				   <artifactId>poi</artifactId>
692
				 </exclusion>
693
				 <exclusion>
694
				   <groupId>org.apache</groupId>
695
				   <artifactId>poi-scratchpad</artifactId>
696
				 </exclusion>
697
				 <exclusion>
698
				   <groupId>org.springframework</groupId>
699
				   <artifactId>spring-dao</artifactId>
700
				 </exclusion>
701
				 <exclusion>
702
				   <groupId>org.springframework</groupId>
703
				   <artifactId>spring-jca</artifactId>
704
				 </exclusion>
705
				 <exclusion>
706
				   <groupId>org.springframework</groupId>
707
				   <artifactId>spring-support</artifactId>
708
				 </exclusion>
709
				</exclusions>
710
		   </dependency>
711
	       <dependency>
712
             <groupId>com.ibm.lsid</groupId>
713
             <artifactId>lsid-client</artifactId>
714
             <version>1.1.2</version>
715
            </dependency>
716
            <dependency>
717
              <groupId>com.ibm.lsid</groupId>
718
              <artifactId>lsid-server</artifactId>
719
              <version>1.1.2</version>
720
            </dependency>
721
            <dependency>
722
              <groupId>wsdl4j</groupId>
723
              <artifactId>wsdl4j</artifactId>
724
              <version>1.6.1</version>
725
            </dependency>
726
			<dependency>
727
				<groupId>net.sf.dozer</groupId>
728
				<artifactId>dozer</artifactId>
729
				<version>4.4</version>
730
			</dependency>
731
		  	<!-- ******* XML ******* -->
732
			<dependency>
733
				<groupId>xml-apis</groupId>
734
				<artifactId>xml-apis</artifactId>
735
				<version>2.0.2</version>
736
			</dependency>
737
		  	<dependency>
738
		  		<groupId>xerces</groupId>
739
		  		<artifactId>xercesImpl</artifactId>
740
		  		<version>2.7.1</version>
741
		  	</dependency>
742
		  	<dependency>
743
		  		<groupId>jaxen</groupId>
744
		  		<artifactId>jaxen</artifactId>
745
		  		<version>1.1</version>
746
		  	</dependency>
747
		  	<dependency>
748
		  		<groupId>jdom</groupId>
749
		  		<artifactId>jdom</artifactId>
750
		  		<version>1.0</version>
751
		  	</dependency>
752
			<dependency>
753
				<groupId>com.thoughtworks.xstream</groupId>
754
				<artifactId>xstream</artifactId>
755
				<version>1.3.1</version>
756
			</dependency>
757
			<dependency>
758
				<groupId>xpp3</groupId>
759
				<artifactId>xpp3</artifactId>
760
				<version>1.1.3.3</version>
761
			</dependency>
762
			<dependency>
763
				<groupId>stax</groupId>
764
				<artifactId>stax</artifactId>
765
				<version>1.2.0</version>
766
			</dependency>
767

    
768
		  	<!-- ******* HIBERNATE / EJB3 ******* -->
769
		  	<dependency>
770
		  		<groupId>javax.persistence</groupId>
771
		  		<artifactId>persistence-api</artifactId>
772
		  		<version>1.0</version>
773
		  	</dependency>
774
		  	<dependency>
775
		  		<groupId>org.hibernate</groupId>
776
		  		<artifactId>hibernate-annotations</artifactId>
777
		  		<version>3.4.0-SNAPSHOT</version>
778
		  	</dependency>
779
		  	<dependency>
780
		  		<groupId>org.hibernate</groupId>
781
		  		<artifactId>hibernate-commons-annotations</artifactId>
782
		  		<version>3.4.0-SNAPSHOT</version>
783
		  	</dependency>
784
		  	<dependency>
785
		  		<groupId>org.hibernate</groupId>
786
		  		<artifactId>hibernate-core</artifactId>
787
		  		<version>3.4.0-SNAPSHOT</version>
788
		  	</dependency>
789
		  	<dependency>
790
		  	  <groupId>org.hibernate</groupId>
791
		  	  <artifactId>hibernate-search</artifactId>
792
		  	  <version>3.1.0.GA</version>
793
		  	</dependency>
794
		  	<dependency>
795
              <groupId>org.hibernate</groupId>
796
              <artifactId>hibernate-entitymanager</artifactId>
797
              <version>3.4.0-SNAPSHOT</version>
798
            </dependency>
799
            <dependency>
800
              <groupId>org.hibernate</groupId>
801
              <artifactId>hibernate-envers</artifactId>
802
              <version>3.4.0-SNAPSHOT</version>
803
            </dependency>
804
            <dependency> 
805
              <groupId>javassist</groupId>
806
              <artifactId>javassist</artifactId>
807
              <version>3.4.GA</version>
808
            </dependency>
809
            <dependency>
810
              <groupId>org.hibernate</groupId>
811
              <artifactId>hibernate-cglib-repack</artifactId>
812
              <version>2.1_3</version>
813
            </dependency>
814
            <dependency>
815
              <groupId>org.hibernate</groupId>
816
              <artifactId>hibernate-ehcache</artifactId>
817
              <version>3.4.0-SNAPSHOT</version>
818
            </dependency>
819
			<dependency>
820
				<groupId>javax.servlet</groupId>
821
				<artifactId>servlet-api</artifactId>
822
				<version>2.5</version>
823
			</dependency>
824
		
825
		  	<!-- ******* SPRING ******* -->
826
		  	<dependency>
827
		  		<groupId>org.springframework</groupId>
828
		  		<artifactId>spring</artifactId>
829
		  		<version>${spring.version}</version>
830
		  	</dependency>
831
		  	<dependency>
832
		  		<groupId>org.springframework</groupId>
833
		  		<artifactId>spring-core</artifactId>
834
		  		<version>${spring.version}</version>
835
		  	</dependency>
836
		  	<dependency>
837
		  		<groupId>org.springframework</groupId>
838
		  		<artifactId>spring-context</artifactId>
839
		  		<version>${spring.version}</version>
840
		  	</dependency>
841
		  	<dependency>
842
		  		<groupId>org.springframework</groupId>
843
		  		<artifactId>spring-beans</artifactId>
844
		  		<version>${spring.version}</version>
845
		  	</dependency>
846
		  	<dependency>
847
		  		<groupId>org.springframework</groupId>
848
		  		<artifactId>spring-orm</artifactId>
849
		  		<version>${spring.version}</version>
850
		  	</dependency>
851
		  	<dependency>
852
		  		<groupId>org.springframework</groupId>
853
		  		<artifactId>spring-jdbc</artifactId>
854
		  		<version>${spring.version}</version>
855
		  	</dependency>
856
		  	<dependency>
857
		  		<groupId>org.springframework</groupId>
858
		  		<artifactId>spring-test</artifactId>
859
		  		<version>${spring.version}</version>
860
		  	</dependency>
861
			<dependency>
862
				<groupId>org.springframework</groupId>
863
				<artifactId>spring-webmvc</artifactId>
864
				<version>${spring.version}</version>
865
			</dependency>
866
			<dependency>
867
				<groupId>org.springframework</groupId>
868
				<artifactId>spring-web</artifactId>
869
				<version>${spring.version}</version>
870
			</dependency>
871
		  	<dependency>
872
		  		<groupId>org.springframework</groupId>
873
		  		<artifactId>spring-aop</artifactId>
874
		  		<version>${spring.version}</version>
875
		  	</dependency>
876
		  	<dependency>
877
		  		<groupId>org.springframework.security</groupId>
878
		  		<artifactId>spring-security-core</artifactId>
879
		  		<version>2.0.4</version>
880
		  	</dependency>
881

    
882
		  	<!-- ******* SERVLET/JSP/JSF ******* -->
883
			<dependency>
884
				<groupId>javax.servlet</groupId>
885
				<artifactId>servlet-api</artifactId>
886
				<version>2.5</version>
887
			</dependency>
888

    
889
	  	<!-- ******* DATABASES DRIVER ******* -->
890
	  	<dependency>
891
		  	<!-- SQL Server and Sybase -->
892
	    	<groupId>net.sourceforge.jtds</groupId>
893
	    	<artifactId>jtds</artifactId>
894
	    	<version>1.2.2</version>
895
		</dependency>
896
	  	<dependency>
897
	  		<groupId>mysql</groupId>
898
	  		<artifactId>mysql-connector-java</artifactId>
899
	  		<version>5.0.5</version>
900
	  	</dependency>
901
	  	<dependency>
902
	  		<groupId>postgresql</groupId>
903
	  		<artifactId>postgresql</artifactId>
904
	  		<version>8.2-504.jdbc4</version>
905
	  	</dependency>
906
	  	<dependency>
907
	  		<groupId>hsqldb</groupId>
908
	  		<artifactId>hsqldb</artifactId>
909
	  		<version>1.8.0.7</version>
910
	  	</dependency>
911

    
912
	  	<dependency>
913
	  		<groupId>com.microsoft.sqlserver</groupId>
914
	  		<artifactId>jdbc</artifactId>
915
	  		<version>1.2</version>
916
	  	</dependency>
917
<!-- use SQL Server 2005 driver instead (com.microsoft.sqlserver/jdbc)
918
	  	<dependency>
919
	  		<groupId>com.microsoft.jdbcdriver</groupId>
920
	  		<artifactId>mssqlserver</artifactId>
921
	  		<version>2000.3</version>
922
	  	</dependency>
923
	  	<dependency>
924
	  		<groupId>com.microsoft.jdbcdriver</groupId>
925
	  		<artifactId>msutil</artifactId>
926
	  		<version>2000.3</version>
927
	  	</dependency>
928
	  	<dependency>
929
	  		<groupId>com.microsoft.jdbcdriver</groupId>
930
	  		<artifactId>msbase</artifactId>
931
	  		<version>2000.3</version>
932
	  	</dependency>
933
-->
934
        <dependency>
935
        	<groupId>oracle</groupId>
936
        	<artifactId>ojdbc14</artifactId>
937
        	<version>10.2.0.2</version>
938
        </dependency>
939
        <dependency>
940
        	<groupId>oracle</groupId>
941
        	<artifactId>ojdbc14</artifactId>
942
        	<version>9i</version>
943
        </dependency>
944
        <dependency>
945
        	<groupId>oracle</groupId>
946
        	<artifactId>ojdbc14</artifactId>
947
        	<version>9.2.0.5</version>
948
        </dependency>
949
		<dependency>
950
			<groupId>com.h2database</groupId>
951
			<artifactId>h2</artifactId>
952
			<version>1.0.73</version>
953
		</dependency>
954
			
955
		</dependencies>
956
	</dependencyManagement>
957

    
958
</project>
(5-5/6)