Merge pull request #2936 from wangdazhong001/v6-dev

[fixbug]:  修复图片压缩自动旋转问题
This commit is contained in:
Golden Looly
2023-03-02 10:34:20 +08:00
committed by GitHub
3 changed files with 95 additions and 1 deletions

View File

@@ -26,5 +26,11 @@
<artifactId>hutool-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
<version>2.18.0</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>