Skip to content

Commit 7548fdd

Browse files
authored
[BUG] get flink-config bug fixed. (#4288)
1 parent 4ff8df0 commit 7548fdd

File tree

11 files changed

+1359
-53
lines changed

11 files changed

+1359
-53
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<caffeine.version>2.8.6</caffeine.version>
114114
<mysql.version>8.0.27</mysql.version>
115115
<hikariCP.version>3.4.5</hikariCP.version>
116-
<snakeyaml.version>2.0</snakeyaml.version>
116+
<snakeyaml.version>2.6</snakeyaml.version>
117117
<typesafe-conf.version>1.4.2</typesafe-conf.version>
118118
<json4s-jackson.version>4.0.6</json4s-jackson.version>
119119
<commons-cli.version>1.5.0</commons-cli.version>
@@ -245,8 +245,8 @@
245245
</dependency>
246246

247247
<dependency>
248-
<groupId>org.yaml</groupId>
249-
<artifactId>snakeyaml</artifactId>
248+
<groupId>org.snakeyaml</groupId>
249+
<artifactId>snakeyaml-engine</artifactId>
250250
<version>${snakeyaml.version}</version>
251251
</dependency>
252252

streampark-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
</dependency>
6969

7070
<dependency>
71-
<groupId>org.yaml</groupId>
72-
<artifactId>snakeyaml</artifactId>
71+
<groupId>org.snakeyaml</groupId>
72+
<artifactId>snakeyaml-engine</artifactId>
7373
</dependency>
7474

7575
<dependency>

0 commit comments

Comments
 (0)