Project

General

Profile

« Previous | Next » 

Revision 57628

override properties for some util libraries for the bug on execution of 3M mappings (geo coordinates)

View differences:

modules/dnet-core-components/branches/saxonHE-SOLR-772/pom.xml
88 88
		<dependency>
89 89
			<groupId>org.apache.httpcomponents</groupId>
90 90
			<artifactId>httpclient</artifactId>
91
			<!-- version>${httpcomponents.httpclient.version}</version-->
92
			<version>4.5.6</version>
91
			<version>${httpcomponents.httpclient.version}</version>
93 92
		</dependency>
94 93

  
95 94
		<!-- cxf -->
......
137 136
		<dependency>
138 137
			<groupId>net.sf.saxon</groupId>
139 138
			<artifactId>Saxon-HE</artifactId>
140
			<version>9.5.1-5</version>
139
			<version>9.9.1-3</version>
141 140
		</dependency>
142 141

  
143 142
		<dependency>
......
197 196
			<version>${spring.version}</version>
198 197
			<optional>false</optional>
199 198
		</dependency>
199
	</dependencies>
200 200

  
201
	<properties>
202
		<httpcomponents.httpclient.version>4.5.6</httpcomponents.httpclient.version>
203
		<commons.io.version>2.5</commons.io.version>
204
		<commons.lang.version>3.5</commons.lang.version>
205
		<google.guava.version>20.0</google.guava.version>
206
	</properties>
201 207

  
202
	</dependencies>
208

  
203 209
</project>

Also available in: Unified diff