From 9318f2446a94ce7df308c57c1c651e0c23e0036b Mon Sep 17 00:00:00 2001 From: heheng <heheng@123456> Date: 星期四, 20 二月 2025 08:49:23 +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