From 4ddcd35d133d5274b8698f6f1758f6892ef487e2 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Wed, 28 Apr 2010 10:41:03 +0000 Subject: [PATCH] SPR-6819 + made JPA dependency implicit since the aspect will always require the JPA classes during the weaving process --- org.springframework.aspects/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/org.springframework.aspects/pom.xml b/org.springframework.aspects/pom.xml index 8d2fa3e313..7ebf84e9ae 100644 --- a/org.springframework.aspects/pom.xml +++ b/org.springframework.aspects/pom.xml @@ -53,7 +53,6 @@ javax.persistence persistence-api 1.0 - provided junit