|
@@ -29,13 +29,13 @@ import org.apache.http.impl.client.HttpClientBuilder;
|
|
|
import org.apache.http.util.EntityUtils;
|
|
|
import org.apache.logging.log4j.LogManager;
|
|
|
import org.apache.logging.log4j.Logger;
|
|
|
-import org.apache.lucene.util.LuceneTestCase;
|
|
|
import org.apache.lucene.util.TestRuleLimitSysouts;
|
|
|
import org.elasticsearch.cluster.ClusterModule;
|
|
|
import org.elasticsearch.common.xcontent.DeprecationHandler;
|
|
|
import org.elasticsearch.common.xcontent.NamedXContentRegistry;
|
|
|
import org.elasticsearch.common.xcontent.XContentParser;
|
|
|
import org.elasticsearch.common.xcontent.json.JsonXContent;
|
|
|
+import org.elasticsearch.test.ESTestCase;
|
|
|
|
|
|
import java.io.IOException;
|
|
|
import java.net.URI;
|
|
@@ -48,7 +48,7 @@ import static org.hamcrest.Matchers.equalTo;
|
|
|
import static org.hamcrest.Matchers.instanceOf;
|
|
|
|
|
|
@TestRuleLimitSysouts.Limit(bytes = 14000)
|
|
|
-public class WildflyIT extends LuceneTestCase {
|
|
|
+public class WildflyIT extends ESTestCase {
|
|
|
|
|
|
private Logger logger = LogManager.getLogger(WildflyIT.class);
|
|
|
|