From 95f201010afaf1ddc4c5d17e55445476b52601bb Mon Sep 17 00:00:00 2001 From: heheng <heheng@123456> Date: 星期三, 05 二月 2025 09:37:29 +0800 Subject: [PATCH] 增加查询是否生成财政缴款码 --- exam-system/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/exam-system/pom.xml b/exam-system/pom.xml index 505b850..713a313 100644 --- a/exam-system/pom.xml +++ b/exam-system/pom.xml @@ -38,6 +38,12 @@ <scope>compile</scope> </dependency> + <dependency> + <groupId>org.dom4j</groupId> + <artifactId>dom4j</artifactId> + <version>2.1.3</version> <!-- 请检查最新版本 --> + </dependency> + </dependencies> </project> -- Gitblit v1.9.2