From a2d81eff7490d9ef2e5fb45727ad86f7770c55cd Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期一, 05 一月 2026 15:08:03 +0800
Subject: [PATCH] Merge branch 'master' of http://47.93.189.255:8099/r/zhangshi_app_backend
---
zhang-content/pom.xml | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/zhang-content/pom.xml b/zhang-content/pom.xml
index c103ad2..396abeb 100644
--- a/zhang-content/pom.xml
+++ b/zhang-content/pom.xml
@@ -106,6 +106,33 @@
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
+ <!-- JAVE 瑙嗛澶勭悊搴� -->
+ <dependency>
+ <groupId>ws.schild</groupId>
+ <artifactId>jave-core</artifactId>
+ <version>2.4.6</version>
+ </dependency>
+ <dependency>
+ <groupId>ws.schild</groupId>
+ <artifactId>jave-native-win64</artifactId>
+ <version>2.4.6</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <!-- 瀵逛簬Linux鏈嶅姟鍣� -->
+ <dependency>
+ <groupId>ws.schild</groupId>
+ <artifactId>jave-native-linux64</artifactId>
+ <version>2.4.6</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.bytedeco</groupId>
+ <artifactId>javacv-platform</artifactId>
+ <version>1.5.8</version>
+ </dependency>
+
</dependencies>
<build>
--
Gitblit v1.9.1