Skip to content

Commit 891e393

Browse files
Update pom.xml
1 parent 53ecdf1 commit 891e393

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

hcx-pipeline-jobs/core/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<encoding>UTF-8</encoding>
1818
<scoverage.plugin.version>1.4.0</scoverage.plugin.version>
1919
</properties>
20-
<dependencyManagement>
20+
<dependencyManagement>
2121
<dependencies>
2222
<dependency>
2323
<groupId>com.fasterxml.jackson</groupId>
@@ -29,6 +29,16 @@
2929
</dependencies>
3030
</dependencyManagement>
3131
<dependencies>
32+
<dependency>
33+
<groupId>org.yaml</groupId>
34+
<artifactId>snakeyaml</artifactId>
35+
<version>1.33</version> <!-- Use the latest version -->
36+
</dependency>
37+
<dependency>
38+
<groupId>com.fasterxml.jackson.dataformat</groupId>
39+
<artifactId>jackson-dataformat-yaml</artifactId>
40+
<version>2.15.2</version> <!-- Use the latest version -->
41+
</dependency>
3242
<dependency>
3343
<groupId>org.apache.flink</groupId>
3444
<artifactId>flink-streaming-scala_${scala.maj.version}</artifactId>

0 commit comments

Comments
 (0)