Skip to content

Commit a089dfb

Browse files
committed
fix: 修复 3.0.x 线构建(依赖坐标/API 迁移/插件兼容),恢复阿里云快照发布
1 parent b76af0f commit a089dfb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎pom.xml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<commons-exec.version>1.6.0</commons-exec.version>
4747
<commons-lang.version>2.6</commons-lang.version>
48-
<jackson-bom.version>2.22.1</jackson-bom.version>
48+
<jackson-bom.version>3.2.1</jackson-bom.version>
4949
<java-websocket.version>1.6.0</java-websocket.version>
5050
<junit-jupiter.version>6.1.0</junit-jupiter.version>
5151
<junit.version>4.13.2</junit.version>
@@ -74,7 +74,7 @@
7474
<dependencies>
7575

7676
<dependency>
77-
<groupId>com.fasterxml.jackson</groupId>
77+
<groupId>tools.jackson</groupId>
7878
<artifactId>jackson-bom</artifactId>
7979
<version>${jackson-bom.version}</version>
8080
<type>pom</type>
@@ -127,7 +127,7 @@
127127
<dependencies>
128128

129129
<dependency>
130-
<groupId>com.fasterxml.jackson.core</groupId>
130+
<groupId>tools.jackson.core</groupId>
131131
<artifactId>jackson-databind</artifactId>
132132
</dependency>
133133

0 commit comments

Comments
 (0)