From 7795e413db43b5c2e282fcdb9607c059e09eceb5 Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期四, 19 十月 2023 08:49:16 +0800 Subject: [PATCH] 申请/维护接口人员存储测试 --- Source/UBCS/ubcs-service/pom.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Source/UBCS/ubcs-service/pom.xml b/Source/UBCS/ubcs-service/pom.xml index 15ae54a..3da8a0c 100644 --- a/Source/UBCS/ubcs-service/pom.xml +++ b/Source/UBCS/ubcs-service/pom.xml @@ -23,6 +23,8 @@ <module>ubcs-user</module> <module>ubcs-code</module> <module>ubcs-omd</module> + <module>ubcs-ddl</module> + <module>ubcs-applyjtcodeservice</module> </modules> <dependencies> @@ -53,6 +55,12 @@ <artifactId>ubcs-scope-api</artifactId> <version>3.0.1.RELEASE</version> </dependency> + <!--杈炬ⅵ鏁版嵁搴撻┍鍔�--> + <dependency> + <groupId>com.dameng</groupId> + <artifactId>DmJdbcDriver18</artifactId> + <optional>true</optional> + </dependency> </dependencies> </project> -- Gitblit v1.9.3