From 21b0b4baae416e916111856ac26f57c78beb851b Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期三, 24 五月 2023 17:51:48 +0800 Subject: [PATCH] add 增加 gitee issue表单 --- 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 4f8e1f1..0428aea 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -4,9 +4,8 @@ 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> @@ -32,6 +31,7 @@ <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