From a2ea437fedc7a89a8303dc46a349e8ebb5e4572a Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 06 十二月 2024 14:15:28 +0800 Subject: [PATCH] 1 --- se-modules/se-system/pom.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/se-modules/se-system/pom.xml b/se-modules/se-system/pom.xml index 5a727b5..d6142f2 100644 --- a/se-modules/se-system/pom.xml +++ b/se-modules/se-system/pom.xml @@ -123,6 +123,13 @@ </exclusion> </exclusions> </dependency> + + <!--Caffeine--> + <dependency> + <groupId>com.github.ben-manes.caffeine</groupId> + <artifactId>caffeine</artifactId> + <version>2.9.3</version> + </dependency> </dependencies> <build> -- Gitblit v1.9.3