slfan1989 commented on code in PR #6989:
URL: https://github.com/apache/hadoop/pull/6989#discussion_r1720762791
##########
hadoop-client-modules/hadoop-client-minicluster/pom.xml:
##########
@@ -411,72 +415,20 @@
<!-- Skip commons-logging:commons-logging-api because it looks like
nothing actually included it -->
<!-- Skip jetty-util because it's in client -->
<dependency>
- <groupId>com.sun.jersey</groupId>
- <artifactId>jersey-core</artifactId>
+ <groupId>org.glassfish.jersey.core</groupId>
Review Comment:
We will use `org.glassfish.jersey.core` to completely replace the original
`com.sun.jersey`, so we will completely remove the original dependency from
pom.xml.
--
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]