From 673521770db750d6f631c3e6a6ca7dc508352311 Mon Sep 17 00:00:00 2001 From: 6c <420680616@qq.com> Date: 星期五, 18 七月 2025 16:47:15 +0800 Subject: [PATCH] 适配国产数据库 --- pom.xml | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 11a248c..8ec526c 100644 --- a/pom.xml +++ b/pom.xml @@ -171,11 +171,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