pjfanning commented on code in PR #8654:
URL: https://github.com/apache/hadoop/pull/8654#discussion_r3748825666
##########
hadoop-client-modules/hadoop-client-runtime/pom.xml:
##########
@@ -168,6 +168,7 @@
so keeping it here leads to conflicts.
-->
<exclude>org.eclipse.jetty:jetty-util</exclude>
+ <exclude>org.eclipse.jetty:jetty-util-ajax</exclude>
Review Comment:
@ajfabbri it seems like
https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-servlet/9.4.58.v20250814/dependencies
needs this dependency - so it is best that we don't remove the ability to get
download the dependency.
The aim of this PR is to reduce the number of jars that the Hadoop code
relies on directly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]