Skip to content

Commit

Permalink
work around for issue reactor/BlockHound#33
Browse files Browse the repository at this point in the history
  • Loading branch information
cprutle committed Apr 8, 2024
1 parent d3aa732 commit 307135e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<argLine>-XX:+AllowRedefinitionToAddDeleteMethods</argLine>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 307135e

Please sign in to comment.