Commit 182a2a2c authored by liaozan's avatar liaozan 🏀

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
parent b55dc758
......@@ -69,7 +69,7 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!-- Optional -->
<dependency>
......@@ -82,16 +82,6 @@
<artifactId>apm-toolkit-trace</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-extension</artifactId>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment