This is an automated email from the ASF dual-hosted git repository. cnauroth pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new 081d51a3828 Revert "YARN-11793: Remove grizzly-http-* dependencies from Hadoop to avoid transitive inclusions." 081d51a3828 is described below commit 081d51a3828bd31c6fcba118466b7f6d90e42264 Author: Chris Nauroth <cnaur...@apache.org> AuthorDate: Sat Mar 8 22:36:57 2025 +0000 Revert "YARN-11793: Remove grizzly-http-* dependencies from Hadoop to avoid transitive inclusions." This reverts commit 126c3d4be10ede41b7ee45a6da3f6753f3ec0254. --- hadoop-project/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index d5145e938ca..5c2b226d61c 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -2133,18 +2133,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> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org