Remove transitive spring-boot-starter-webflux deps

Resolves #162
This commit is contained in:
Christian Tzolov
2023-12-13 18:55:38 +01:00
parent 2209bfff96
commit 1f3aedac06

View File

@@ -67,8 +67,8 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
</dependency>
<!-- test dependencies -->