From f7e4c82b2e9da65c1a1b77cab05bcab67a8c6a69 Mon Sep 17 00:00:00 2001 From: xuyuxiang Date: Thu, 2 Mar 2023 16:54:09 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=B8=80=E9=83=A8=E5=88=86=E6=BC=8F=E6=B4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-common/pom.xml | 44 ++++++++++++++++++++++++++ snowy-plugin/snowy-plugin-auth/pom.xml | 6 ++++ snowy-web-app/pom.xml | 6 ++++ 3 files changed, 56 insertions(+) diff --git a/snowy-common/pom.xml b/snowy-common/pom.xml index 769e7cd6..43471472 100644 --- a/snowy-common/pom.xml +++ b/snowy-common/pom.xml @@ -198,5 +198,49 @@ okhttp ${okhttp3.version} + + + + + + ch.qos.logback + logback-classic + 1.2.0 + + + + + com.google.code.gson + gson + 2.8.9 + + + + + org.yaml + snakeyaml + 2.0 + + + + + org.codehaus.jettison + jettison + 1.5.3 + + + + + com.fasterxml.jackson.core + jackson-databind + 2.14.2 + + + + + com.alibaba + fastjson + 2.0.24 + diff --git a/snowy-plugin/snowy-plugin-auth/pom.xml b/snowy-plugin/snowy-plugin-auth/pom.xml index 0b45899b..c6cd9406 100644 --- a/snowy-plugin/snowy-plugin-auth/pom.xml +++ b/snowy-plugin/snowy-plugin-auth/pom.xml @@ -68,6 +68,12 @@ me.zhyd.oauth JustAuth ${just.auth.version} + + + fastjson + com.alibaba + + diff --git a/snowy-web-app/pom.xml b/snowy-web-app/pom.xml index e67d9dc7..086f1d03 100644 --- a/snowy-web-app/pom.xml +++ b/snowy-web-app/pom.xml @@ -32,6 +32,12 @@ org.springframework.boot spring-boot-starter-test test + + + logback-classic + ch.qos.logback + +