From 3ee8f92de114c37937e24ef1762aa976d04a5cd4 Mon Sep 17 00:00:00 2001
From: lihang <lihang@vci-tech.com>
Date: 星期五, 26 五月 2023 18:24:10 +0800
Subject: [PATCH] DO添加TableId
---
Source/UBCS/ubcs-service/ubcs-code/pom.xml | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/Source/UBCS/ubcs-service/ubcs-code/pom.xml b/Source/UBCS/ubcs-service/ubcs-code/pom.xml
index 0f0edc2..43e9353 100644
--- a/Source/UBCS/ubcs-service/ubcs-code/pom.xml
+++ b/Source/UBCS/ubcs-service/ubcs-code/pom.xml
@@ -25,11 +25,6 @@
</dependency>
<dependency>
<groupId>com.vci.ubcs</groupId>
- <artifactId>ubcs-webservice</artifactId>
- <version>3.0.1.RELEASE</version>
- </dependency>
- <dependency>
- <groupId>com.vci.ubcs</groupId>
<artifactId>ubcs-ddl</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
@@ -61,9 +56,7 @@
<version>3.0.1.RELEASE</version>
<scope>compile</scope>
</dependency>
-
</dependencies>
-
<build>
<plugins>
<plugin>
--
Gitblit v1.9.3