From 3bb6250385acd2a5b5757e6527f1368da939f4a0 Mon Sep 17 00:00:00 2001 From: Kit Date: Fri, 22 Nov 2019 16:10:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9JDK9+=E7=9A=84=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E8=BF=9B=E8=A1=8Cmaven=E7=BC=96=E8=AF=91=E6=89=93?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weixin4j-base/pom.xml | 7 +++++++ weixin4j-pay/pom.xml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/weixin4j-base/pom.xml b/weixin4j-base/pom.xml index 4d1bfdcc..74987345 100644 --- a/weixin4j-base/pom.xml +++ b/weixin4j-base/pom.xml @@ -76,5 +76,12 @@ bcprov-jdk16 1.46 + + + javax.xml.bind + jaxb-api + 2.2.11 + provided + \ No newline at end of file diff --git a/weixin4j-pay/pom.xml b/weixin4j-pay/pom.xml index aa887ef8..a3158ed4 100644 --- a/weixin4j-pay/pom.xml +++ b/weixin4j-pay/pom.xml @@ -39,6 +39,13 @@ weixin4j-base 1.9.0-SNAPSHOT + + + javax.xml.bind + jaxb-api + 2.2.11 + provided + junit junit