From d7e3c8a813f8f85c89c06782f1e36e8089ffc31b Mon Sep 17 00:00:00 2001 From: 田源 <tianyuan@vci-tech.com> Date: 星期四, 09 一月 2025 11:42:06 +0800 Subject: [PATCH] 集成模块回车查询报错问题 --- Source/UBCS/ubcs-service-api/ubcs-deploy-api/pom.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/ubcs-deploy-api/pom.xml b/Source/UBCS/ubcs-service-api/ubcs-deploy-api/pom.xml index 81d7eb2..27131f6 100644 --- a/Source/UBCS/ubcs-service-api/ubcs-deploy-api/pom.xml +++ b/Source/UBCS/ubcs-service-api/ubcs-deploy-api/pom.xml @@ -10,6 +10,8 @@ <modelVersion>4.0.0</modelVersion> <artifactId>ubcs-deploy-api</artifactId> + <name>${project.artifactId}</name> + <version>${bladex.project.version}</version> <properties> <maven.compiler.source>8</maven.compiler.source> @@ -21,6 +23,12 @@ <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-starter-server</artifactId> </dependency> + <dependency> + <groupId>com.vci.ubcs</groupId> + <artifactId>ubcs-util-api</artifactId> + <version>3.0.1.RELEASE</version> + <scope>compile</scope> + </dependency> </dependencies> </project> -- Gitblit v1.9.3