From e192e2f080774b0dbb7c0f03f4c6895e6923b373 Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Wed, 22 Nov 2023 17:29:12 +0800
Subject: [PATCH] 飞行里程

---
 pom.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index cbfb229..6c48ee4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,10 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-aop</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-amqp</artifactId>
+        </dependency>
     </dependencies>
 
     <build>

--
Gitblit v1.9.3