From 3fa1bec83243a39d3209b15a96d67e0d75d078ca Mon Sep 17 00:00:00 2001
From: heheng <heheng@123456>
Date: 星期五, 22 十一月 2024 16:59:58 +0800
Subject: [PATCH] 部分修改

---
 expert-system/pom.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/expert-system/pom.xml b/expert-system/pom.xml
index c1e747f..8ddf9ab 100644
--- a/expert-system/pom.xml
+++ b/expert-system/pom.xml
@@ -22,6 +22,11 @@
             <groupId>com.gkhy</groupId>
             <artifactId>expert-common</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.projectlombok</groupId>
+            <artifactId>lombok</artifactId>
+            <scope>provided</scope>
+        </dependency>
 
     </dependencies>
 

--
Gitblit v1.9.2