fix: align split app runtime dependencies

This commit is contained in:
lingniu
2026-06-23 16:24:32 +08:00
parent f79d995b8c
commit 06cb6aa4b9
7 changed files with 64 additions and 5 deletions

View File

@@ -55,5 +55,10 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>