This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch ranger-2.8
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.8 by this push:
     new 20c487527 RANGER-5460: updated jetty version to 9.4.57.v20241219 (#821)
20c487527 is described below

commit 20c487527c7657490e0b1ba711c17a9ebffda102
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)
    
    (cherry picked from commit d48e3528eb0d5dca965e53bb4a75f18f3b2d24a2)
---
 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 cdd34e565..cd2788e0d 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 7d4876b91..1516e6ac4 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>

Reply via email to