From edd29ca82e68458c4e5da96c180c9ae5780642d6 Mon Sep 17 00:00:00 2001
From: lihang <lihang@vci-tech.com>
Date: 星期二, 25 四月 2023 22:04:17 +0800
Subject: [PATCH] 转发ddl服务的转发器修正
---
Source/UBCS/ubcs-service/ubcs-code/pom.xml | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/Source/UBCS/ubcs-service/ubcs-code/pom.xml b/Source/UBCS/ubcs-service/ubcs-code/pom.xml
index 259f510..f87d98f 100644
--- a/Source/UBCS/ubcs-service/ubcs-code/pom.xml
+++ b/Source/UBCS/ubcs-service/ubcs-code/pom.xml
@@ -23,14 +23,22 @@
<version>3.0.1.RELEASE</version>
<scope>compile</scope>
</dependency>
-
+ <dependency>
+ <groupId>com.vci.ubcs</groupId>
+ <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.vci.ubcs</groupId>
+ <artifactId>ubcs-util-api</artifactId>
+ <version>3.0.1.RELEASE</version>
+ </dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
--
Gitblit v1.10.0