Skip to content

Commit 91f50b9

Browse files
committed
HDDS-2167. Hadoop31-mr acceptance test is failing due to the shading
Closes #1507
1 parent 51c64b3 commit 91f50b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hadoop-ozone/ozonefs/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@
131131
<groupId>org.apache.hadoop</groupId>
132132
<artifactId>hadoop-ozone-common</artifactId>
133133
</dependency>
134+
<dependency>
135+
<groupId>org.apache.httpcomponents</groupId>
136+
<artifactId>httpclient</artifactId>
137+
</dependency>
134138
<dependency>
135139
<groupId>com.google.code.findbugs</groupId>
136140
<artifactId>findbugs</artifactId>

0 commit comments

Comments
 (0)