From 149dd06e656b6986b81312a9ad4fa9b181492eaf Mon Sep 17 00:00:00 2001
From: houzhongjian <houzhongyi@126.com>
Date: 星期三, 06 十一月 2024 14:17:23 +0800
Subject: [PATCH] 1、将大华sdk单独抽出来作为一个模块iailab-module-data-dahua,方便后续其它厂家摄像头扩展 2、将dev修改为video,并修改相对应类名

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