From 54af4825ef5a74f16754297b1fccef49472b860e Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 15 八月 2023 21:13:34 +0800
Subject: [PATCH] bug修改
---
ycl-platform/pom.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/ycl-platform/pom.xml b/ycl-platform/pom.xml
index 78d280f..67a9c94 100644
--- a/ycl-platform/pom.xml
+++ b/ycl-platform/pom.xml
@@ -36,6 +36,13 @@
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>com.alibaba.xxpt</groupId>
+ <artifactId>zwdd</artifactId>
+ <version>1.2.0</version>
+ <scope>system</scope>
+ <systemPath>${project.basedir}/src/main/resources/libs/zwdd-sdk-java-1.2.0.jar</systemPath>
+ </dependency>
</dependencies>
<!-- <build>-->
--
Gitblit v1.8.0