From 2376994e38e079e08385841a10607998a123c7a7 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期一, 15 一月 2024 15:27:43 +0800
Subject: [PATCH] 整合代码
---
Source/UBCS/ubcs-ops-api/pom.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS/ubcs-ops-api/pom.xml b/Source/UBCS/ubcs-ops-api/pom.xml
index 462601a..d4a6b78 100644
--- a/Source/UBCS/ubcs-ops-api/pom.xml
+++ b/Source/UBCS/ubcs-ops-api/pom.xml
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>UBCS</artifactId>
- <groupId>org.springblade</groupId>
+ <groupId>com.vci.ubcs</groupId>
<version>3.0.1.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -18,6 +18,7 @@
<modules>
<module>ubcs-flow-api</module>
<module>ubcs-resource-api</module>
+ <module>ubcs-log-api</module>
</modules>
<dependencies>
--
Gitblit v1.9.3