From 6fde2d10fa774d7d59915d33fcbb05f7399b123b Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Mon, 18 Sep 2017 19:05:45 +0800 Subject: [PATCH] =?UTF-8?q?pay=E6=A8=A1=E5=9D=97=E6=98=BE=E5=BC=8F?= =?UTF-8?q?=E6=8C=87=E5=AE=9Acommons-lang3=EF=BC=8C=E4=BB=A5=E4=BE=BF?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E9=A1=B9=E7=9B=AE=E5=8F=AF=E8=83=BD=E4=BC=9A?= =?UTF-8?q?=E4=BC=98=E5=85=88=E4=BD=BF=E7=94=A8=E6=89=80=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=9A=84=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- weixin-java-pay/pom.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f93c5dd5..ea329828 100644 --- a/pom.xml +++ b/pom.xml @@ -152,7 +152,7 @@ org.apache.commons commons-lang3 - 3.5 + 3.6 org.slf4j diff --git a/weixin-java-pay/pom.xml b/weixin-java-pay/pom.xml index 05aa6c5f..43302da7 100644 --- a/weixin-java-pay/pom.xml +++ b/weixin-java-pay/pom.xml @@ -30,6 +30,11 @@ provided + + org.apache.commons + commons-lang3 + + ch.qos.logback logback-classic