Skip to content

Commit 7ad77cb

Browse files
committed
Add missing dependency for WebHDFS
1 parent 457d7eb commit 7ad77cb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,13 @@
324324
</exclusions>
325325
</dependency>
326326

327+
<!-- missing dependency for WebHDFS -->
328+
<dependency>
329+
<groupId>javax.ws.rs</groupId>
330+
<artifactId>jsr311-api</artifactId>
331+
<version>1.1.1</version>
332+
</dependency>
333+
327334
<!-- discard all logging from Hadoop -->
328335
<dependency>
329336
<groupId>org.slf4j</groupId>
@@ -474,6 +481,10 @@
474481
<pattern>mozilla</pattern>
475482
<shadedPattern>${shadeBase}.org.apache.http.mozilla</shadedPattern>
476483
</relocation>
484+
<relocation>
485+
<pattern>javax.ws.rs</pattern>
486+
<shadedPattern>${shadeBase}.javax.ws.rs</shadedPattern>
487+
</relocation>
477488
<relocation>
478489
<pattern>io.netty</pattern>
479490
<shadedPattern>${shadeBase}.io.netty</shadedPattern>

0 commit comments

Comments
 (0)