File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
test/framework/src/main/java/org/elasticsearch/bootstrap Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1- /*
1+ oi /*
22 * Licensed to Elasticsearch under one or more contributor
33 * license agreements. See the NOTICE file distributed with
44 * this work for additional information regarding copyright
@@ -134,7 +134,6 @@ public class BootstrapForTesting {
134134 if (System .getProperty ("tests.gradle" ) == null ) {
135135 // intellij and eclipse don't package our internal libs, so we need to set the codebases for them manually
136136 addClassCodebase (codebases ,"plugin-classloader" , "org.elasticsearch.plugins.ExtendedPluginsClassLoader" );
137- addClassCodebase (codebases ,"elasticsearch-nio" , "org.elasticsearch.nio.ChannelFactory" );
138137 addClassCodebase (codebases , "elasticsearch-secure-sm" , "org.elasticsearch.secure_sm.SecureSM" );
139138 }
140139 final Policy testFramework = Security .readPolicy (Bootstrap .class .getResource ("test-framework.policy" ), codebases );
You can’t perform that action at this time.
0 commit comments