CalvinKirs commented on code in PR #38843: URL: https://github.com/apache/doris/pull/38843#discussion_r1703466240
########## fe/pom.xml: ########## @@ -435,6 +435,12 @@ under the License. <scope>import</scope> <type>pom</type> </dependency> + <dependency> + <groupId>org.glassfish</groupId> + <artifactId>javax.el</artifactId> + <scope>provided</scope> Review Comment: Since there are many transitive dependencies, I set it to scoped to provied to avoid packaging this jar -- 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