add:增加语言包依赖

This commit is contained in:
zhangzq
2025-09-30 16:21:29 +08:00
parent 12675322da
commit 12413bd3ca
3 changed files with 14 additions and 1 deletions

View File

@@ -280,7 +280,13 @@
<type>pom</type>
</dependency>
<!-- 规则处理-->
<dependency>
<groupId>nl.sdkall</groupId>
<artifactId>language-all</artifactId>
<version>0.0.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/language-all.jar</systemPath>
</dependency>
<!-- quartz -->
<dependency>
<groupId>org.quartz-scheduler</groupId>