Skip to content

Commit a889fe8

Browse files
committed
1
1 parent 3915345 commit a889fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
10471047
<!-- for DriverBlockHoundIntegrationIT when using JDK 13+, see https://github.com/reactor/BlockHound/issues/33 -->
10481048
<blockhound.argline>-XX:+AllowRedefinitionToAddDeleteMethods</blockhound.argline>
10491049
<!-- allow deep reflection for mockito when using JDK 17+, see https://stackoverflow.com/questions/70993863/mockito-can-not-mock-random-in-java-17 -->
1050-
<mockitoopens.argline>--add-opens java.base/jdk.internal.util.random=ALL-UNNAMED</mockitoopens.argline>
1050+
<mockitoopens.argline>--add-opens java.base/jdk.internal.util.random=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED</mockitoopens.argline>
10511051
</properties>
10521052
</profile>
10531053
</profiles>

0 commit comments

Comments
 (0)