chore: remove reactor

This commit is contained in:
CaptainB 2023-04-17 15:53:19 +08:00
parent c76abd6a85
commit 25a2a3b601

View File

@ -114,11 +114,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>