From 536b618c8ff3ce8bb523930b1dfd6c194637e643 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 03 六月 2025 13:34:43 +0800
Subject: [PATCH] 自动插入更新时间

---
 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 2dce126..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>
@@ -152,11 +140,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