From 69bb473ba3fc3b6ddd774501afe224279f6cc642 Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期二, 05 十一月 2024 09:34:02 +0800
Subject: [PATCH] log

---
 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