Skip to content

Commit 57d83cb

Browse files
committed
Remove optional aspectjrt dependency in favor of transitive aspectjweaver dependency via spring-aspects.
Closes #3377
1 parent fc8092d commit 57d83cb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

spring-data-jpa/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@
7979
<version>${antlr}</version>
8080
</dependency>
8181

82-
<dependency>
83-
<groupId>org.aspectj</groupId>
84-
<artifactId>aspectjrt</artifactId>
85-
<version>${aspectj}</version>
86-
<optional>true</optional>
87-
</dependency>
88-
8982
<dependency>
9083
<groupId>org.springframework</groupId>
9184
<artifactId>spring-aspects</artifactId>

0 commit comments

Comments
 (0)