From 94509204d25f7c0ad213ae2322be2bd5bfd17424 Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期一, 14 七月 2025 16:30:28 +0800 Subject: [PATCH] 1.初始化配煤计算器数据 2。配煤到待入库 --- ruoyi-common/pom.xml | 17 ----------------- 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index e001c16..1ce8076 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -119,18 +119,6 @@ <artifactId>jakarta.servlet-api</artifactId> </dependency> - <dependency> - <groupId>org.mybatis</groupId> - <artifactId>mybatis</artifactId> - <version>3.5.16</version> - </dependency> - - <dependency> - <groupId>com.baomidou</groupId> - <artifactId>mybatis-plus-spring-boot3-starter</artifactId> - <version>3.5.12</version> - </dependency> - <!-- minio --> <dependency> <groupId>io.minio</groupId> @@ -146,11 +134,6 @@ <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> - </dependency> - - <dependency> - <groupId>io.springfox</groupId> - <artifactId>springfox-boot-starter</artifactId> </dependency> <dependency> -- Gitblit v1.9.3