Skip to content

Commit 087b610

Browse files
committed
Remove AspectJ dependency.
The dependency was seemingly introduced as a workaround to a Maven problem before this project even had the name Spring Data JPA. No problems are noticeable when building without the dependency or when using it in a simple Spring Boot app without it. Closes #2218
1 parent da9eddd commit 087b610

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,6 @@
165165
</exclusions>
166166
</dependency>
167167

168-
<dependency>
169-
<groupId>org.aspectj</groupId>
170-
<artifactId>aspectjrt</artifactId>
171-
<version>${aspectj}</version>
172-
</dependency>
173168
<dependency>
174169
<groupId>org.aspectj</groupId>
175170
<artifactId>aspectjweaver</artifactId>

0 commit comments

Comments
 (0)