adoroszlai commented on code in PR #9285:
URL: https://github.com/apache/ozone/pull/9285#discussion_r2536710475


##########
hadoop-ozone/insight/pom.xml:
##########
@@ -35,12 +35,12 @@
       <artifactId>picocli</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpclient</artifactId>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>

Review Comment:
   `hadoop-common` brings a lot of transitive dependencies.  `ozone-insight` is 
a CLI tool, so it does not need the server-side artifacts.  Please change the 
module's parent artifact to
   
   
https://github.com/apache/ozone/blob/f093e68af3c549ba7c92a120b272602731e9d2c6/hadoop-ozone/cli-admin/pom.xml#L17-L22
   
   to inherit the client-side exclusions for `hadoop-common`.



-- 
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]

Reply via email to