From acf352921487e857810a943b008121e33404e9ae Mon Sep 17 00:00:00 2001
From: kongdeqiang <kongdeqiang960204@163.com>
Date: 星期二, 15 四月 2025 16:56:50 +0800
Subject: [PATCH] fix:白名单新增bug
---
pom.xml | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 32afc3d..8b1c7d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,6 +121,32 @@
<artifactId>signature</artifactId>
<version>1.1.0.6</version>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.paho</groupId>
+ <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
+ <version>1.0.2</version>
+ </dependency>
+ <dependency>
+ <groupId>com.github.xiaoymin</groupId>
+ <artifactId>knife4j-openapi3-spring-boot-starter</artifactId>
+ <version>4.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springdoc</groupId>
+ <artifactId>springdoc-openapi-ui</artifactId>
+ <version>1.6.14</version>
+ </dependency>
+<!-- <dependency>-->
+<!-- <groupId>com.led</groupId>-->
+<!-- <artifactId>show</artifactId>-->
+<!-- <version>0.0.0.1</version>-->
+<!-- </dependency>-->
+<!-- <dependency>-->
+<!-- <groupId>net.sf</groupId>-->
+<!-- <artifactId>jni4net</artifactId>-->
+<!-- <version>0.8.8.0</version>-->
+<!-- </dependency>-->
+
</dependencies>
<build>
--
Gitblit v1.9.1