From 35f6a685e3976972f226f032cd9fc36fb646c77c Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期三, 24 十二月 2025 11:05:36 +0800
Subject: [PATCH] fix : 修改打包文件

---
 pom.xml |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 32afc3d..53d6b4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,41 @@
             <groupId>com.ruim.ifsp</groupId>
             <artifactId>signature</artifactId>
             <version>1.1.0.6</version>
+            <scope>system</scope>
+            <!-- 璺緞瀵瑰簲椤圭洰涓璊AR鐨勪綅缃紙姣斿鏀惧湪resources/lib涓嬶紝杩欓噷瑕佽皟鏁村疄闄呰矾寰勶級 -->
+            <systemPath>${project.basedir}/ifsp-signature-1.1.0.6.jar</systemPath>
         </dependency>
+        <dependency>
+            <groupId>org.eclipse.paho</groupId>
+            <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
+            <version>1.0.2</version>
+        </dependency>
+        <dependency>
+            <groupId>com.github.xiaoymin</groupId>
+            <artifactId>knife4j-openapi3-spring-boot-starter</artifactId>
+            <version>4.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springdoc</groupId>
+            <artifactId>springdoc-openapi-ui</artifactId>
+            <version>1.6.14</version>
+        </dependency>
+        <dependency>
+            <groupId>com.led</groupId>
+            <artifactId>ledshow</artifactId>
+            <version>1.0.0</version>
+            <scope>system</scope>
+            <!-- 璺緞瀵瑰簲椤圭洰涓璊AR鐨勪綅缃紙姣斿鏀惧湪resources/lib涓嬶紝杩欓噷瑕佽皟鏁村疄闄呰矾寰勶級 -->
+            <systemPath>${project.basedir}/LedShow.j4n.jar</systemPath>
+        </dependency>
+        <dependency>
+            <groupId>net.sf</groupId>
+            <artifactId>jni4net</artifactId>
+            <version>0.8.8.0</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/jni4net.j-0.8.8.0.jar</systemPath>
+        </dependency>
+
     </dependencies>
 
     <build>

--
Gitblit v1.9.1