joseluisll commented on code in PR #8699:
URL: https://github.com/apache/hadoop/pull/8699#discussion_r3901237063
##########
hadoop-client-modules/hadoop-client-minicluster/pom.xml:
##########
@@ -632,7 +632,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
- <artifactId>jersey-test-framework-provider-jetty</artifactId>
+ <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
Review Comment:
I found grizzly2 imports already in the test dependency map, so I thought on
reusing it. However, asked for alternatives and Claude provided a lighter one,
using the jdk-http. So I switched to it.
--
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]