Parcourir la source

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

This reverts commit 7e682e0f976694bf3030309f73ac2264694f6d70.
Chris Nauroth il y a 1 mois
Parent
commit
474f5343a4
1 fichiers modifiés avec 0 ajouts et 12 suppressions
  1. 0 12
      hadoop-project/pom.xml

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