Ignores blockhound for java16

This includes moving the blockhound-junit-platform dependency to a profile.

Fixes gh-2186
This commit is contained in:
spencergibb
2021-03-19 11:55:47 -04:00
parent dbd998d5cd
commit b65230e2ca

View File

@@ -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>