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
34 34
			<artifactId>metacat-common</artifactId>
35 35
			<version>2.4.2-SNAPSHOT</version>
36 36
			<type>jar</type>
37
			<exclusions>
38
				<exclusion>
39
					<groupId>org.apache.httpcomponents</groupId>
40
					<artifactId>httpclient</artifactId>
41
				</exclusion>
42
				<exclusion>
43
					<groupId>org.apache.httpcomponents</groupId>
44
					<artifactId>httpmime</artifactId>
45
				</exclusion>
46
			</exclusions>
47 37
		</dependency>
48 38
		<dependency>
49 39
			<groupId>javax.servlet</groupId>
......
65 55
				<exclusion>
66 56
					<groupId>com.hp.hpl.jena</groupId>
67 57
					<artifactId>jena</artifactId>
68
				</exclusion>
58
				</exclusion>				
69 59
				<exclusion>
70
					<groupId>org.apache.httpcomponents</groupId>
71
					<artifactId>httpclient</artifactId>
72
				</exclusion>
73
				
74
				<exclusion>
75 60
					<groupId>xml-apis</groupId>
76 61
					<artifactId>xml-apis</artifactId>
77 62
				</exclusion>

Also available in: Unified diff