scope 流水线打包

This commit is contained in:
2026-05-17 14:36:15 +08:00
parent 9398b26948
commit 03ce6c9c2c
6 changed files with 43 additions and 1 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>