Skip to content

Commit ae2b898

Browse files
committed
build(core): 替换 aspectjweaver 依赖为 Spring Boot Starter AOP
1 parent f662b74 commit ae2b898

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

continew-starter-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
<artifactId>spring-boot-configuration-processor</artifactId>
2424
</dependency>
2525

26-
<!-- AOP(AspectJ) -->
26+
<!-- Spring AOP Starter -->
2727
<dependency>
28-
<groupId>org.aspectj</groupId>
29-
<artifactId>aspectjweaver</artifactId>
28+
<groupId>org.springframework.boot</groupId>
29+
<artifactId>spring-boot-starter-aop</artifactId>
3030
</dependency>
3131

3232
<!-- Hibernate Validator -->

0 commit comments

Comments
 (0)