From a9451d11f6effeeddb22c12009c83fe0bcdb36f6 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sat, 4 Feb 2012 17:39:21 +0100 Subject: [PATCH] Relax -aspects dependence on -test (compile=>test) The spring-aspects Maven pom had an incorrect compile-scoped dependence on spring-test. In fact, spring-aspects only uses spring-test in its unit tests. The pom has been updated accordingly, meaning that use of spring-aspects in Maven-based applications will no longer require spring-test on the classpath at runtime. ivy.xml metadata did not need updating, as it was already correct. This change is only necessary on the 3.1.x line; in 3.2.x (master) Maven poms are generated automatically from Gradle dependency metadata, which is also already correct. Issue: SPR-9048 --- org.springframework.aspects/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.aspects/pom.xml b/org.springframework.aspects/pom.xml index ba34ad1ebc5..74646897c12 100644 --- a/org.springframework.aspects/pom.xml +++ b/org.springframework.aspects/pom.xml @@ -61,7 +61,7 @@ org.springframework spring-test ${project.version} - compile + test javax.persistence