HiuKwok commented on code in PR #45154:
URL: https://github.com/apache/spark/pull/45154#discussion_r1499201080
##########
sql/hive/pom.xml:
##########
@@ -135,6 +135,11 @@
<artifactId>jackson-mapper-asl</artifactId>
</dependency>
<!-- transitive dependencies of hive-exec-core doesn't declare -->
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>javax.servlet-api</artifactId>
+ <version>${javaxservlet.version}</version>
Review Comment:
Yes we need the version, or else I will need to declare the same under
`dependencyManagement` for `spark-parent`.
Should I declare once the on spark-parent so all modules can reuse the
declaration?
--
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]