diff --git a/yudao-module-llm/yudao-module-llm-biz/pom.xml b/yudao-module-llm/yudao-module-llm-biz/pom.xml index eb8eccfe5..60434ecbf 100644 --- a/yudao-module-llm/yudao-module-llm-biz/pom.xml +++ b/yudao-module-llm/yudao-module-llm-biz/pom.xml @@ -85,6 +85,18 @@ compile + + org.apache.opennlp + opennlp-tools + 1.9.3 + + + + com.hankcs + hanlp + portable-1.3.4 + + diff --git a/yudao-server/pom.xml b/yudao-server/pom.xml index 67cb08546..b69297840 100644 --- a/yudao-server/pom.xml +++ b/yudao-server/pom.xml @@ -154,6 +154,17 @@ commons-lang3 3.17.0 + + com.hankcs + hanlp + portable-1.3.4 + + + org.jsoup + jsoup + 1.10.3 + +