From c1c8ac27338c1e883a3a9260185df58e76a3d7a9 Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期二, 13 六月 2023 11:18:28 +0800
Subject: [PATCH] 修改参照组件

---
 Source/UBCS/ubcs-service/ubcs-code/pom.xml |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/Source/UBCS/ubcs-service/ubcs-code/pom.xml b/Source/UBCS/ubcs-service/ubcs-code/pom.xml
index c885818..65412a1 100644
--- a/Source/UBCS/ubcs-service/ubcs-code/pom.xml
+++ b/Source/UBCS/ubcs-service/ubcs-code/pom.xml
@@ -73,6 +73,18 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>com.vci.ubcs</groupId>
+            <artifactId>ubcs-user-api</artifactId>
+            <version>3.0.1.RELEASE</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.vci.ubcs</groupId>
+            <artifactId>ubcs-system-api</artifactId>
+            <version>3.0.1.RELEASE</version>
+            <scope>compile</scope>
+        </dependency>
         <!--<dependency>
             <groupId>com.vci.ubcs</groupId>
             <artifactId>ubcs-webservice</artifactId>
@@ -80,6 +92,7 @@
             <scope>compile</scope>
         </dependency>-->
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

--
Gitblit v1.9.3