From f1b207424c66aadb4e387db7ea3e8455d5e37514 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Thu, 04 Jul 2024 15:41:00 +0800
Subject: [PATCH] minio 配置修改
---
pom.xml | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index c2e1d65..022bf84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,6 +276,30 @@
<version>28.0</version>
</dependency>
+ <!--sm3加密-->
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
+ <version>1.63</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ <version>1.63</version>
+ </dependency>
+
+ <!--图片信息获取-->
+ <dependency>
+ <groupId>com.drewnoakes</groupId>
+ <artifactId>metadata-extractor</artifactId>
+ <version>2.9.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.adobe.xmp</groupId>
+ <artifactId>xmpcore</artifactId>
+ <version>5.1.3</version>
+ </dependency>
</dependencies>
@@ -294,6 +318,14 @@
</excludes>
</configuration>
</plugin>
+<!-- <plugin>-->
+<!-- <groupId>org.apache.maven.plugins</groupId>-->
+<!-- <artifactId>maven-compiler-plugin</artifactId>-->
+<!-- <configuration>-->
+<!-- <source>16</source>-->
+<!-- <target>16</target>-->
+<!-- </configuration>-->
+<!-- </plugin>-->
</plugins>
<!--配置后才可以扫描到xml文件-->
--
Gitblit v1.9.3