Skip to content

Commit

Permalink
fetch: add spring boot aop dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jzow committed Dec 14, 2023
1 parent 0d0c2aa commit 391aaef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
Expand Down

0 comments on commit 391aaef

Please sign in to comment.