Skip to content

Commit 12d5ac8

Browse files
authored
US361030: Updated dependency versions (#55)
1 parent c01006c commit 12d5ac8

File tree

9 files changed

+107
-173
lines changed

9 files changed

+107
-173
lines changed

elastic-mapping-updater-cli-image/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.cafdataprocessing.elastic</groupId>
2626
<artifactId>elastic-mapping-updater-aggregator</artifactId>
27-
<version>2.5.0-SNAPSHOT</version>
27+
<version>3.0.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>elastic-mapping-updater-cli-image</artifactId>

elastic-mapping-updater-cli-package/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.cafdataprocessing.elastic</groupId>
2626
<artifactId>elastic-mapping-updater-aggregator</artifactId>
27-
<version>2.5.0-SNAPSHOT</version>
27+
<version>3.0.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>elastic-mapping-updater-cli-package</artifactId>
@@ -40,6 +40,7 @@
4040
<build>
4141
<plugins>
4242
<plugin>
43+
<groupId>org.apache.maven.plugins</groupId>
4344
<artifactId>maven-assembly-plugin</artifactId>
4445
<executions>
4546
<execution>

elastic-mapping-updater-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.cafdataprocessing.elastic</groupId>
2626
<artifactId>elastic-mapping-updater-aggregator</artifactId>
27-
<version>2.5.0-SNAPSHOT</version>
27+
<version>3.0.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>elastic-mapping-updater-cli</artifactId>

elastic-mapping-updater/pom.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.cafdataprocessing.elastic</groupId>
2626
<artifactId>elastic-mapping-updater-aggregator</artifactId>
27-
<version>2.5.0-SNAPSHOT</version>
27+
<version>3.0.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>elastic-mapping-updater</artifactId>
@@ -42,14 +42,14 @@
4242
<groupId>com.fasterxml.jackson.core</groupId>
4343
<artifactId>jackson-databind</artifactId>
4444
</dependency>
45-
<dependency>
46-
<groupId>com.google.code.findbugs</groupId>
47-
<artifactId>jsr305</artifactId>
48-
</dependency>
4945
<dependency>
5046
<groupId>com.google.guava</groupId>
5147
<artifactId>guava</artifactId>
5248
</dependency>
49+
<dependency>
50+
<groupId>jakarta.annotation</groupId>
51+
<artifactId>jakarta.annotation-api</artifactId>
52+
</dependency>
5353
<dependency>
5454
<groupId>jakarta.json</groupId>
5555
<artifactId>jakarta.json-api</artifactId>
@@ -84,11 +84,6 @@
8484
</dependency>
8585

8686
<!-- Test dependencies -->
87-
<dependency>
88-
<groupId>org.apache.lucene</groupId>
89-
<artifactId>lucene-core</artifactId>
90-
<scope>test</scope>
91-
</dependency>
9287
<dependency>
9388
<groupId>junit</groupId>
9489
<artifactId>junit</artifactId>

elastic-mapping-updater/src/main/java/com/github/cafdataprocessing/elastic/tools/ElasticProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
package com.github.cafdataprocessing.elastic.tools;
1717

18-
import javax.annotation.Nonnull;
18+
import jakarta.annotation.Nonnull;
1919
import org.apache.http.HttpHost;
2020
import org.apache.http.auth.AuthScope;
2121
import org.apache.http.auth.UsernamePasswordCredentials;

official-build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SEPG_BUILD_ENV_IMAGE=cafapi/buildenv-jdk11:1.0.0
1+
SEPG_BUILD_ENV_IMAGE=cafapi/buildenv-jdk17:1.5.2

0 commit comments

Comments
 (0)