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

sunchao pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 3b2a131  HDFS-15708. TestURLConnectionFactory fails by 
NoClassDefFoundError in branch-3.3 and branch-3.2 (#2517)
3b2a131 is described below

commit 3b2a131885e7b4747e7d11bd36072de716c96cfa
Author: Chao Sun <[email protected]>
AuthorDate: Fri Dec 4 10:42:46 2020 -0800

    HDFS-15708. TestURLConnectionFactory fails by NoClassDefFoundError in 
branch-3.3 and branch-3.2 (#2517)
---
 hadoop-hdfs-project/hadoop-hdfs-client/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml 
b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
index 8d34753..d11ba9a 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
@@ -113,6 +113,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd";>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to