This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 9a2885a7a [AMORO-2765] Filter out jersey in hadoop client (#2766)
9a2885a7a is described below
commit 9a2885a7a72bceb685df5f9717d4dabbde4e9eb2
Author: Paul Lin <[email protected]>
AuthorDate: Mon Apr 22 11:29:19 2024 +0800
[AMORO-2765] Filter out jersey in hadoop client (#2766)
filter out jersey in hadoop client
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 27b73d721..7b03b0051 100644
--- a/pom.xml
+++ b/pom.xml
@@ -354,7 +354,7 @@
</exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
- <artifactId>jersey-servlet</artifactId>
+ <artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>