From 307135ebc30bff64374c129cbc5a6431d8f2dfc5 Mon Sep 17 00:00:00 2001 From: cprutle Date: Mon, 8 Apr 2024 10:32:51 -0400 Subject: [PATCH] work around for issue https://github.com/reactor/BlockHound/issues/33 --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index e6ca134..5590add 100644 --- a/pom.xml +++ b/pom.xml @@ -224,6 +224,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + -XX:+AllowRedefinitionToAddDeleteMethods + +