From 907641e56c2085aaa81f267946dc3e3e9fca73e7 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 18 九月 2024 09:39:02 +0800 Subject: [PATCH] 代码提交 --- ruoyi-common/pom.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 9299be2..5f95e8f 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -197,7 +197,11 @@ <version>1.2.41</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-test</artifactId> + </dependency> </dependencies> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3