fix:打包

This commit is contained in:
zhangzq
2024-11-29 17:38:37 +08:00
parent 7164f694f4
commit 112ed1a7c6
3 changed files with 20 additions and 6 deletions

View File

@@ -200,7 +200,20 @@
<artifactId>mysql-connector-java</artifactId>
<version>8.0.20</version>
</dependency>
<dependency>
<groupId>com.google.gson</groupId>
<artifactId>gson-jar</artifactId>
<version>2.8.0</version>
<scope>system</scope>
<systemPath>/Users/mima0000/Desktop/gson-2.8.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.kingdee.bos.webapi</groupId>
<artifactId>kingdee-jar</artifactId>
<version>8.0.6</version>
<scope>system</scope>
<systemPath>/Users/mima0000/Desktop/k3cloud-webapi-sdk8.0.6.jar</systemPath>
</dependency>
<!-- druid数据源驱动 -->
<dependency>
<groupId>com.alibaba</groupId>