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.1.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>1.2.1</d1_libclient_version>
14
        <d1_common_java_version>1.1.1</d1_common_java_version>
15
    </properties>
16
    <repositories>
17
        <repository>
18
			<id>dataone.org</id>
19
			<url>http://dev-testing.dataone.org/maven</url>
20
			<releases>
21
				<enabled>true</enabled>
22
			</releases>
23
			<snapshots>
24
				<enabled>true</enabled>
25
			</snapshots>
26
		</repository>
27
        <repository>
28
            <snapshots>
29
                <enabled>true</enabled>
30
            </snapshots>
31
            <id>opengeo</id>
32
            <name>OpenGeo Maven Repository</name>
33
            <url>http://repo.opengeo.org</url>
34
        </repository>
35
        
36
    </repositories>
37
    <dependencies>
38
		<dependency>
39
			<groupId>org.dataone</groupId>
40
			<artifactId>d1_libclient_java</artifactId>
41
			<version>${d1_libclient_version}</version>
42
			<type>jar</type>
43
			<scope>runtime</scope>			
44
			<!-- exclude extraneous artifacts (jars) -->
45
			<exclusions>
46
		        <exclusion>
47
		          <groupId>org.jibx</groupId>
48
		          <artifactId>jibx-tools</artifactId>
49
		        </exclusion>
50
		        <exclusion>
51
		          <groupId>org.jibx</groupId>
52
		          <artifactId>jibx-schema</artifactId>
53
		        </exclusion>
54
		        <exclusion>
55
		          <groupId>org.jibx</groupId>
56
		          <artifactId>jibx-extras</artifactId>
57
		        </exclusion>
58
		        <exclusion>
59
		          <groupId>org.jibx</groupId>
60
		          <artifactId>jibx-bind</artifactId>
61
		        </exclusion>
62
		        <exclusion>
63
		        	<groupId>org.apache.maven.plugins</groupId>
64
					<artifactId>maven-compiler-plugin</artifactId>
65
		        </exclusion>
66
		        <exclusion>
67
		        	<groupId>org.apache.maven.plugins</groupId>
68
					<artifactId>maven-jar-plugin</artifactId>
69
		        </exclusion>
70
		        <exclusion>
71
		        	<groupId>org.apache.maven.plugins</groupId>
72
					<artifactId>maven-clean-plugin</artifactId>
73
		        </exclusion>
74
		        <exclusion>
75
		        	<groupId>org.jibx</groupId>
76
					<artifactId>maven-jibx-plugin</artifactId>
77
		        </exclusion>
78
		        <!-- TODO: refine the JCS requirements -->
79
		        <exclusion>
80
		        	<groupId>berkeleydb</groupId>
81
      				<artifactId>berkeleydb</artifactId>
82
		        </exclusion>
83
		        <exclusion>
84
		        	<groupId>mysql</groupId>
85
      				<artifactId>mysql-connector-java</artifactId>
86
		        </exclusion>
87
		        <exclusion>
88
		        	<groupId>hsqldb</groupId>
89
					<artifactId>hsqldb</artifactId>
90
		        </exclusion>
91
		        <exclusion>
92
					<groupId>xml-apis</groupId>
93
					<artifactId>xml-apis</artifactId>
94
		        </exclusion>
95
		        <exclusion>
96
		        	<groupId>junit</groupId>
97
					<artifactId>junit</artifactId>
98
		        </exclusion>
99
			</exclusions>
100
		</dependency>
101
		<!-- geotools -->
102
		<dependency>
103
            <groupId>org.geotools</groupId>
104
			<artifactId>gt-api</artifactId>
105
			<version>2.6.4</version>
106
		</dependency>
107
		<dependency>
108
            <groupId>org.geotools</groupId>
109
			<artifactId>gt-data</artifactId>
110
			<version>2.6.4</version>
111
		</dependency>
112
		<dependency>
113
            <groupId>org.geotools</groupId>
114
			<artifactId>gt-shapefile</artifactId>
115
			<version>2.6.4</version>
116
		</dependency>
117
		<dependency>
118
        	<groupId>com.servlets</groupId>
119
        	<artifactId>cos</artifactId>
120
        	<version>05Nov2002</version>
121
		</dependency>
122
		<dependency>
123
			<groupId>com.hazelcast</groupId>
124
			<artifactId>hazelcast</artifactId>
125
			<version>2.4.1</version>
126
		</dependency>
127
		<dependency>
128
        	<groupId>net.sf.opencsv</groupId>
129
        	<artifactId>opencsv</artifactId>
130
        	<version>1.8</version>
131
		</dependency>
132
		<dependency>
133
    		<groupId>org.apache.wicket</groupId>
134
    		<artifactId>wicket-core</artifactId>
135
			<version>6.7.0</version>
136
		</dependency>
137
		<dependency>
138
			<groupId>postgresql</groupId>
139
			<artifactId>postgresql</artifactId>
140
			<version>8.0-312.jdbc3</version>
141
		</dependency>
142
		<dependency>
143
			<groupId>org.apache.solr</groupId>
144
			<artifactId>solr-core</artifactId>
145
			<version>3.4.0</version>
146
		</dependency>
147
		<dependency>
148
			<groupId>org.apache.solr</groupId>
149
			<artifactId>solr-solrj</artifactId>
150
			<version>3.4.0</version>
151
			<exclusions>
152
				<exclusion>
153
		        	<groupId>junit</groupId>
154
					<artifactId>junit</artifactId>
155
		        </exclusion>
156
			</exclusions>
157
		</dependency>
158
		<dependency>
159
			<groupId>commons-io</groupId>
160
			<artifactId>commons-io</artifactId>
161
			<version>2.0</version>
162
		</dependency>
163
		<dependency>
164
      		<groupId>org.dspace</groupId>
165
			<artifactId>oaicat</artifactId>
166
			<version>1.5.48</version>
167
		</dependency>
168
		<dependency>
169
			<groupId>org.quartz-scheduler</groupId>
170
			<artifactId>quartz</artifactId>
171
			<version>1.7.2</version>
172
		</dependency>
173
		<dependency>
174
			<groupId>org.apache.axis</groupId>
175
			<artifactId>axis</artifactId>
176
			<version>1.4</version>
177
		</dependency>
178
		<dependency>
179
			<groupId>javax.xml</groupId>
180
			<artifactId>jaxrpc-api</artifactId>
181
			<version>1.1</version>
182
		</dependency>
183
		<dependency>
184
			<groupId>junit</groupId>
185
			<artifactId>junit</artifactId>
186
			<version>4.8.2</version>
187
		</dependency>
188
    </dependencies>
189
</project>
(6-6/7)