From 70dcf4e610a0ec5fd6ca2c3daf9edf4957b30529 Mon Sep 17 00:00:00 2001 From: “djh” <“3298565835@qq.com”> Date: 星期二, 25 二月 2025 16:34:46 +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