Project

General

Profile

« Previous | Next » 

Revision 7666

force the use of newer xercesImpl 2.7.1

View differences:

pom.xml
96 96
		        	<groupId>junit</groupId>
97 97
					<artifactId>junit</artifactId>
98 98
		        </exclusion>
99
		        <exclusion>
100
					<groupId>xerces</groupId>
101
					<artifactId>xercesImpl</artifactId>
102
		        </exclusion>
99 103
			</exclusions>
100 104
		</dependency>
101 105
		<!-- geotools -->
......
185 189
			<artifactId>junit</artifactId>
186 190
			<version>4.8.2</version>
187 191
		</dependency>
192
		<!-- require newer xercesImpl -->
188 193
		<dependency>
194
			<groupId>xerces</groupId>
195
			<artifactId>xercesImpl</artifactId>
196
			<version>2.7.1</version>
197
		</dependency>
198
		<dependency>
189 199
            <groupId>edu.ucsb.nceas.metacat.common</groupId>
190 200
            <artifactId>metacat-common</artifactId>
191 201
            <version>1.0-SNAPSHOT</version>

Also available in: Unified diff