From d66fe6d46cdbaeb88e68ad96da6deb0b35cd131b Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期五, 15 十一月 2024 11:36:28 +0800 Subject: [PATCH] 清理无用代码 --- smart-man-boot/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/smart-man-boot/pom.xml b/smart-man-boot/pom.xml index bf2da59..08028d1 100644 --- a/smart-man-boot/pom.xml +++ b/smart-man-boot/pom.xml @@ -498,6 +498,12 @@ <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> </dependency> + + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-test</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> -- Gitblit v1.9.3