From 587e31924f7bae43f8f31cb4fc9bf5f33593b50f Mon Sep 17 00:00:00 2001
From: rain <167982779@qq.com>
Date: Wed, 31 Jul 2024 19:14:05 +0800
Subject: [PATCH] 修改面状航线搜索bug
---
pom.xml | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 09254a2..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>
--
Gitblit v1.9.3