File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 17
17
<encoding >UTF-8</encoding >
18
18
<scoverage .plugin.version>1.4.0</scoverage .plugin.version>
19
19
</properties >
20
- <dependencyManagement >
20
+ <dependencyManagement >
21
21
<dependencies >
22
22
<dependency >
23
23
<groupId >com.fasterxml.jackson</groupId >
29
29
</dependencies >
30
30
</dependencyManagement >
31
31
<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 >
32
42
<dependency >
33
43
<groupId >org.apache.flink</groupId >
34
44
<artifactId >flink-streaming-scala_${scala.maj.version}</artifactId >
You can’t perform that action at this time.
0 commit comments