File tree Expand file tree Collapse file tree 3 files changed +22
-23
lines changed
elasticsearch-sql-core/src/main/java/io/github/iamazy/elasticsearch/dsl/sql/parser/reindex
elasticsearch-sql-jdbc/src/main/java/io/github/iamazy/elasticsearch/dsl/jdbc/cons Expand file tree Collapse file tree 3 files changed +22
-23
lines changed Original file line number Diff line number Diff line change 88import org .apache .commons .lang3 .StringUtils ;
99import org .elasticsearch .action .ActionRequestValidationException ;
1010import org .elasticsearch .common .bytes .BytesArray ;
11- import org .elasticsearch .common . unit .TimeValue ;
11+ import org .elasticsearch .core .TimeValue ;
1212import org .elasticsearch .index .query .QueryBuilder ;
1313import org .elasticsearch .index .reindex .ReindexRequest ;
1414import org .elasticsearch .index .reindex .RemoteInfo ;
Original file line number Diff line number Diff line change 11package io .github .iamazy .elasticsearch .dsl .jdbc .cons ;
22
3- import org .elasticsearch .common . unit .TimeValue ;
3+ import org .elasticsearch .core .TimeValue ;
44import org .elasticsearch .search .Scroll ;
55
66import java .text .SimpleDateFormat ;
Original file line number Diff line number Diff line change 152152 </tags >
153153 </configuration >
154154 </plugin >
155-
156- <plugin >
157- <groupId >org.apache.maven.plugins</groupId >
158- <artifactId >maven-gpg-plugin</artifactId >
159- <version >1.6</version >
160- <executions >
161- <execution >
162- <id >sign-artifacts</id >
163- <phase >verify</phase >
164- <goals >
165- <goal >sign</goal >
166- </goals >
167- </execution >
168- </executions >
169- <configuration >
170- <gpgArguments >
171- <arg >--pinentry-mode</arg >
172- <arg >loopback</arg >
173- </gpgArguments >
174- </configuration >
175- </plugin >
155+ <!-- <plugin>-->
156+ <!-- <groupId>org.apache.maven.plugins</groupId>-->
157+ <!-- <artifactId>maven-gpg-plugin</artifactId>-->
158+ <!-- <version>1.6</version>-->
159+ <!-- <executions>-->
160+ <!-- <execution>-->
161+ <!-- <id>sign-artifacts</id>-->
162+ <!-- <phase>verify</phase>-->
163+ <!-- <goals>-->
164+ <!-- <goal>sign</goal>-->
165+ <!-- </goals>-->
166+ <!-- </execution>-->
167+ <!-- </executions>-->
168+ <!-- <configuration>-->
169+ <!-- <gpgArguments>-->
170+ <!-- <arg>--pinentry-mode</arg>-->
171+ <!-- <arg>loopback</arg>-->
172+ <!-- </gpgArguments>-->
173+ <!-- </configuration>-->
174+ <!-- </plugin>-->
176175 </plugins >
177176 </build >
178177</project >
You can’t perform that action at this time.
0 commit comments