This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new d48e3528e RANGER-5460: updated jetty version to 9.4.57.v20241219 (#821)
d48e3528e is described below
commit d48e3528eb0d5dca965e53bb4a75f18f3b2d24a2
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Mon Jan 26 18:42:58 2026 -0800
RANGER-5460: updated jetty version to 9.4.57.v20241219 (#821)
---
hbase-agent/pom.xml | 2 +-
knox-agent/pom.xml | 17 -----------------
2 files changed, 1 insertion(+), 18 deletions(-)
diff --git a/hbase-agent/pom.xml b/hbase-agent/pom.xml
index 9f628ae27..49d4cb0ed 100644
--- a/hbase-agent/pom.xml
+++ b/hbase-agent/pom.xml
@@ -28,7 +28,7 @@
<name>HBase Security Plugin</name>
<description>HBase Security Plugins</description>
<properties>
- <hbase.jetty.version>9.4.56.v20240826</hbase.jetty.version>
+ <hbase.jetty.version>9.4.57.v20241219</hbase.jetty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencyManagement>
diff --git a/knox-agent/pom.xml b/knox-agent/pom.xml
index f8898e567..3fcd5adb8 100644
--- a/knox-agent/pom.xml
+++ b/knox-agent/pom.xml
@@ -28,7 +28,6 @@
<name>Knox Security Plugin</name>
<description>Knox Security Plugins</description>
<properties>
- <knox.jetty.version>9.4.56.v20240826</knox.jetty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
@@ -115,10 +114,6 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-util</artifactId>
- </exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>*</artifactId>
@@ -149,12 +144,6 @@
<exclusions><exclusion><artifactId>*</artifactId><groupId>*</groupId></exclusion></exclusions>
-->
</dependency>
- <!-- The Jetty dependency is required as Knox is not using Jetty 9.3,
which gets imported via Hadoop 3.0.0 -->
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-util</artifactId>
- <version>${knox.jetty.version}</version>
- </dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
@@ -292,12 +281,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-server</artifactId>
- <version>${knox.jetty.version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>