From c7cef19248eb9bb6a5420a48d1b26167ff7db858 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期四, 27 六月 2024 17:58:21 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/plt-web/plt-web-parent/plt-web-base/pom.xml | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 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 c39c2fe..f07c7fa 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 @@ -56,6 +56,23 @@ <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> + <artifactId>icegridgui</artifactId> + <version>1.0.RELEASE</version> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3