From b4725238ecf7e23e8567bb53ba4283e895c01c7f Mon Sep 17 00:00:00 2001 From: mirage <1127314491@qq.com> Date: Thu, 26 Feb 2026 16:41:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8F=90=E4=BA=A4=E7=94=9F?= =?UTF-8?q?=E6=88=90=E4=BA=8C=E7=BB=B4=E7=A0=81=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/like-common/pom.xml | 10 ++++++++++ server/pom.xml | 12 ++++++++++++ 2 files changed, 22 insertions(+) diff --git a/server/like-common/pom.xml b/server/like-common/pom.xml index b893ada4..97e6a934 100644 --- a/server/like-common/pom.xml +++ b/server/like-common/pom.xml @@ -225,6 +225,16 @@ weixin-java-pay + + + com.google.zxing + core + + + com.google.zxing + javase + + \ No newline at end of file diff --git a/server/pom.xml b/server/pom.xml index 21e14c64..03f0e37f 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -55,6 +55,7 @@ 4.5.16 4.4.0 + 3.5.1 @@ -251,6 +252,17 @@ ${weixin.version} + + com.google.zxing + core + ${zxing.version} + + + com.google.zxing + javase + ${zxing.version} + + org.mdd