From 0d9cc23d3a098785ddb67e72a3990243999d0a48 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 21 四月 2023 11:22:17 +0800 Subject: [PATCH] update docker mysql 8.0.31 => 8.0.33 update docker nginx 1.22.1 => 1.32.4 update docker redis 6.2.7 => 6.2.12 update docker minio RELEASE.2023-04-13T03-08-07Z --- ruoyi-common/pom.xml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index af49f5f..3b6c113 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -4,7 +4,7 @@ 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> @@ -31,6 +31,8 @@ <module>ruoyi-common-sensitive</module> <module>ruoyi-common-json</module> <module>ruoyi-common-encrypt</module> + <module>ruoyi-common-tenant</module> + <module>ruoyi-common-websocket</module> </modules> <artifactId>ruoyi-common</artifactId> -- Gitblit v1.9.3