build: pom plugin change

This commit is contained in:
CaptainB 2022-12-07 21:29:47 +08:00
parent 3c9a9818e5
commit a0b3525a4a
1 changed files with 5 additions and 0 deletions

View File

@ -125,6 +125,11 @@
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>