You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by el...@apache.org on 2019/09/24 15:52:10 UTC

[hadoop] branch trunk updated: HDDS-2167. Hadoop31-mr acceptance test is failing due to the shading

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 91f50b9  HDDS-2167. Hadoop31-mr acceptance test is failing due to the shading
91f50b9 is described below

commit 91f50b98cad8f8fb6d459be6ee2e313230bfb83f
Author: Márton Elek <el...@apache.org>
AuthorDate: Tue Sep 24 17:52:36 2019 +0200

    HDDS-2167. Hadoop31-mr acceptance test is failing due to the shading
    
    Closes #1507
---
 hadoop-ozone/ozonefs/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hadoop-ozone/ozonefs/pom.xml b/hadoop-ozone/ozonefs/pom.xml
index 32e4a63..a945f40 100644
--- a/hadoop-ozone/ozonefs/pom.xml
+++ b/hadoop-ozone/ozonefs/pom.xml
@@ -132,6 +132,10 @@
       <artifactId>hadoop-ozone-common</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
       <groupId>com.google.code.findbugs</groupId>
       <artifactId>findbugs</artifactId>
       <version>3.0.1</version>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org