From 9e796943b8dfd1bbbe47a46a2fc2515591ef6029 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期二, 10 十月 2023 14:38:55 +0800 Subject: [PATCH] update redisson 3.23.4 => 3.23.5 修复集群报错问题 --- ruoyi-common/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 83fcb99..45493d3 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -4,14 +4,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>ruoyi-vue-plus</artifactId> - <groupId>com.ruoyi</groupId> + <groupId>org.dromara</groupId> <version>${revision}</version> - <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <modules> <module>ruoyi-common-bom</module> + <module>ruoyi-common-social</module> <module>ruoyi-common-core</module> <module>ruoyi-common-doc</module> <module>ruoyi-common-excel</module> -- Gitblit v1.9.3