From 1fea8a43fe9758b3986ff3994341aca76cd7544b Mon Sep 17 00:00:00 2001 From: 6c <420680616@qq.com> Date: 星期五, 18 七月 2025 16:48:34 +0800 Subject: [PATCH] 适配国产数据库 --- pom.xml | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 11a248c..bc5b423 100644 --- a/pom.xml +++ b/pom.xml @@ -91,6 +91,10 @@ <groupId>com.lx</groupId> <artifactId>product-server-mq</artifactId> </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-hr</artifactId> + </dependency> <!--闄勪欢绠$悊銆佹枃妗g鐞�--> <dependency> <groupId>com.lx</groupId> @@ -142,6 +146,11 @@ <dependency> <groupId>com.lx</groupId> + <artifactId>product-server-patch</artifactId> + </dependency> + + <dependency> + <groupId>com.lx</groupId> <artifactId>product-server-data-sync</artifactId> </dependency> <dependency> @@ -171,11 +180,10 @@ <!-- <artifactId>product-project-server-base</artifactId>--> <!-- <version>1.0.0-SNAPSHOT</version>--> <!-- </dependency>--> - <!-- <dependency>--> - <!-- <groupId>com.lx</groupId>--> - <!-- <artifactId>product-project-server-contract</artifactId>--> - <!-- <version>1.0.0-SNAPSHOT</version>--> - <!-- </dependency>--> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-project-server-contract</artifactId> + </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-customer</artifactId> -- Gitblit v1.9.2