From 1d91a31301494b9f0b7e17b3eef280f8d54e2806 Mon Sep 17 00:00:00 2001
From: lihang <lihang@vci-tech.com>
Date: 星期二, 23 五月 2023 14:24:04 +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.10.0