From 3c313f9cbfb799d3ef0280b0dc09e8cf2f4a6635 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Wed, 23 Oct 2024 18:46:56 -0400 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 50 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 39 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 0b9a0e4..f8a6b07 100644 --- a/pom.xml +++ b/pom.xml @@ -134,31 +134,25 @@ com.squareup.retrofit2 retrofit - 2.9.0 + 2.10.0 com.squareup.retrofit2 adapter-rxjava2 - 2.9.0 + 2.10.0 com.squareup.retrofit2 converter-jackson - 2.9.0 + 2.10.0 com.squareup.retrofit2 converter-gson - 2.9.0 - - - com.google.inject - guice - 5.1.0 + 2.10.0 - - + joda-time joda-time @@ -279,7 +273,41 @@ + + org.slf4j + slf4j-api + + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + + + com.squareup.retrofit2 + retrofit + + + com.squareup.retrofit2 + adapter-rxjava2 + + + com.squareup.retrofit2 + converter-jackson + + + com.squareup.retrofit2 + converter-gson + + + com.google.inject + guice +