From 3a762add44449332d6d379e361698850f6066e16 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: Mon, 19 May 2025 15:20:12 +0800
Subject: [PATCH] 修改
---
exam-system/pom.xml | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/exam-system/pom.xml b/exam-system/pom.xml
index a2d6b6c..e41ef87 100644
--- a/exam-system/pom.xml
+++ b/exam-system/pom.xml
@@ -38,11 +38,14 @@
<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>
+ <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>
--
Gitblit v1.9.2