From 029b101d319812460441d3d706c0654d8b0dcda6 Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期五, 19 五月 2023 18:43:05 +0800 Subject: [PATCH] 主数据定义接口移植 --- Source/UBCS/ubcs-service/ubcs-code/pom.xml | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-code/pom.xml b/Source/UBCS/ubcs-service/ubcs-code/pom.xml index f618fed..48af8ec 100644 --- a/Source/UBCS/ubcs-service/ubcs-code/pom.xml +++ b/Source/UBCS/ubcs-service/ubcs-code/pom.xml @@ -25,6 +25,11 @@ </dependency> <dependency> <groupId>com.vci.ubcs</groupId> + <artifactId>ubcs-webservice</artifactId> + <version>3.0.1.RELEASE</version> + </dependency> + <dependency> + <groupId>com.vci.ubcs</groupId> <artifactId>ubcs-ddl</artifactId> <version>3.0.1.RELEASE</version> </dependency> @@ -50,9 +55,13 @@ <artifactId>mybatis-plus-join-boot-starter</artifactId> <version>${mybatisplus.join.version}</version> </dependency> - + <dependency> + <groupId>com.vci.ubcs</groupId> + <artifactId>ubcs-webservice</artifactId> + <version>3.0.1.RELEASE</version> + <scope>compile</scope> + </dependency> </dependencies> - <build> <plugins> <plugin> -- Gitblit v1.9.3