CalvinKirs commented on code in PR #48476: URL: https://github.com/apache/doris/pull/48476#discussion_r1988816647
########## fe/pom.xml: ########## @@ -793,6 +794,12 @@ under the License. <artifactId>commons-lang3</artifactId> <version>${commons-lang3.version}</version> </dependency> + <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-math3 --> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-math3</artifactId> + <version>${commons-math3.version}</version> + </dependency> Review Comment: This version hasn’t been updated since 2016... Even though there are no known CVEs at the moment, I still don’t want to include this dependency. -- 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