From dcf2c39ca10e6b7e91a7970cd784a5bf07a55207 Mon Sep 17 00:00:00 2001 From: heheng <heheng@123456> Date: 星期二, 18 二月 2025 16:41:52 +0800 Subject: [PATCH] merge --- 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