From 256ed3d2cfab96d000e315cc76663a7b728f17d4 Mon Sep 17 00:00:00 2001
From: aix <vip_xiaobin810@163.com>
Date: Thu, 01 Aug 2024 15:35:47 +0800
Subject: [PATCH] mqtt初始配置
---
pom.xml | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5b9b199..f11da81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -300,6 +300,18 @@
<artifactId>xmpcore</artifactId>
<version>5.1.3</version>
</dependency>
+
+ <!--excel表格数据导出-->
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi</artifactId>
+ <version>5.2.3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi-ooxml</artifactId>
+ <version>5.2.3</version>
+ </dependency>
</dependencies>
@@ -316,14 +328,6 @@
<artifactId>lombok</artifactId>
</exclude>
</excludes>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>16</source>
- <target>16</target>
</configuration>
</plugin>
</plugins>
--
Gitblit v1.9.3