From 4f0d9bde31a80f6279e26466250da7716eec627f Mon Sep 17 00:00:00 2001
From: zs <zhoushuai@zbooksoft.com>
Date: 星期四, 18 十二月 2025 09:15:05 +0800
Subject: [PATCH] 提交成果资料按钮调整
---
pom.xml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4f031c4..f541fd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -837,6 +837,14 @@
<scope>system</scope>
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/kingbase8-8.6.0.jar</systemPath>
</dependency>
+ <!--鎵撳嵃鏈哄鎺�-->
+ <dependency>
+ <groupId>com.tsc_sdk</groupId>
+ <artifactId>tsc_sdk</artifactId>
+ <version>1.0.0</version>
+ <scope>system</scope>
+ <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/tsc_sdk.jar</systemPath>
+ </dependency>
<!-- <dependency>-->
<!-- <groupId>org.postgresql</groupId>-->
<!-- <artifactId>Driver</artifactId>-->
--
Gitblit v1.9.1