From 38cf127c8b1d37f1c7299cb59eccfdb3628230e9 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 12 Jan 2010 12:49:16 +0000 Subject: [PATCH] mark spring-aop as required for spring-context (SPR-6578) --- org.springframework.context/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.context/pom.xml b/org.springframework.context/pom.xml index b38b9edab4..1c62bacb54 100644 --- a/org.springframework.context/pom.xml +++ b/org.springframework.context/pom.xml @@ -122,7 +122,7 @@ org.springframework spring-aop ${project.version} - true + compile org.springframework