linghengqian commented on code in PR #17712: URL: https://github.com/apache/shardingsphere/pull/17712#discussion_r873793868
########## pom.xml: ########## @@ -735,6 +736,12 @@ <artifactId>freemarker</artifactId> <version>${freemarker.version}</version> </dependency> + + <dependency> + <groupId>com.github.ben-manes.caffeine</groupId> + <artifactId>caffeine</artifactId> + <version>${caffeine.version}</version> + </dependency> Review Comment: Because Caffine 3.1.0 requires the project's JDK build version to be greater than or equal to `11`. Refer to https://github.com/ben-manes/caffeine#download . -- 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: notifications-unsubscr...@shardingsphere.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org