This is an automated email from the ASF dual-hosted git repository.
zabetak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 6d347209f35 HIVE-29441: Avoid resolving dependency
org.glassfish:javax.el (#6297)
6d347209f35 is described below
commit 6d347209f35af30da4e2529d57fd53916d6cff16
Author: Thomas Rebele <[email protected]>
AuthorDate: Fri Apr 10 14:16:22 2026 +0200
HIVE-29441: Avoid resolving dependency org.glassfish:javax.el (#6297)
Exclude org.glassfish.web:javax.servlet.jsp from hbase-testing-util
---
pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/pom.xml b/pom.xml
index 9d88dcdf8a1..f660a9b7c2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1303,6 +1303,18 @@
<classifier>tests</classifier>
<version>${hbase.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>hbase-testing-util</artifactId>
+ <version>${hbase.version}</version>
+ <classifier>tests</classifier>
+ <exclusions>
+ <exclusion>
+ <groupId>org.glassfish.web</groupId>
+ <artifactId>javax.servlet.jsp</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minicluster</artifactId>