This commit is contained in:
2025-11-03 15:26:52 +08:00
parent 6b36f0ee52
commit 89b37907e7
3 changed files with 84 additions and 54 deletions

18
pom.xml
View File

@@ -119,12 +119,6 @@
<artifactId>thumbnailator</artifactId>
<version>0.4.20</version>
</dependency>
<!-- WebP图片格式支持 -->
<dependency>
<groupId>com.github.gotson</groupId>
<artifactId>webp-imageio</artifactId>
<version>0.1.0</version>
</dependency>
</dependencies>
<build>
@@ -170,5 +164,17 @@
<name>RocketMQ Repository</name>
<url>https://repo1.maven.org/maven2/org/apache/rocketmq/</url>
</repository>
<!-- Maven 中央仓库 -->
<repository>
<id>central</id>
<name>Maven Central Repository</name>
<url>https://repo1.maven.org/maven2</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</project>