File tree Expand file tree Collapse file tree 9 files changed +107
-173
lines changed
elastic-mapping-updater-cli-image
elastic-mapping-updater-cli-package
elastic-mapping-updater-cli
src/main/java/com/github/cafdataprocessing/elastic/tools Expand file tree Collapse file tree 9 files changed +107
-173
lines changed Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.cafdataprocessing.elastic</groupId >
26
26
<artifactId >elastic-mapping-updater-aggregator</artifactId >
27
- <version >2.5 .0-SNAPSHOT</version >
27
+ <version >3.0 .0-SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<artifactId >elastic-mapping-updater-cli-image</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.cafdataprocessing.elastic</groupId >
26
26
<artifactId >elastic-mapping-updater-aggregator</artifactId >
27
- <version >2.5 .0-SNAPSHOT</version >
27
+ <version >3.0 .0-SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<artifactId >elastic-mapping-updater-cli-package</artifactId >
40
40
<build >
41
41
<plugins >
42
42
<plugin >
43
+ <groupId >org.apache.maven.plugins</groupId >
43
44
<artifactId >maven-assembly-plugin</artifactId >
44
45
<executions >
45
46
<execution >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.cafdataprocessing.elastic</groupId >
26
26
<artifactId >elastic-mapping-updater-aggregator</artifactId >
27
- <version >2.5 .0-SNAPSHOT</version >
27
+ <version >3.0 .0-SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<artifactId >elastic-mapping-updater-cli</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.cafdataprocessing.elastic</groupId >
26
26
<artifactId >elastic-mapping-updater-aggregator</artifactId >
27
- <version >2.5 .0-SNAPSHOT</version >
27
+ <version >3.0 .0-SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<artifactId >elastic-mapping-updater</artifactId >
42
42
<groupId >com.fasterxml.jackson.core</groupId >
43
43
<artifactId >jackson-databind</artifactId >
44
44
</dependency >
45
- <dependency >
46
- <groupId >com.google.code.findbugs</groupId >
47
- <artifactId >jsr305</artifactId >
48
- </dependency >
49
45
<dependency >
50
46
<groupId >com.google.guava</groupId >
51
47
<artifactId >guava</artifactId >
52
48
</dependency >
49
+ <dependency >
50
+ <groupId >jakarta.annotation</groupId >
51
+ <artifactId >jakarta.annotation-api</artifactId >
52
+ </dependency >
53
53
<dependency >
54
54
<groupId >jakarta.json</groupId >
55
55
<artifactId >jakarta.json-api</artifactId >
84
84
</dependency >
85
85
86
86
<!-- Test dependencies -->
87
- <dependency >
88
- <groupId >org.apache.lucene</groupId >
89
- <artifactId >lucene-core</artifactId >
90
- <scope >test</scope >
91
- </dependency >
92
87
<dependency >
93
88
<groupId >junit</groupId >
94
89
<artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 15
15
*/
16
16
package com .github .cafdataprocessing .elastic .tools ;
17
17
18
- import javax .annotation .Nonnull ;
18
+ import jakarta .annotation .Nonnull ;
19
19
import org .apache .http .HttpHost ;
20
20
import org .apache .http .auth .AuthScope ;
21
21
import org .apache .http .auth .UsernamePasswordCredentials ;
Original file line number Diff line number Diff line change 1
- SEPG_BUILD_ENV_IMAGE=cafapi/buildenv-jdk11 :1.0.0
1
+ SEPG_BUILD_ENV_IMAGE=cafapi/buildenv-jdk17 :1.5.2
You can’t perform that action at this time.
0 commit comments