Browse Source

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

Closes #7480

Signed-off-by: Chris Nauroth <cnauroth@apache.org>
Susheel Gupta 2 months ago
parent
commit
126c3d4be1
1 changed files with 12 additions and 0 deletions
  1. 12 0
      hadoop-project/pom.xml

+ 12 - 0
hadoop-project/pom.xml

@@ -2133,6 +2133,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>
       <dependency>