From 8634715802fcd62804d9c5bdda751414e677f9c2 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期日, 25 八月 2024 19:24:33 +0800
Subject: [PATCH] 1

---
 se-auth/pom.xml |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/se-auth/pom.xml b/se-auth/pom.xml
index 74e7bc8..077b5b6 100644
--- a/se-auth/pom.xml
+++ b/se-auth/pom.xml
@@ -46,12 +46,18 @@
             <artifactId>spring-boot-starter-actuator</artifactId>
         </dependency>
 		
-        <!-- RuoYi Common Security-->
+        <!-- SE Common Security-->
         <dependency>
             <groupId>com.se</groupId>
             <artifactId>se-common-security</artifactId>
         </dependency>
-        
+
+        <!--lombok-->
+        <dependency>
+            <groupId>org.projectlombok</groupId>
+            <artifactId>lombok</artifactId>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 	
     <build>

--
Gitblit v1.9.3