Skip to content

Commit 38079d6

Browse files
committed
YARN-11793: Remove grizzly-http-* dependencies from Hadoop to avoid transitive inclusions.
1 parent 7ab88fe commit 38079d6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

hadoop-project/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2133,6 +2133,18 @@
21332133
<groupId>javax.servlet</groupId>
21342134
<artifactId>javax.servlet-api</artifactId>
21352135
</exclusion>
2136+
<exclusion>
2137+
<groupId>org.glassfish.grizzly</groupId>
2138+
<artifactId>grizzly-http</artifactId>
2139+
</exclusion>
2140+
<exclusion>
2141+
<groupId>org.glassfish.grizzly</groupId>
2142+
<artifactId>grizzly-http-servlet</artifactId>
2143+
</exclusion>
2144+
<exclusion>
2145+
<groupId>org.glassfish.grizzly</groupId>
2146+
<artifactId>grizzly-http-server</artifactId>
2147+
</exclusion>
21362148
</exclusions>
21372149
</dependency>
21382150
<dependency>

0 commit comments

Comments
 (0)