|
@@ -46,6 +46,12 @@
|
|
<artifactId>junit</artifactId>
|
|
<artifactId>junit</artifactId>
|
|
<version>4.13.2</version>
|
|
<version>4.13.2</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>hamcrest-core</artifactId>
|
|
|
|
+ <groupId>org.hamcrest</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>io.projectreactor</groupId>
|
|
<groupId>io.projectreactor</groupId>
|