Ignores blockhound for java16
This includes moving the blockhound-junit-platform dependency to a profile. Fixes gh-2186
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -98,6 +98,11 @@
|
||||
<artifactId>spring-boot-devtools</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.projectreactor.tools</groupId>
|
||||
<artifactId>blockhound</artifactId>
|
||||
<version>${blockhound.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.projectreactor.tools</groupId>
|
||||
<artifactId>blockhound-junit-platform</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user