From a17e65a0ef1be5d1417fcba237f13c0b8e6651b4 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期四, 26 二月 2026 09:59:31 +0800
Subject: [PATCH] Merge branch 'master' of http://124.71.187.17:8299/r/fzzy-igdss

---
 fzzy-igdss-core/pom.xml |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/fzzy-igdss-core/pom.xml b/fzzy-igdss-core/pom.xml
index 133f218..f2bb926 100644
--- a/fzzy-igdss-core/pom.xml
+++ b/fzzy-igdss-core/pom.xml
@@ -54,6 +54,56 @@
             <version>1.7</version>
         </dependency>
 
+        <!--onvif鍗忚瀹炵幇-->
+        <dependency>
+            <groupId>com.ld.onvif</groupId>
+            <artifactId>ld-onvif</artifactId>
+            <version>1.0.0-RELEASE</version>
+        </dependency>
+
+
+        <!-- word瀵煎嚭  鏂瑰紡涓�锛歱oi-tl-->
+        <!-- poi-tl鏄熀浜嶢pache POI鐨刉ord妯℃澘寮曟搸銆俻oi-tl渚濊禆鐨勬槸poi3.16鐗堟湰 -->
+        <dependency>
+            <groupId>com.deepoove</groupId>
+            <artifactId>poi-tl</artifactId>
+            <version>1.7.3</version>
+        </dependency>
+        <!--  涓婇潰闇�瑕佺殑渚濊禆-->
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-ooxml</artifactId>
+            <version>4.1.2</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-ooxml-schemas</artifactId>
+            <version>4.1.2</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi</artifactId>
+            <version>4.1.2</version>
+        </dependency>
+
+        <!--  -->
+        <dependency>
+            <groupId>com.aspose</groupId>
+            <artifactId>aspose-words</artifactId>
+            <version>15.8.0-jdk</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/src/main/resources/lib/aspose-words-15.8.0-jdk16.jar</systemPath>
+        </dependency>
+
+        <!--  -->
+        <dependency>
+            <groupId>aspose.slides</groupId>
+            <artifactId>aspose-slides</artifactId>
+            <version>19.3</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/src/main/resources/lib/aspose-slides-19.3.jar</systemPath>
+        </dependency>
     </dependencies>
 
 

--
Gitblit v1.9.3