From 2b35b23f53cde5e76a9cc7d0c6a027335bd59f9a Mon Sep 17 00:00:00 2001
From: shenyijian <1178253012@qq.com>
Date: Sat, 11 Nov 2023 16:31:11 +0800
Subject: [PATCH] 无人机 - 媒体库列表新增查询条件航线库ID
---
pom.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 070d3ea..c1e34d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,6 +185,13 @@
<version>1.2.33</version>
</dependency>
+
+ <!-- aop依赖 -->
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-aop</artifactId>
+ </dependency>
+
</dependencies>
<build>
--
Gitblit v1.9.3