mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Merge pull request #11194 from rmuir/mockito
allow mockito to be used in tests
This commit is contained in:
commit
f241236af0
@ -98,4 +98,7 @@ grant {
|
||||
|
||||
// needed by JDKESLoggerTests
|
||||
permission java.util.logging.LoggingPermission "control";
|
||||
|
||||
// needed by Mockito
|
||||
permission java.lang.RuntimePermission "reflectionFactoryAccess";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user