File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 525
525
<artifactId >jackson-dataformat-yaml</artifactId >
526
526
<version >${jackson-version} </version >
527
527
</dependency >
528
+ <dependency >
529
+ <groupId >org.yaml</groupId >
530
+ <artifactId >snakeyaml</artifactId >
531
+ <version >${snakeyaml-version} </version >
532
+ </dependency >
528
533
<dependency >
529
534
<groupId >joda-time</groupId >
530
535
<artifactId >joda-time</artifactId >
627
632
This version pin for jackson-databind can be removed when bumping jackson to 2.14
628
633
-->
629
634
<jackson-databind-version >2.13.2.2</jackson-databind-version >
635
+ <snakeyaml-version >1.31</snakeyaml-version >
630
636
<logback-version >1.2.9</logback-version >
631
637
<reflections-version >0.9.11</reflections-version >
632
638
<guava-version >31.0.1-android</guava-version >
You can’t perform that action at this time.
0 commit comments