修改打包方式

This commit is contained in:
2026-05-17 19:23:42 +08:00
parent 9ce25d3d97
commit 2c475795f0
4 changed files with 9 additions and 0 deletions

View File

@@ -193,11 +193,15 @@
<groupId>com.ydd.framwork.core</groupId>
<artifactId>framework-core</artifactId>
<version>2.1.5</version>
<scope>system</scope>
<systemPath>${project.basedir}/../other/libs/framework-core-2.1.5.jar</systemPath>
</dependency>
<dependency>
<groupId>com.dw.ccm.wechat.base</groupId>
<artifactId>wechat-base</artifactId>
<version>1.0.47-RELEASE</version>
<scope>system</scope>
<systemPath>${project.basedir}/../other/libs/wechat-base-1.0.47-RELEASE.jar</systemPath>
</dependency>
</dependencies>