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:
Luca Milanesio
2020-12-23 08:04:10 +00:00
parent e80a7fde7b
commit d9f54f792c
10 changed files with 9 additions and 15 deletions

View File

@@ -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());
}