From 1bea882533f08dc2fc8597c830e4e7a20eb8fc48 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期六, 22 二月 2025 14:10:57 +0800 Subject: [PATCH] 资源要求-8修改 --- ruoyi-common/pom.xml | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index d5d7042..0e5f458 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -141,6 +141,28 @@ <artifactId>commons-text</artifactId> <version>1.3</version> </dependency> + + <!--浼佷笟寰俊鎺ュ彛--> + <dependency> + <groupId>com.github.binarywang</groupId> + <artifactId>weixin-java-cp</artifactId> + <version>4.1.0</version> + <exclusions> + <exclusion> + <groupId>com.github.binarywang</groupId> + <artifactId>weixin-java-common</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>com.github.binarywang</groupId> + <artifactId>weixin-java-common</artifactId> + <version>4.1.0</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.datatype</groupId> + <artifactId>jackson-datatype-jsr310</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.9.3