From 27e9d7d2c7db63c5f12c83e069980213398e8337 Mon Sep 17 00:00:00 2001 From: XiaoRuby <3114200645@qq.com> Date: 星期四, 13 七月 2023 10:22:51 +0800 Subject: [PATCH] LIMS管理系统框架-开发7-12-v1.0.0 --- user-server/pom.xml | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/user-server/pom.xml b/user-server/pom.xml index 96c60be..1fb88b1 100644 --- a/user-server/pom.xml +++ b/user-server/pom.xml @@ -16,11 +16,6 @@ <packaging>jar</packaging> <dependencies> <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-test</artifactId> - </dependency> - - <dependency> <groupId>com.yunchu.limslaboratory</groupId> <artifactId>framework</artifactId> <version>${project.parent.version}</version> -- Gitblit v1.9.3