CalvinKirs commented on code in PR #17377: URL: https://github.com/apache/doris/pull/17377#discussion_r1125585714
########## fe/pom.xml: ########## @@ -311,8 +315,14 @@ under the License. <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client</artifactId> <version>${hadoop.version}</version> - <scope>compile</scope> </dependency> + <!-- https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper --> + <dependency> Review Comment: It's a transitive dependency, due to the existence of CVE, so needs to upgrade -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org