|
@@ -135,6 +135,7 @@ public class BootstrapForTesting {
|
|
|
if (System.getProperty("tests.gradle") == null) {
|
|
|
// intellij and eclipse don't package our internal libs, so we need to set the codebases for them manually
|
|
|
addClassCodebase(codebases,"plugin-classloader", "org.elasticsearch.plugins.ExtendedPluginsClassLoader");
|
|
|
+ addClassCodebase(codebases,"elasticsearch-nio", "org.elasticsearch.nio.ChannelFactory");
|
|
|
}
|
|
|
final Policy testFramework = Security.readPolicy(Bootstrap.class.getResource("test-framework.policy"), codebases);
|
|
|
final Policy esPolicy = new ESPolicy(codebases, perms, getPluginPermissions(), true);
|