This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 7405bdcb287 Remove org.glassfish.javax.el dependency of hive (#31774)
7405bdcb287 is described below
commit 7405bdcb287f4238c35cd940331695d347c9b45b
Author: ZhangCheng <[email protected]>
AuthorDate: Thu Jun 20 17:26:52 2024 +0800
Remove org.glassfish.javax.el dependency of hive (#31774)
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index a107be2dba1..3209d7d6b67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -488,6 +488,10 @@
<version>${hive.version}</version>
<scope>provided</scope>
<exclusions>
+ <exclusion>
+ <groupId>org.glassfish</groupId>
+ <artifactId>javax.el</artifactId>
+ </exclusion>
<exclusion>
<groupId>com.github.joshelser</groupId>
<artifactId>dropwizard-metrics-hadoop-metrics2-reporter</artifactId>