From 5ba66844cb980f7f6b799f11f731ecd078a596ef Mon Sep 17 00:00:00 2001
From: kongdeqiang <kongdeqiang960204@163.com>
Date: 星期四, 26 二月 2026 22:28:21 +0800
Subject: [PATCH] fix:白名单新增bug

---
 pom.xml |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8b1c7d6..0a5ce06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,8 +117,8 @@
             <version>1.68</version>
         </dependency>
         <dependency>
-            <groupId>com.ruim.ifsp</groupId>
-            <artifactId>signature</artifactId>
+            <groupId>com.example.local</groupId>
+            <artifactId>ifsp-signature</artifactId>
             <version>1.1.0.6</version>
         </dependency>
         <dependency>
@@ -136,16 +136,16 @@
             <artifactId>springdoc-openapi-ui</artifactId>
             <version>1.6.14</version>
         </dependency>
-<!--        <dependency>-->
-<!--            <groupId>com.led</groupId>-->
-<!--            <artifactId>show</artifactId>-->
-<!--            <version>0.0.0.1</version>-->
-<!--        </dependency>-->
-<!--        <dependency>-->
-<!--            <groupId>net.sf</groupId>-->
-<!--            <artifactId>jni4net</artifactId>-->
-<!--            <version>0.8.8.0</version>-->
-<!--        </dependency>-->
+        <dependency>
+            <groupId>com.example.led</groupId>
+            <artifactId>ledshow</artifactId>
+            <version>1.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>com.example.jni</groupId>
+            <artifactId>jni4net</artifactId>
+            <version>0.8.8.0</version>
+        </dependency>
 
     </dependencies>
 

--
Gitblit v1.9.1