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 525525 <artifactId >jackson-dataformat-yaml</artifactId >
526526 <version >${jackson-version} </version >
527527 </dependency >
528+ <dependency >
529+ <groupId >org.yaml</groupId >
530+ <artifactId >snakeyaml</artifactId >
531+ <version >${snakeyaml-version} </version >
532+ </dependency >
528533 <dependency >
529534 <groupId >joda-time</groupId >
530535 <artifactId >joda-time</artifactId >
627632 This version pin for jackson-databind can be removed when bumping jackson to 2.14
628633 -->
629634 <jackson-databind-version >2.13.2.2</jackson-databind-version >
635+ <snakeyaml-version >1.31</snakeyaml-version >
630636 <logback-version >1.2.9</logback-version >
631637 <reflections-version >0.9.11</reflections-version >
632638 <guava-version >31.0.1-android</guava-version >
You can’t perform that action at this time.
0 commit comments