Project

General

Profile

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"
3
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
    <modelVersion>4.0.0</modelVersion>
5
    <groupId>org.ecoinformatics</groupId>
6
    <artifactId>metacat</artifactId>
7
    <version>2.9.0-SNAPSHOT</version>
8
    <name>metacat</name>
9
    <packaging>war</packaging>
10
    <url>http://maven.apache.org</url>
11
    <properties>
12
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
        <d1_libclient_version>2.4.0-SNAPSHOT</d1_libclient_version>
14
        <d1_portal_version>2.4.0-SNAPSHOT</d1_portal_version>
15
        <d1_cn_index_common_version>2.4.0-SNAPSHOT</d1_cn_index_common_version>
16
        <metacat_common_version>2.9.0-SNAPSHOT</metacat_common_version>            
17
    </properties>
18
    <repositories>
19
        <repository>
20
			<id>dataone.org</id>
21
			<url>http://maven.dataone.org</url>
22
			<releases>
23
				<enabled>true</enabled>
24
			</releases>
25
			<snapshots>
26
				<enabled>true</enabled>
27
			</snapshots>
28
		</repository>
29
        <repository>
30
            <snapshots>
31
                <enabled>true</enabled>
32
            </snapshots>
33
            <id>opengeo</id>
34
            <name>OpenGeo Maven Repository</name>
35
            <url>http://download.osgeo.org/webdav/geotools</url>
36
        </repository>
37
    </repositories>
38
    <dependencies>
39
    	<dependency>
40
			<groupId>edu.ucsb.nceas</groupId>
41
			<artifactId>utilities</artifactId>
42
			<version>2.0.0</version>
43
		</dependency>
44
		<dependency>
45
			<groupId>org.ecoinformatics.eml</groupId>
46
			<artifactId>datamanager</artifactId>
47
			<version>0.9.0</version>
48
		</dependency>
49
    	<dependency>
50
    		<groupId>gov.loc</groupId>
51
			<artifactId>bagit</artifactId>
52
			<version>4.4</version>
53
			<type>jar</type>
54
			<exclusions>
55
				<exclusion>
56
					<groupId>xml-apis</groupId>
57
					<artifactId>xml-apis</artifactId>
58
		        </exclusion>
59
		        <exclusion>
60
					<groupId>org.apache.httpcomponents</groupId>
61
					<artifactId>httpclient</artifactId>
62
		        </exclusion>
63
		        <exclusion>
64
		        	<groupId>org.apache.httpcomponents</groupId>
65
    				<artifactId>httpmime</artifactId>
66
		        </exclusion>
67
		        <exclusion>
68
					<groupId>commons-codec</groupId>
69
					<artifactId>commons-codec</artifactId>
70
		        </exclusion>
71
			</exclusions>
72
    	</dependency>
73
    	       <dependency>
74
           <artifactId>d1_cn_index_common</artifactId>
75
           <groupId>org.dataone</groupId>
76
            <version>${d1_cn_index_common_version}</version>
77
            <type>jar</type>
78
            <exclusions>
79
                <exclusion>
80
                    <groupId>org.springframework.amqp</groupId>
81
                    <artifactId>spring-amqp</artifactId>
82
                </exclusion>
83
                <exclusion>
84
                  <groupId>org.springframework</groupId>
85
                  <artifactId>spring-aop</artifactId>
86
                </exclusion>
87
                <exclusion>
88
                  <groupId>org.springframework</groupId>
89
                  <artifactId>spring-beans</artifactId>
90
                </exclusion>
91
                <exclusion>
92
                    <groupId>org.springframework</groupId>
93
                    <artifactId>spring-context</artifactId>
94
                </exclusion>
95
                <exclusion>
96
                    <groupId>org.springframework</groupId>
97
                    <artifactId>spring-core</artifactId>
98
                </exclusion>
99
                <exclusion>
100
                    <groupId>org.springframework.data</groupId>
101
                    <artifactId>spring-data-commons</artifactId>
102
                </exclusion>
103
                <exclusion>
104
                    <groupId>org.springframework.data</groupId>
105
                    <artifactId>spring-data-jpa</artifactId>
106
                </exclusion>
107
                <exclusion>
108
                    <groupId>org.springframework</groupId>
109
                    <artifactId>spring-expression</artifactId>
110
                </exclusion>
111
                <exclusion>
112
                    <groupId>org.springframework</groupId>
113
                    <artifactId>spring-jdbc</artifactId>
114
                </exclusion>
115
                <exclusion>
116
                    <groupId>org.springframework</groupId>
117
                    <artifactId>spring-orm</artifactId>
118
                </exclusion>
119
                <exclusion>
120
                    <groupId>org.springframework.retry</groupId>
121
                    <artifactId>spring-retry</artifactId>
122
                </exclusion>
123
                <exclusion>
124
                    <groupId>org.springframework</groupId>
125
                    <artifactId>spring-tx</artifactId>
126
                </exclusion>
127
                <exclusion>
128
                    <groupId>org.springframework</groupId>
129
                    <artifactId>spring-web</artifactId>
130
                </exclusion>
131
                <exclusion>
132
                    <groupId>org.springframework</groupId>
133
                    <artifactId>spring-context-support</artifactId>
134
                </exclusion>
135
                <exclusion>
136
                    <groupId>org.springframework</groupId>
137
                    <artifactId>spring-test</artifactId>
138
                </exclusion>
139
                <exclusion>
140
                    <groupId>cglib</groupId>
141
                    <artifactId>cglib</artifactId>
142
                </exclusion>
143
                <exclusion>
144
                     <groupId>org.hibernate</groupId>
145
                    <artifactId>hibernate-entitymanager</artifactId>
146
                </exclusion>
147
             </exclusions>
148
        </dependency>	
149
    	<dependency>
150
            <artifactId>d1_portal</artifactId>
151
            <groupId>org.dataone</groupId>
152
            <version>${d1_portal_version}</version>
153
            <type>jar</type>
154
            <!-- exclude extraneous artifacts (jars) -->
155
			<exclusions>
156
		        <exclusion>
157
		          <groupId>org.jibx</groupId>
158
		          <artifactId>jibx-tools</artifactId>
159
		        </exclusion>
160
		        <exclusion>
161
		          <groupId>org.jibx</groupId>
162
		          <artifactId>jibx-schema</artifactId>
163
		        </exclusion>
164
		        <exclusion>
165
		          <groupId>org.jibx</groupId>
166
		          <artifactId>jibx-extras</artifactId>
167
		        </exclusion>
168
		        <exclusion>
169
		          <groupId>org.jibx</groupId>
170
		          <artifactId>jibx-bind</artifactId>
171
		        </exclusion>
172
		        <exclusion>
173
		        	<groupId>org.apache.maven.plugins</groupId>
174
					<artifactId>maven-compiler-plugin</artifactId>
175
		        </exclusion>
176
		        <exclusion>
177
		        	<groupId>org.apache.maven.plugins</groupId>
178
					<artifactId>maven-jar-plugin</artifactId>
179
		        </exclusion>
180
		        <exclusion>
181
		        	<groupId>org.apache.maven.plugins</groupId>
182
					<artifactId>maven-clean-plugin</artifactId>
183
		        </exclusion>
184
		        <exclusion>
185
		        	<groupId>org.jibx</groupId>
186
					<artifactId>maven-jibx-plugin</artifactId>
187
		        </exclusion>
188
		        <exclusion>
189
		            <groupId>org.apache.maven.plugins</groupId>
190
                    <artifactId>maven-plugins</artifactId>
191
		        </exclusion>
192
			</exclusions>
193
        </dependency>
194
    	<dependency>
195
            <groupId>edu.ucsb.nceas.metacat.common</groupId>
196
            <artifactId>metacat-common</artifactId>
197
            <version>${metacat_common_version}</version>
198
            <type>jar</type>
199
            <!-- exclude extraneous artifacts (jars) -->
200
			<exclusions>
201
		        <exclusion>
202
		          <groupId>org.jibx</groupId>
203
		          <artifactId>jibx-tools</artifactId>
204
		        </exclusion>
205
		        <exclusion>
206
		          <groupId>org.jibx</groupId>
207
		          <artifactId>jibx-schema</artifactId>
208
		        </exclusion>
209
		        <exclusion>
210
		          <groupId>org.jibx</groupId>
211
		          <artifactId>jibx-extras</artifactId>
212
		        </exclusion>
213
		        <exclusion>
214
		          <groupId>org.jibx</groupId>
215
		          <artifactId>jibx-bind</artifactId>
216
		        </exclusion>
217
		        <exclusion>
218
		        	<groupId>org.apache.maven.plugins</groupId>
219
					<artifactId>maven-compiler-plugin</artifactId>
220
		        </exclusion>
221
		        <exclusion>
222
		        	<groupId>org.apache.maven.plugins</groupId>
223
					<artifactId>maven-jar-plugin</artifactId>
224
		        </exclusion>
225
		        <exclusion>
226
		        	<groupId>org.apache.maven.plugins</groupId>
227
					<artifactId>maven-clean-plugin</artifactId>
228
		        </exclusion>
229
		        <exclusion>
230
		        	<groupId>org.jibx</groupId>
231
					<artifactId>maven-jibx-plugin</artifactId>
232
		        </exclusion>
233
			</exclusions>
234
        </dependency>
235
		<dependency>
236
			<groupId>org.dataone</groupId>
237
			<artifactId>d1_libclient_java</artifactId>
238
			<version>${d1_libclient_version}</version>
239
			<type>jar</type>
240
			<scope>runtime</scope>		
241
			<!-- exclude extraneous artifacts (jars) -->
242
			<exclusions>
243
		        <exclusion>
244
		          <groupId>org.jibx</groupId>
245
		          <artifactId>jibx-tools</artifactId>
246
		        </exclusion>
247
		        <exclusion>
248
		          <groupId>org.jibx</groupId>
249
		          <artifactId>jibx-schema</artifactId>
250
		        </exclusion>
251
		        <exclusion>
252
		          <groupId>org.jibx</groupId>
253
		          <artifactId>jibx-extras</artifactId>
254
		        </exclusion>
255
		        <exclusion>
256
		          <groupId>org.jibx</groupId>
257
		          <artifactId>jibx-bind</artifactId>
258
		        </exclusion>
259
		        <exclusion>
260
		        	<groupId>org.apache.maven.plugins</groupId>
261
					<artifactId>maven-compiler-plugin</artifactId>
262
		        </exclusion>
263
		        <exclusion>
264
		        	<groupId>org.apache.maven.plugins</groupId>
265
					<artifactId>maven-jar-plugin</artifactId>
266
		        </exclusion>
267
		        <exclusion>
268
		        	<groupId>org.apache.maven.plugins</groupId>
269
					<artifactId>maven-clean-plugin</artifactId>
270
		        </exclusion>
271
		        <exclusion>
272
		        	<groupId>org.jibx</groupId>
273
					<artifactId>maven-jibx-plugin</artifactId>
274
		        </exclusion>
275
		        <!-- TODO: refine the JCS requirements -->
276
		        <exclusion>
277
		        	<groupId>berkeleydb</groupId>
278
      				<artifactId>berkeleydb</artifactId>
279
		        </exclusion>
280
		        <exclusion>
281
		        	<groupId>mysql</groupId>
282
      				<artifactId>mysql-connector-java</artifactId>
283
		        </exclusion>
284
		        <exclusion>
285
		        	<groupId>hsqldb</groupId>
286
					<artifactId>hsqldb</artifactId>
287
		        </exclusion>
288
		        <exclusion>
289
					<groupId>xml-apis</groupId>
290
					<artifactId>xml-apis</artifactId>
291
		        </exclusion>
292
		        <exclusion>
293
		        	<groupId>junit</groupId>
294
					<artifactId>junit</artifactId>
295
		        </exclusion>
296
		        <exclusion>
297
					<groupId>xerces</groupId>
298
					<artifactId>xercesImpl</artifactId>
299
		        </exclusion>
300
		        <exclusion>
301
					<groupId>com.hp.hpl.jena</groupId>
302
					<artifactId>jena</artifactId>
303
				</exclusion>
304
			</exclusions>
305
		</dependency>
306
		<dependency>
307
			<groupId>edu.ucsb.nceas</groupId>
308
			<artifactId>ezid</artifactId>
309
			<version>1.0.1</version>
310
		</dependency>
311
		<!-- geotools -->
312
		<dependency>
313
            <groupId>org.geotools</groupId>
314
			<artifactId>gt-api</artifactId>
315
			<version>2.6.4</version>
316
		</dependency>
317
		<dependency>
318
            <groupId>org.geotools</groupId>
319
			<artifactId>gt-data</artifactId>
320
			<version>2.6.4</version>
321
		</dependency>
322
		<dependency>
323
            <groupId>org.geotools</groupId>
324
			<artifactId>gt-shapefile</artifactId>
325
			<version>2.6.4</version>
326
		</dependency>
327
		<dependency>
328
        	<groupId>com.servlets</groupId>
329
        	<artifactId>cos</artifactId>
330
        	<version>05Nov2002</version>
331
		</dependency>
332
		<dependency>
333
			<groupId>com.hazelcast</groupId>
334
			<artifactId>hazelcast</artifactId>
335
			<version>2.4.1</version>
336
		</dependency>
337
		<dependency>
338
        	<groupId>net.sf.opencsv</groupId>
339
        	<artifactId>opencsv</artifactId>
340
        	<version>1.8</version>
341
		</dependency>
342
		<dependency>
343
    		<groupId>org.apache.wicket</groupId>
344
    		<artifactId>wicket-core</artifactId>
345
			<version>6.7.0</version>
346
			<exclusions>
347
                <exclusion>
348
                  <groupId>org.slf4j</groupId>
349
                  <artifactId>slf4j-api</artifactId>
350
                </exclusion>
351
            </exclusions>
352
		</dependency>
353
		<dependency>
354
			<groupId>postgresql</groupId>
355
			<artifactId>postgresql</artifactId>
356
			<version>8.0-312.jdbc3</version>
357
		</dependency>
358
		<!-- <dependency>
359
			<groupId>org.apache.solr</groupId>
360
			<artifactId>solr-core</artifactId>
361
			<version>3.4.0</version>
362
		</dependency>-->
363
		<dependency>
364
			<groupId>org.apache.solr</groupId>
365
			<artifactId>solr-solrj</artifactId>
366
			<version>3.6.2</version>
367
			<exclusions>
368
				<exclusion>
369
		        	<groupId>junit</groupId>
370
					<artifactId>junit</artifactId>
371
		        </exclusion>
372
		        <exclusion>
373
                  <groupId>org.slf4j</groupId>
374
                  <artifactId>slf4j-jdk</artifactId>
375
                </exclusion>
376
			</exclusions>
377
		</dependency>
378
		<dependency>
379
			<groupId>commons-io</groupId>
380
			<artifactId>commons-io</artifactId>
381
			<version>2.0</version>
382
		</dependency>
383
		<dependency>
384
      		<groupId>org.dspace</groupId>
385
			<artifactId>oaicat</artifactId>
386
			<version>1.5.48</version>
387
		</dependency>
388
		<dependency>
389
			<groupId>org.quartz-scheduler</groupId>
390
			<artifactId>quartz</artifactId>
391
			<version>1.7.2</version>
392
		</dependency>
393
		<dependency>
394
			<groupId>org.apache.axis</groupId>
395
			<artifactId>axis</artifactId>
396
			<version>1.4</version>
397
		</dependency>
398
		<dependency>
399
			<groupId>javax.xml</groupId>
400
			<artifactId>jaxrpc-api</artifactId>
401
			<version>1.1</version>
402
		</dependency>
403
		<dependency>
404
			<groupId>junit</groupId>
405
			<artifactId>junit</artifactId>
406
			<version>4.8.2</version>
407
		</dependency>
408
		<!-- require newer xercesImpl -->
409
		<dependency>
410
			<groupId>xerces</groupId>
411
			<artifactId>xercesImpl</artifactId>
412
			<version>2.7.1</version>
413
		</dependency>
414
		<dependency>
415
            <groupId>commons-jxpath</groupId>
416
            <artifactId>commons-jxpath</artifactId>
417
            <version>1.3</version>
418
        </dependency>
419
        <dependency>
420
            <groupId>org.mindrot</groupId>
421
            <artifactId>jbcrypt</artifactId>
422
            <version>0.3m</version>
423
        </dependency>
424
        <!-- jena tdb -->
425
        <dependency>
426
			<groupId>org.apache.jena</groupId>
427
			<artifactId>jena-tdb</artifactId>
428
			<version>1.0.0</version>
429
		</dependency>
430
		 <dependency>
431
            <groupId>javax.servlet</groupId>
432
            <artifactId>servlet-api</artifactId>
433
            <version>2.5</version>
434
            <scope>provided</scope>
435
        </dependency>
436
    </dependencies>
437
</project>
(6-6/7)