From 9346b82cef083b957271e6bc308970594ca132be Mon Sep 17 00:00:00 2001
From: heheng <heheng@123456>
Date: 星期一, 10 二月 2025 14:21:23 +0800
Subject: [PATCH] 测试

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

diff --git a/exam-system/pom.xml b/exam-system/pom.xml
index 713a313..a2d6b6c 100644
--- a/exam-system/pom.xml
+++ b/exam-system/pom.xml
@@ -37,6 +37,13 @@
             <version>3.18.0</version>
             <scope>compile</scope>
         </dependency>
+        <dependency>
+            <groupId>com.example</groupId>
+            <artifactId>jit-vstk-jdk15-new-2.0.308.25.1</artifactId>
+            <version>1.0</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/src/main/resources/thdjar/jit-vstk-jdk15-new-2.0.308.25.1.jar</systemPath>
+        </dependency>
 
         <dependency>
             <groupId>org.dom4j</groupId>

--
Gitblit v1.9.2