From e3410e9cdb22cfea4e46537d34db303612411e93 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期日, 21 五月 2023 23:22:45 +0800
Subject: [PATCH] 代码整合

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

diff --git a/Source/UBCS/ubcs-service/ubcs-code/pom.xml b/Source/UBCS/ubcs-service/ubcs-code/pom.xml
index 2c355df..43e9353 100644
--- a/Source/UBCS/ubcs-service/ubcs-code/pom.xml
+++ b/Source/UBCS/ubcs-service/ubcs-code/pom.xml
@@ -28,12 +28,6 @@
             <artifactId>ubcs-ddl</artifactId>
             <version>3.0.1.RELEASE</version>
         </dependency>
-<!--        <dependency>-->
-<!--            <groupId>com.vci.ubcs</groupId>-->
-<!--            <artifactId>ubcs-omd-api</artifactId>-->
-<!--            <version>3.0.1.RELEASE</version>-->
-<!--            <scope>compile</scope>-->
-<!--        </dependency>-->
         <dependency>
             <groupId>com.oracle.database.jdbc</groupId>
             <artifactId>ojdbc8</artifactId>
@@ -56,9 +50,13 @@
             <artifactId>mybatis-plus-join-boot-starter</artifactId>
             <version>${mybatisplus.join.version}</version>
         </dependency>
-
+        <dependency>
+            <groupId>com.vci.ubcs</groupId>
+            <artifactId>ubcs-webservice</artifactId>
+            <version>3.0.1.RELEASE</version>
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
-
     <build>
         <plugins>
             <plugin>

--
Gitblit v1.9.3