From ba7c60df01e365859d651eedc25c1fbe37da3e2b Mon Sep 17 00:00:00 2001
From: zqy <2522236926@qq.com>
Date: 星期一, 19 一月 2026 11:02:55 +0800
Subject: [PATCH] 修改缩略图翻转问题
---
zhang-content/pom.xml | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/zhang-content/pom.xml b/zhang-content/pom.xml
index c103ad2..d813f4f 100644
--- a/zhang-content/pom.xml
+++ b/zhang-content/pom.xml
@@ -106,6 +106,39 @@
<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>
+
+ <dependency>
+ <groupId>com.drewnoakes</groupId>
+ <artifactId>metadata-extractor</artifactId>
+ <version>2.18.0</version>
+ </dependency>
+
</dependencies>
<build>
--
Gitblit v1.9.1