From 99c5a70ce3a3e7c4b0c36c70bdf37013be4e67ed Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 10 Feb 2010 23:02:31 +0000 Subject: [PATCH] added optional JPA dependency to spring-aspects POM (SPR-6819) --- org.springframework.aspects/ivy.xml | 78 +++++++------- org.springframework.aspects/pom.xml | 160 +++++++++++++++------------- 2 files changed, 122 insertions(+), 116 deletions(-) diff --git a/org.springframework.aspects/ivy.xml b/org.springframework.aspects/ivy.xml index 4277c715dc..04e0fc1c0b 100644 --- a/org.springframework.aspects/ivy.xml +++ b/org.springframework.aspects/ivy.xml @@ -1,39 +1,39 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.aspects/pom.xml b/org.springframework.aspects/pom.xml index d194c12c95..82957f5023 100644 --- a/org.springframework.aspects/pom.xml +++ b/org.springframework.aspects/pom.xml @@ -1,77 +1,83 @@ - - - 4.0.0 - org.springframework - spring-aspects - jar - 3.0.1.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.0.1.BUILD-SNAPSHOT - - - - - - org.aspectj - aspectjweaver - true - - - org.springframework - spring-beans - ${project.version} - compile - - - org.springframework - spring-tx - ${project.version} - true - - - org.springframework - spring-context - ${project.version} - compile - - - org.springframework - spring-context-support - ${project.version} - true - - - org.springframework - spring-test - ${project.version} - compile - - - junit - junit - test - - - javax.mail - mail - 1.4 - true - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - junit:junit - - - - - - + + + 4.0.0 + org.springframework + spring-aspects + jar + 3.0.1.BUILD-SNAPSHOT + + org.springframework + spring-parent + ../org.springframework.spring-parent + 3.0.1.BUILD-SNAPSHOT + + + + + + org.aspectj + aspectjweaver + true + + + org.springframework + spring-beans + ${project.version} + compile + + + org.springframework + spring-tx + ${project.version} + true + + + org.springframework + spring-context + ${project.version} + compile + + + org.springframework + spring-context-support + ${project.version} + true + + + org.springframework + spring-test + ${project.version} + compile + + + junit + junit + test + + + javax.mail + mail + 1.4 + true + + + javax.persistence + persistence-api + 1.0 + true + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + +