From 00062ed2e07d3d705abd1baa10ee483617f10dfb Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 09 六月 2023 18:44:57 +0800 Subject: [PATCH] 提交get请求中文编码问题,表名常量类,表别名枚举类 --- 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