From 1f2d5595a19bad7ae414b342b610256357fc5507 Mon Sep 17 00:00:00 2001
From: shenyijian <1178253012@qq.com>
Date: Wed, 29 Nov 2023 11:59:13 +0800
Subject: [PATCH] 无人机 -rabbitMQ转发

---
 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