From fbf410db5d0bcda62207c78a9b0845ca1a6495be Mon Sep 17 00:00:00 2001 From: huanghaoming <1585685035@qq.com> Date: Fri, 23 Jun 2023 21:45:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B1=E4=BA=8Esnakeyaml=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=BE=83=E4=BD=8E=EF=BC=8C=E5=92=8Cjackson-databind=E4=B8=80?= =?UTF-8?q?=E8=B5=B7=E7=94=A8=E4=BC=9A=E6=8A=A5=E9=94=99Could=20not=20find?= =?UTF-8?q?=20snakeyaml-2.0-android.jar=20(org.yaml:snakeyaml:2.0).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f936524bc..260e900be 100644 --- a/pom.xml +++ b/pom.xml @@ -50,12 +50,13 @@ commons-lang3 3.5 + org.yaml snakeyaml - 1.26 - android + 2.0 + com.github.mifmif generex