mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-28 00:03:23 +08:00
update 优化mqtt模块依赖
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -49,6 +49,8 @@
|
|||||||
<anyline.version>8.7.3-20251210</anyline.version>
|
<anyline.version>8.7.3-20251210</anyline.version>
|
||||||
<!-- 工作流配置 -->
|
<!-- 工作流配置 -->
|
||||||
<warm-flow.version>1.8.4</warm-flow.version>
|
<warm-flow.version>1.8.4</warm-flow.version>
|
||||||
|
<!-- mqtt客户端 -->
|
||||||
|
<mica-mqtt.version>2.5.11</mica-mqtt.version>
|
||||||
|
|
||||||
<!-- 插件版本 -->
|
<!-- 插件版本 -->
|
||||||
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
|
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
|
||||||
@@ -306,6 +308,12 @@
|
|||||||
<version>${warm-flow.version}</version>
|
<version>${warm-flow.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.dromara.mica-mqtt</groupId>
|
||||||
|
<artifactId>mica-mqtt-client-spring-boot-starter</artifactId>
|
||||||
|
<version>${mica-mqtt.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- JustAuth 的依赖配置-->
|
<!-- JustAuth 的依赖配置-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.zhyd.oauth</groupId>
|
<groupId>me.zhyd.oauth</groupId>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<artifactId>ruoyi-common-mqtt</artifactId>
|
<artifactId>ruoyi-common-mqtt</artifactId>
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
ruoyi-common-mqtt 模块
|
ruoyi-common-mqtt mqtt模块
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -20,14 +20,15 @@
|
|||||||
<groupId>org.dromara</groupId>
|
<groupId>org.dromara</groupId>
|
||||||
<artifactId>ruoyi-common-core</artifactId>
|
<artifactId>ruoyi-common-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dromara</groupId>
|
<groupId>org.dromara</groupId>
|
||||||
<artifactId>ruoyi-common-json</artifactId>
|
<artifactId>ruoyi-common-json</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dromara.mica-mqtt</groupId>
|
<groupId>org.dromara.mica-mqtt</groupId>
|
||||||
<artifactId>mica-mqtt-client-spring-boot-starter</artifactId>
|
<artifactId>mica-mqtt-client-spring-boot-starter</artifactId>
|
||||||
<version>2.5.11</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user