Merge remote-tracking branch 'origin/main'

This commit is contained in:
2026-01-19 15:06:28 +08:00

View File

@@ -122,7 +122,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<!-- 排除mockito避免JDK17兼容性问题 -->
<exclusion>
@@ -138,7 +137,6 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>
</dependencies>