build: remove unused testcontainers dependency

This commit is contained in:
lingniu
2026-07-01 13:18:07 +08:00
parent 57ab57c42b
commit 85013a0ebe
3 changed files with 15 additions and 13 deletions

View File

@@ -49,11 +49,6 @@
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-circuitbreaker</artifactId>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>