From 353781021d135f33cc727cf43c20bbb126871dda Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Thu, 8 Apr 2010 07:04:40 +0000 Subject: [PATCH] SPR-6819 + changed jpa dependency scope from optional to provided --- org.springframework.aspects/pom.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/org.springframework.aspects/pom.xml b/org.springframework.aspects/pom.xml index 278377c12c..65fb3a193f 100644 --- a/org.springframework.aspects/pom.xml +++ b/org.springframework.aspects/pom.xml @@ -49,6 +49,12 @@ ${project.version} compile + + javax.persistence + persistence-api + 1.0 + provided + junit junit @@ -58,12 +64,7 @@ javax.mail mail 1.4 - true - - - javax.persistence - persistence-api - 1.0 + test true