From 598c9d63f68a8c92b264328c88c1cb4ef25af044 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 02 九月 2025 14:32:26 +0800
Subject: [PATCH] #

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

diff --git a/pom.xml b/pom.xml
index aa3af82..b7bd3f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,6 +121,20 @@
             <artifactId>hutool-all</artifactId>
             <version>5.8.26</version>
         </dependency>
+        <dependency>
+            <groupId>apigwclient</groupId>
+            <artifactId>apigwclient</artifactId>
+            <version>1.0.0</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/src/main/resources/lib/apigwclient-0.1.5.jar</systemPath>
+        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>kingdee-xw-openapi</groupId>-->
+<!--            <artifactId>kingdee-xw-openapi</artifactId>-->
+<!--            <version>1.0.0</version>-->
+<!--            <scope>system</scope>-->
+<!--            <systemPath>${project.basedir}/src/main/resources/lib/kingdee-xw-openapi-1.0.0-jar-with-dependencies.jar</systemPath>-->
+<!--        </dependency>-->
     </dependencies>
 
     <build>

--
Gitblit v1.9.1