Skip to content

Commit 4628647

Browse files
committed
HDFS-15708. TestURLConnectionFactory fails by NoClassDefFoundError in branch-3.3 and branch-3.2 (#2517)
1 parent efd74cc commit 4628647

File tree

1 file changed

+5
-0
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-client

1 file changed

+5
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs-client/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
113113
<groupId>com.fasterxml.jackson.core</groupId>
114114
<artifactId>jackson-databind</artifactId>
115115
</dependency>
116+
<dependency>
117+
<groupId>org.bouncycastle</groupId>
118+
<artifactId>bcprov-jdk15on</artifactId>
119+
<scope>test</scope>
120+
</dependency>
116121
</dependencies>
117122

118123
<build>

0 commit comments

Comments
 (0)