From 182a2a2ce59160a37ad031e0558d5168213bf33f Mon Sep 17 00:00:00 2001
From: liaozan <378024053@qq.com>
Date: Thu, 27 Apr 2023 03:53:31 +0800
Subject: [PATCH] Include spring-boot-starter-aop to common-utils
spring-context is imported by spring-boot-starter,
and then the spring-aop is imported by spring-context
so import spring-boot-starter-aop directly
---
commons/common-util/pom.xml | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/commons/common-util/pom.xml b/commons/common-util/pom.xml
index d8903f3..afcaad7 100644
--- a/commons/common-util/pom.xml
+++ b/commons/common-util/pom.xml
@@ -69,7 +69,7 @@
org.springframework.boot
- spring-boot-starter
+ spring-boot-starter-aop
@@ -82,16 +82,6 @@
apm-toolkit-trace
true
-
- org.springframework
- spring-aop
- true
-
-
- org.aspectj
- aspectjweaver
- true
-
com.baomidou
mybatis-plus-extension
--
GitLab