Project

General

Profile

« Previous | Next » 

Revision 8758

use newer httpclient library so that Jena's dependency is met - this goes all the way back to d1_common/libclient needing to pull in the newer library.

View differences:

pom.xml
10 10
    <url>http://maven.apache.org</url>
11 11
    <properties>
12 12
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
        <d1_libclient_version>1.2.4</d1_libclient_version>
14
        <d1_common_java_version>1.1.3</d1_common_java_version>
15
        <d1_portal_version>1.2.0</d1_portal_version>
13
        <d1_libclient_version>1.4.0-SNAPSHOT</d1_libclient_version>
14
        <d1_portal_version>1.3.0-SNAPSHOT</d1_portal_version>
16 15
        <metacat_common_version>2.4.2-SNAPSHOT</metacat_common_version>            
17 16
    </properties>
18 17
    <repositories>
......
207 206
					<groupId>xerces</groupId>
208 207
					<artifactId>xercesImpl</artifactId>
209 208
		        </exclusion>
209
		        <exclusion>
210
					<groupId>com.hp.hpl.jena</groupId>
211
					<artifactId>jena</artifactId>
212
				</exclusion>
210 213
			</exclusions>
211 214
		</dependency>
212 215
		<dependency>
213 216
			<groupId>edu.ucsb.nceas</groupId>
214 217
			<artifactId>ezid</artifactId>
215
			<version>1.0.0</version>
218
			<version>1.0.1-SNAPSHOT</version>
216 219
		</dependency>
217 220
		<!-- geotools -->
218 221
		<dependency>
......
327 330
            <artifactId>jbcrypt</artifactId>
328 331
            <version>0.3m</version>
329 332
        </dependency>
333
        <!-- jena tdb -->
334
        <dependency>
335
			<groupId>org.apache.jena</groupId>
336
			<artifactId>jena-tdb</artifactId>
337
			<version>1.0.0</version>
338
		</dependency>
330 339
    </dependencies>
331 340
</project>

Also available in: Unified diff