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

cnauroth pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new 7e682e0f976 YARN-11793: Remove grizzly-http-* dependencies from Hadoop 
to avoid transitive inclusions.
7e682e0f976 is described below

commit 7e682e0f976694bf3030309f73ac2264694f6d70
Author: Susheel Gupta <susheelg...@gmail.com>
AuthorDate: Fri Mar 7 19:35:00 2025 +0000

    YARN-11793: Remove grizzly-http-* dependencies from Hadoop to avoid 
transitive inclusions.
    
    Closes #7482
    
    Signed-off-by: Chris Nauroth <cnaur...@apache.org>
---
 hadoop-project/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index b848d26653d..47f0081a9fa 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1034,6 +1034,18 @@
             <groupId>javax.servlet</groupId>
             <artifactId>javax.servlet-api</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.glassfish.grizzly</groupId>
+            <artifactId>grizzly-http</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.glassfish.grizzly</groupId>
+            <artifactId>grizzly-http-servlet</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.glassfish.grizzly</groupId>
+            <artifactId>grizzly-http-server</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to