Skip to content

Commit 1c31feb

Browse files
authored
Merge pull request #53 from iamazy/7.14.0
update elasticsearch dependencies version to 7.14.0
2 parents b294320 + c6e03dd commit 1c31feb

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

elasticsearch-sql-core/src/main/java/io/github/iamazy/elasticsearch/dsl/sql/parser/reindex/ReindexQueryParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import org.apache.commons.lang3.StringUtils;
99
import org.elasticsearch.action.ActionRequestValidationException;
1010
import org.elasticsearch.common.bytes.BytesArray;
11-
import org.elasticsearch.common.unit.TimeValue;
11+
import org.elasticsearch.core.TimeValue;
1212
import org.elasticsearch.index.query.QueryBuilder;
1313
import org.elasticsearch.index.reindex.ReindexRequest;
1414
import org.elasticsearch.index.reindex.RemoteInfo;

elasticsearch-sql-jdbc/src/main/java/io/github/iamazy/elasticsearch/dsl/jdbc/cons/JdbcConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package io.github.iamazy.elasticsearch.dsl.jdbc.cons;
22

3-
import org.elasticsearch.common.unit.TimeValue;
3+
import org.elasticsearch.core.TimeValue;
44
import org.elasticsearch.search.Scroll;
55

66
import java.text.SimpleDateFormat;

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
</tags>
153153
</configuration>
154154
</plugin>
155-
156155
<plugin>
157156
<groupId>org.apache.maven.plugins</groupId>
158157
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)