|
@@ -462,12 +462,12 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<artifactId>httpclient</artifactId>
|
|
<artifactId>httpclient</artifactId>
|
|
- <version>4.2.5</version>
|
|
|
|
|
|
+ <version>4.5.2</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<artifactId>httpcore</artifactId>
|
|
<artifactId>httpcore</artifactId>
|
|
- <version>4.2.5</version>
|
|
|
|
|
|
+ <version>4.4.4</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>commons-codec</groupId>
|
|
<groupId>commons-codec</groupId>
|
|
@@ -1159,6 +1159,7 @@
|
|
<!-- HADOOP_HOME required for tests on Windows to find winutils -->
|
|
<!-- HADOOP_HOME required for tests on Windows to find winutils -->
|
|
<HADOOP_HOME>${hadoop.common.build.dir}</HADOOP_HOME>
|
|
<HADOOP_HOME>${hadoop.common.build.dir}</HADOOP_HOME>
|
|
<LD_LIBRARY_PATH>${env.LD_LIBRARY_PATH}:${project.build.directory}/native/target/usr/local/lib:${hadoop.common.build.dir}/native/target/usr/local/lib</LD_LIBRARY_PATH>
|
|
<LD_LIBRARY_PATH>${env.LD_LIBRARY_PATH}:${project.build.directory}/native/target/usr/local/lib:${hadoop.common.build.dir}/native/target/usr/local/lib</LD_LIBRARY_PATH>
|
|
|
|
+ <DYLD_LIBRARY_PATH>${env.DYLD_LIBRARY_PATH}:${project.build.directory}/native/target/usr/local/lib:${hadoop.common.build.dir}/native/target/usr/local/lib</DYLD_LIBRARY_PATH>
|
|
<MALLOC_ARENA_MAX>4</MALLOC_ARENA_MAX>
|
|
<MALLOC_ARENA_MAX>4</MALLOC_ARENA_MAX>
|
|
</environmentVariables>
|
|
</environmentVariables>
|
|
<systemPropertyVariables>
|
|
<systemPropertyVariables>
|