From 46d4f3127bc9b044b667074ee7d035660994bbe3 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) git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2948 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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 4277c715dc7..04e0fc1c0b3 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 d194c12c952..82957f5023e 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 + + + + + +