From f2b5d3f2d8a40ebc568bcba296f4a38d85eeb107 Mon Sep 17 00:00:00 2001
From: heheng <heheng@123456>
Date: Wed, 05 Feb 2025 13:23:16 +0800
Subject: [PATCH] 增加查询是否生成财政缴款码
---
exam-system/pom.xml | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/exam-system/pom.xml b/exam-system/pom.xml
index 6a85092..713a313 100644
--- a/exam-system/pom.xml
+++ b/exam-system/pom.xml
@@ -31,6 +31,18 @@
<artifactId>qiniu-java-sdk</artifactId>
<version>[7.2.0, 7.2.99]</version>
</dependency>
+ <dependency>
+ <groupId>org.redisson</groupId>
+ <artifactId>redisson</artifactId>
+ <version>3.18.0</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>2.1.3</version> <!-- 请检查最新版本 -->
+ </dependency>
</dependencies>
--
Gitblit v1.9.2