From a874b928e16320839315b9abcdf2cece1229a424 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期四, 07 十一月 2024 09:20:38 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- iailab-framework/iailab-common-biz-tenant/pom.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/iailab-framework/iailab-common-biz-tenant/pom.xml b/iailab-framework/iailab-common-biz-tenant/pom.xml index 0709113..19d06b4 100644 --- a/iailab-framework/iailab-common-biz-tenant/pom.xml +++ b/iailab-framework/iailab-common-biz-tenant/pom.xml @@ -13,7 +13,7 @@ <name>${project.artifactId}</name> <description>多租户</description> - <url>https://github.com/YunaiV/ruoyi-vue-pro</url> + <url>http://172.16.8.100:8888/summary/iailab-plat.git</url> <dependencies> <dependency> @@ -36,6 +36,10 @@ <dependency> <groupId>com.iailab</groupId> <artifactId>iailab-common-redis</artifactId> + </dependency> + <dependency> + <groupId>org.postgresql</groupId> + <artifactId>postgresql</artifactId> </dependency> <!-- RPC 远程调用相关 --> @@ -89,6 +93,7 @@ </dependencies> + <build> <plugins> <plugin> -- Gitblit v1.9.3