From 3a762add44449332d6d379e361698850f6066e16 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期一, 19 五月 2025 15:20:12 +0800
Subject: [PATCH] 修改

---
 exam-system/pom.xml |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/exam-system/pom.xml b/exam-system/pom.xml
index 505b850..e41ef87 100644
--- a/exam-system/pom.xml
+++ b/exam-system/pom.xml
@@ -37,6 +37,22 @@
             <version>3.18.0</version>
             <scope>compile</scope>
         </dependency>
+        <dependency>
+            <groupId>jit</groupId>
+            <artifactId>vstk</artifactId>
+            <version>1.5</version>
+        </dependency>
+        <dependency>
+            <groupId>com.caizheng</groupId>
+            <artifactId>SNAPSHOT</artifactId>
+            <version>1.0.0</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.dom4j</groupId>
+            <artifactId>dom4j</artifactId>
+            <version>2.1.3</version> <!-- 请检查最新版本 -->
+        </dependency>
 
     </dependencies>
 

--
Gitblit v1.9.2