From a079ef44e53acd9e8df51dbb31cf5aea4f9be5bd Mon Sep 17 00:00:00 2001 From: ageer <ageerle@163.com> Date: 星期二, 27 二月 2024 20:52:19 +0800 Subject: [PATCH] init v1.0.0 --- ruoyi-modules/ruoyi-system/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml index c1fe78a..ab8d7cf 100644 --- a/ruoyi-modules/ruoyi-system/pom.xml +++ b/ruoyi-modules/ruoyi-system/pom.xml @@ -91,6 +91,12 @@ <groupId>com.xmzs</groupId> <artifactId>ruoyi-common-chat</artifactId> </dependency> + + <dependency> + <groupId>com.xmzs</groupId> + <artifactId>ruoyi-common-wechat</artifactId> + </dependency> + </dependencies> </project> -- Gitblit v1.9.3