Skip to content

Commit 1a06580

Browse files
committed
Updates starter-aop to starter-aspectj
1 parent e272580 commit 1a06580

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-cloud-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
</dependency>
154154
<dependency>
155155
<groupId>org.springframework.boot</groupId>
156-
<artifactId>spring-boot-starter-aop</artifactId>
156+
<artifactId>spring-boot-starter-aspectj</artifactId>
157157
<optional>true</optional>
158158
</dependency>
159159
<dependency>

spring-cloud-context-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</dependency>
3030
<dependency>
3131
<groupId>org.springframework.boot</groupId>
32-
<artifactId>spring-boot-starter-aop</artifactId>
32+
<artifactId>spring-boot-starter-aspectj</artifactId>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.springframework.integration</groupId>

spring-cloud-context/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</dependency>
5050
<dependency>
5151
<groupId>org.springframework.boot</groupId>
52-
<artifactId>spring-boot-starter-aop</artifactId>
52+
<artifactId>spring-boot-starter-aspectj</artifactId>
5353
<optional>true</optional>
5454
</dependency>
5555
<dependency>

0 commit comments

Comments
 (0)