This commit is contained in:
Looly
2024-12-17 08:52:59 +08:00
parent 4ad131777d
commit 6a0f237a0e
3 changed files with 25 additions and 1 deletions

View File

@@ -57,5 +57,12 @@
<version>${metadata-extractor.version}</version>
<optional>true</optional>
</dependency>
<!-- UI主题库 -->
<dependency>
<groupId>com.formdev</groupId>
<artifactId>flatlaf</artifactId>
<version>3.5.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>