fix(数据管理体系): 修复打包时丢失依赖的问题

This commit is contained in:
OTTO 2025-11-12 09:57:26 +08:00
parent 0aa96e853a
commit 992c17b4c8
1 changed files with 5 additions and 0 deletions

View File

@ -130,6 +130,11 @@
<artifactId>similarity</artifactId>
<version>1.1.6</version>
</dependency>
<dependency>
<groupId>com.hankcs</groupId>
<artifactId>hanlp</artifactId>
<version>portable-1.3.4</version>
</dependency>
</dependencies>
<repositories>