Skip to content

Commit 48c0a5d

Browse files
committed
Remove jetty-util-ajax from shaded hadoop-cient-minicluster jar.
jetty-security 9.4.35 adds a new dependency jetty-util-ajax. Exclude it to make shading pass. Change-Id: I9f62d76cd74bc89ede2c28d440dbe316545393aa
1 parent 48f044c commit 48c0a5d

File tree

1 file changed

+6
-0
lines changed
  • hadoop-client-modules/hadoop-client-minicluster

1 file changed

+6
-0
lines changed

hadoop-client-modules/hadoop-client-minicluster/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,12 @@
840840
<exclude>*/**</exclude>
841841
</excludes>
842842
</filter>
843+
<filter>
844+
<artifact>org.eclipse.jetty:jetty-util-ajax</artifact>
845+
<excludes>
846+
<exclude>*/**</exclude>
847+
</excludes>
848+
</filter>
843849
<filter>
844850
<artifact>org.eclipse.jetty:jetty-server</artifact>
845851
<excludes>

0 commit comments

Comments
 (0)