1
0
mirror of https://github.com/google/nomulus synced 2026-01-05 13:07:04 +00:00

Add jackson-dataformat-yaml as direct dependency (#2493)

Required when upgrading to jackson 2.17.2.
This commit is contained in:
Weimin Yu
2024-07-10 16:21:05 -04:00
committed by GitHub
parent 75f09c2fdf
commit d9c5d71f40
17 changed files with 1045 additions and 984 deletions

View File

@@ -217,6 +217,7 @@ dependencies {
implementation deps['org.bouncycastle:bcpg-jdk18on']
implementation deps['org.bouncycastle:bcpkix-jdk18on']
implementation deps['org.bouncycastle:bcprov-jdk18on']
implementation deps['com.fasterxml.jackson.dataformat:jackson-dataformat-yaml']
testImplementation deps['com.fasterxml.jackson.core:jackson-databind']
implementation deps['org.hibernate:hibernate-core']
implementation deps['org.hibernate:hibernate-hikaricp']