Skip to content

Commit

Permalink
[AMORO-2765] Filter out jersey in hadoop client (apache#2766)
Browse files Browse the repository at this point in the history
filter out jersey in hadoop client
  • Loading branch information
link3280 authored Apr 22, 2024
1 parent f3486e4 commit 9a2885a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
</exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-servlet</artifactId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
Expand Down

0 comments on commit 9a2885a

Please sign in to comment.