Skip to content

Commit 3f18d16

Browse files
committed
调整第三方依赖位置:jEG/jMG 改用 libs 目录
1 parent e0fa8af commit 3f18d16

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
java -jar shiro_attack-<version>-<jdk>.jar
148148
```
149149
> 推荐优先下载 `bundle.zip`,解压后直接运行
150-
> 若需自行构建,请确保仓库内 `tools/jEG-core-1.0.0.jar` 与 `tools/jmg-sdk-1.0.9.jar` 可用
150+
> 若需自行构建,请确保仓库内 `libs/jEG-core-1.0.0.jar` 与 `libs/jmg-sdk-1.0.9.jar` 可用
151151
files: |
152152
artifacts/**/*.jar
153153
artifacts/**/*.zip

libs/jEG-core-1.0.0.jar

807 KB
Binary file not shown.

libs/jmg-sdk-1.0.9.jar

10.5 MB
Binary file not shown.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,14 +316,14 @@
316316
<artifactId>jeg-core</artifactId>
317317
<version>1.0.0</version>
318318
<scope>system</scope>
319-
<systemPath>${project.basedir}/tools/jEG-core-1.0.0.jar</systemPath>
319+
<systemPath>${project.basedir}/libs/jEG-core-1.0.0.jar</systemPath>
320320
</dependency>
321321
<dependency>
322322
<groupId>jmg</groupId>
323323
<artifactId>jmg-sdk</artifactId>
324324
<version>1.0.9</version>
325325
<scope>system</scope>
326-
<systemPath>${project.basedir}/tools/jmg-sdk-1.0.9.jar</systemPath>
326+
<systemPath>${project.basedir}/libs/jmg-sdk-1.0.9.jar</systemPath>
327327
</dependency>
328328

329329
</dependencies>

0 commit comments

Comments
 (0)