From f904274947d9a4bb44037e4d18a7d85c6aadaf7b Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期六, 14 六月 2025 15:08:37 +0800 Subject: [PATCH] 1.生产加工 2.库存优化 --- ruoyi-common/pom.xml | 21 ++++----------------- 1 files changed, 4 insertions(+), 17 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 717afb3..ffa3d11 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -125,18 +125,6 @@ <version>3.5.16</version> </dependency> - <dependency> - <groupId>com.baomidou</groupId> - <artifactId>mybatis-plus-spring-boot3-starter</artifactId> - <version>3.5.10</version> - </dependency> - - <dependency> - <groupId>com.baomidou</groupId> - <artifactId>mybatis-plus-jsqlparser</artifactId> - <version>3.5.10</version> - </dependency> - <!-- minio --> <dependency> <groupId>io.minio</groupId> @@ -155,14 +143,13 @@ </dependency> <dependency> - <groupId>io.springfox</groupId> - <artifactId>springfox-boot-starter</artifactId> - </dependency> - - <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> + <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + </dependency> </dependencies> -- Gitblit v1.9.3