Revert "Add support for Elasticsearch version 7.9.*"
Revert submission 291062 Reason for revert: requires an httpclient that Google cannot support Reverted Changes: I1fc91bce9:Align http dependencies with elasticsearch-rest-cl... Ifb941eea6:Add support for Elasticsearch version 7.10.* I7d76ece60:Add support for Elasticsearch version 7.9.* Change-Id: Ib95a8c053fa7f046596458e7eb719a409847cb82
This commit is contained in:
@@ -53,8 +53,6 @@ public class ElasticContainer extends ElasticsearchContainer {
|
||||
return "blacktop/elasticsearch:7.7.1";
|
||||
case V7_8:
|
||||
return "blacktop/elasticsearch:7.8.1";
|
||||
case V7_9:
|
||||
return "blacktop/elasticsearch:7.9.3";
|
||||
}
|
||||
throw new IllegalStateException("No tests for version: " + version.name());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user