Browse Source

Revert "YARN-11793: Remove grizzly-http-* dependencies from Hadoop to avoid transitive inclusions."

This reverts commit 126c3d4be10ede41b7ee45a6da3f6753f3ec0254.
Chris Nauroth 1 month ago
parent
commit
081d51a382
1 changed files with 0 additions and 12 deletions
  1. 0 12
      hadoop-project/pom.xml

+ 0 - 12
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>