From e405b861b9521f5ea38c5402203a5b05988f9de2 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 04 十二月 2024 10:47:05 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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