From 087b61024b3d0d56f548b9796526f69eb1722074 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Tue, 8 Jun 2021 14:33:05 +0200 Subject: [PATCH] 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 --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 148a2e73f..aefb6b09e 100644 --- a/pom.xml +++ b/pom.xml @@ -165,11 +165,6 @@ - - org.aspectj - aspectjrt - ${aspectj} - org.aspectj aspectjweaver