Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #303 from mspasiano/main
Browse files Browse the repository at this point in the history
Update revElasticSearch7 to 7.17.13 and FIX NoClassDefFoundError on o…
  • Loading branch information
v1r3n authored Dec 4, 2023
2 parents 7a3f482 + 9be0010 commit 7e1b912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
revCommonsIo = '2.7'
revCuratorRecipes = '5.4.0'
revCuratorTest = '5.4.0'
revElasticSearch7 = '7.6.2'
revElasticSearch7 = '7.17.13'
revEmbeddedRedis = '0.6'
revEurekaClient = '1.10.10'
revGrpc = '1.57.+'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
import org.elasticsearch.client.*;
import org.elasticsearch.client.core.CountRequest;
import org.elasticsearch.client.core.CountResponse;
import org.elasticsearch.common.xcontent.XContentType;
import org.elasticsearch.index.query.BoolQueryBuilder;
import org.elasticsearch.index.query.QueryBuilder;
import org.elasticsearch.index.query.QueryBuilders;
Expand All @@ -53,6 +52,7 @@
import org.elasticsearch.search.builder.SearchSourceBuilder;
import org.elasticsearch.search.sort.FieldSortBuilder;
import org.elasticsearch.search.sort.SortOrder;
import org.elasticsearch.xcontent.XContentType;
import org.joda.time.DateTime;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down

0 comments on commit 7e1b912

Please sign in to comment.