From 5e6ca455c750b289781cecf9155a5bf2c2c39b0e Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期一, 19 六月 2023 14:39:05 +0800
Subject: [PATCH] 更改getSqlByValue方法
---
Source/UBCS/ubcs-service-api/ubcs-code-api/pom.xml | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/Source/UBCS/ubcs-service-api/ubcs-code-api/pom.xml b/Source/UBCS/ubcs-service-api/ubcs-code-api/pom.xml
index bd06787..e596a6a 100644
--- a/Source/UBCS/ubcs-service-api/ubcs-code-api/pom.xml
+++ b/Source/UBCS/ubcs-service-api/ubcs-code-api/pom.xml
@@ -12,7 +12,6 @@
<name>${project.artifactId}</name>
<version>${bladex.project.version}</version>
<dependencies>
-
<!--<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
@@ -23,7 +22,6 @@
<version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>-->
-
<!--<dependency>
<groupId>com.vci</groupId>
<artifactId>vci-platform-web</artifactId>
@@ -68,7 +66,6 @@
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</dependency>
-
</dependencies>
<packaging>jar</packaging>
--
Gitblit v1.9.3