Skip to content

Commit 88d4d8d

Browse files
committed
Added missing dependency management declaration for spring-aspects.
1 parent c9c4336 commit 88d4d8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,11 @@
299299
<artifactId>spring-aop</artifactId>
300300
<version>${spring.version}</version>
301301
</dependency>
302+
<dependency>
303+
<groupId>org.springframework</groupId>
304+
<artifactId>spring-aspects</artifactId>
305+
<version>${spring.version}</version>
306+
</dependency>
302307
<dependency>
303308
<groupId>org.springframework</groupId>
304309
<artifactId>spring-beans</artifactId>

0 commit comments

Comments
 (0)