From d0ae279ff3b83358d1c07f4481a041c4ad335026 Mon Sep 17 00:00:00 2001 From: dangsn <dangsn@chicecm.com> Date: 星期二, 03 十二月 2024 11:57:38 +0800 Subject: [PATCH] 提取业务系统使用的功能,独立出一个单独的模块 --- Source/plt-web/plt-web-parent/plt-web-base/pom.xml | 18 ++++++------------ 1 files changed, 6 insertions(+), 12 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web-base/pom.xml b/Source/plt-web/plt-web-parent/plt-web-base/pom.xml index 3fa76c7..9d168ca 100644 --- a/Source/plt-web/plt-web-parent/plt-web-base/pom.xml +++ b/Source/plt-web/plt-web-parent/plt-web-base/pom.xml @@ -19,6 +19,12 @@ </properties> <dependencies> + <!--骞冲彴鐨勫寘--> + <dependency> + <groupId>com.vci</groupId> + <artifactId>plt-starter</artifactId> + </dependency> + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> @@ -56,18 +62,6 @@ <groupId>com.alibaba</groupId> <artifactId>transmittable-thread-local</artifactId> <version>2.12.6</version> - </dependency> - <dependency> - <groupId>com.vci.common</groupId> - <artifactId>plt-common</artifactId> - <version>1.0.RELEASE</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.vci.corba</groupId> - <artifactId>plt-slice</artifactId> - <version>1.0.RELEASE</version> - <scope>compile</scope> </dependency> <dependency> <groupId>com.zeroc</groupId> -- Gitblit v1.9.3