From fbdd09cee9f631a315dc654f587700f7bb466ea2 Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期二, 04 七月 2023 10:29:21 +0800 Subject: [PATCH] 修改用户查询userId格式错误 --- ard-work/pom.xml | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ard-work/pom.xml b/ard-work/pom.xml index 2b2665c..ea21211 100644 --- a/ard-work/pom.xml +++ b/ard-work/pom.xml @@ -14,7 +14,6 @@ </description> <dependencies> - <!-- 閫氱敤宸ュ叿--> <dependency> <groupId>com.ruoyi</groupId> @@ -30,21 +29,11 @@ <groupId>net.java.jna</groupId> <artifactId>jna</artifactId> <version>1.0.0</version> -<!-- <groupId>com.sun.jna</groupId>--> -<!-- <artifactId>yx</artifactId>--> -<!-- <version>0.0.1</version>--> -<!-- <scope>system</scope>--> -<!-- <systemPath>${project.basedir}/lib/jna.jar</systemPath>--> </dependency> <dependency> <groupId>net.java.examples</groupId> <artifactId>examples</artifactId> <version>1.0.0</version> -<!-- <groupId>com.sun.jna.examples</groupId>--> -<!-- <artifactId>yx</artifactId>--> -<!-- <version>0.0.1</version>--> -<!-- <scope>system</scope>--> -<!-- <systemPath>${project.basedir}/lib/examples.jar</systemPath>--> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -77,6 +66,12 @@ <artifactId>forest-spring-boot-starter</artifactId> <version>1.5.22</version> </dependency> + <!--mqtt--> + <dependency> + <groupId>org.springframework.integration</groupId> + <artifactId>spring-integration-mqtt</artifactId> + <version>6.0.3</version> + </dependency> <dependency> <groupId>com.ruoyi</groupId> <artifactId>ruoyi-system</artifactId> @@ -99,6 +94,11 @@ <artifactId>geodesy</artifactId> <version>1.1.3</version> </dependency> + <dependency> + <groupId>org.bytedeco</groupId> + <artifactId>javacv-platform</artifactId> + <version>1.5.7</version> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3