paul8263 commented on code in PR #6489: URL: https://github.com/apache/hudi/pull/6489#discussion_r969348522
########## hudi-cli/pom.xml: ########## @@ -132,6 +133,33 @@ <dependencies> + <!-- Spring Boot --> + <dependency> Review Comment: Springboot spring-boot-dependencies defined a lot of version of dependencies in DependencyManagent. Unfortunately there are way too many conflicts that affects Spark and some other modules. So I removed spring-boot-dependencies BOM. -- 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]
