panbingkun commented on code in PR #38054:
URL: https://github.com/apache/spark/pull/38054#discussion_r984545586


##########
sql/hive-thriftserver/pom.xml:
##########
@@ -143,6 +143,10 @@
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>

Review Comment:
   > Is this a bug of `maven-dependency-plugin 3.3.0`? Does 3.2.x have the same 
problem?
   
   version 3.2.0 is ok when i run it on github's workflow.
   But I don't think it is a bug about 3.3.0, because explicit import the 
dependency is also reasonable.
   The code in hive-thriftserver directly uses the above class library(httpcore)



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