diff --git a/org.springframework.aspects/ivy.xml b/org.springframework.aspects/ivy.xml index 874e2eac952..90b144245cf 100644 --- a/org.springframework.aspects/ivy.xml +++ b/org.springframework.aspects/ivy.xml @@ -33,9 +33,9 @@ + - - + diff --git a/org.springframework.aspects/pom.xml b/org.springframework.aspects/pom.xml index db214776742..9389097278c 100644 --- a/org.springframework.aspects/pom.xml +++ b/org.springframework.aspects/pom.xml @@ -1,84 +1,90 @@ - - - 4.0.0 - org.springframework - spring-aspects - jar - 3.0.5.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.0.5.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} - compile - - - org.springframework - spring-test - ${project.version} - compile - - - javax.persistence - persistence-api - 1.0 - compile - - - junit - junit - test - - - javax.mail - mail - 1.4 - test - true - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - junit:junit - - - - - - + + + 4.0.0 + org.springframework + spring-aspects + jar + 3.0.5.BUILD-SNAPSHOT + + org.springframework + spring-parent + ../org.springframework.spring-parent + 3.0.5.BUILD-SNAPSHOT + + + + + + org.aspectj + aspectjweaver + true + + + org.springframework + spring-beans + ${project.version} + compile + + + org.springframework + spring-tx + ${project.version} + true + + + org.springframework + spring-orm + ${project.version} + true + + + org.springframework + spring-context + ${project.version} + compile + + + org.springframework + spring-context-support + ${project.version} + compile + + + org.springframework + spring-test + ${project.version} + compile + + + javax.persistence + persistence-api + 1.0 + true + + + junit + junit + test + + + javax.mail + mail + 1.4 + test + true + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + +