From d503069a62723647351548b7ae6fc3879f8f4df8 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期一, 09 十二月 2024 16:31:13 +0800
Subject: [PATCH] plt-common包调整后,ui配置管理对应属性也做了相应的调整

---
 Source/plt-web/plt-web-parent/plt-starter/pom.xml |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/Source/plt-web/plt-web-parent/plt-starter/pom.xml b/Source/plt-web/plt-web-parent/plt-starter/pom.xml
index 5c143e5..6885853 100644
--- a/Source/plt-web/plt-web-parent/plt-starter/pom.xml
+++ b/Source/plt-web/plt-web-parent/plt-starter/pom.xml
@@ -15,12 +15,24 @@
     </properties>
     <dependencies>
         <!-- 鏂板钩鍙版墍闇�瑕佺殑鍖� -->
-        <!--client-->
+        <!--骞冲彴client鍖�-->
         <dependency>
-            <groupId>com.vci.client</groupId>
+            <groupId>com.vci.plt</groupId>
             <artifactId>plt-clientbase</artifactId>
             <version>${plt.version}</version>
         </dependency>
+        <!--骞冲彴common鍖�-->
+        <dependency>
+            <groupId>com.vci.plt</groupId>
+            <artifactId>plt-common</artifactId>
+            <version>${plt.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>com.vci.plt</groupId>
+            <artifactId>plt-slice</artifactId>
+            <version>${plt.version}</version>
+        </dependency>
+
         <!--client鐨勪緷璧�-->
         <dependency>
             <groupId>com.formdev</groupId>
@@ -102,18 +114,6 @@
             <artifactId>uitheme</artifactId>
             <version>1.3.1</version>
         </dependency>
-
-        <!--common-->
-        <dependency>
-            <groupId>com.vci.common</groupId>
-            <artifactId>plt-common</artifactId>
-            <version>${plt.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>com.vci.corba</groupId>
-            <artifactId>plt-slice</artifactId>
-            <version>${plt.version}</version>
-        </dependency>
         <!--common鐨勪緷璧�-->
         <dependency>
             <groupId>com.zeroc</groupId>

--
Gitblit v1.10.0