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 474f5343a46 Revert "YARN-11793: Remove grizzly-http-* dependencies from Hadoop to avoid transitive inclusions." 474f5343a46 is described below commit 474f5343a4676832cf514ff37c03d25915472752 Author: Chris Nauroth <cnaur...@apache.org> AuthorDate: Sat Mar 8 22:37:50 2025 +0000 Revert "YARN-11793: Remove grizzly-http-* dependencies from Hadoop to avoid transitive inclusions." This reverts commit 7e682e0f976694bf3030309f73ac2264694f6d70. --- hadoop-project/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 47f0081a9fa..b848d26653d 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -1034,18 +1034,6 @@ <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