Skip to content

Commit 7968a16

Browse files
committed
Remove inadvertent addition of adding NIO codebase
This arose from a backport. This commit removes it since it does not make sense in 6.x where NIO does not exist.
1 parent 5dbc237 commit 7968a16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/framework/src/main/java/org/elasticsearch/bootstrap/BootstrapForTesting.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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);

0 commit comments

Comments
 (0)