From 2746921f12702d4075d857713ac67bbe3de05813 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期四, 23 五月 2024 09:59:13 +0800
Subject: [PATCH] fix: 获取司机配送员信息接口修改
---
xboot-modules/xboot-your/pom.xml | 20 ++++++++++++++++----
1 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/xboot-modules/xboot-your/pom.xml b/xboot-modules/xboot-your/pom.xml
index 4714278..54292c5 100644
--- a/xboot-modules/xboot-your/pom.xml
+++ b/xboot-modules/xboot-your/pom.xml
@@ -17,7 +17,18 @@
<artifactId>artemis-http-client</artifactId>
<version>1.1.2</version>
</dependency>
-
+ <!-- Excel瀵煎叆瀵煎嚭鎻掍欢-->
+ <dependency>
+ <groupId>com.alibaba</groupId>
+ <artifactId>easyexcel</artifactId>
+ <version>2.2.2</version>
+ </dependency>
+ <!--<!– Excel瀵煎叆瀵煎嚭鎻掍欢 –>-->
+ <!--<dependency>-->
+ <!--<groupId>com.wuwenze</groupId>-->
+ <!--<artifactId>ExcelKit</artifactId>-->
+ <!--<version>2.0.72</version>-->
+ <!--</dependency>-->
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
@@ -25,9 +36,10 @@
</dependency>
<dependency>
- <groupId>com.rabbitmq</groupId>
- <artifactId>amqp-client</artifactId>
- <version>5.7.0</version>
+ <groupId>cn.exrick</groupId>
+ <artifactId>xboot-file</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <scope>compile</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
--
Gitblit v1.9.1