mirror of https://github.com/apache/lucene.git
Revert "SOLR-14598: Granting reflection access for using annotations in SOLR-14404"
This reverts commit e6ffa8e9e2
.
This commit is contained in:
parent
e6ffa8e9e2
commit
20f39b9c62
|
@ -167,9 +167,6 @@ grant {
|
|||
|
||||
// used by solr to create sandboxes (e.g. script execution)
|
||||
permission java.security.SecurityPermission "createAccessControlContext";
|
||||
|
||||
// Needed for annotations for V2 APIs.
|
||||
permission java.lang.RuntimePermission "accessClassInPackage.jdk.internal.reflect";
|
||||
};
|
||||
|
||||
// additional permissions based on system properties set by /bin/solr
|
||||
|
|
Loading…
Reference in New Issue