From 5dcec02f6d3b20a848cfe9b6e411c80e9cacbb71 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) git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2802 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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 b38b9edab47..1c62bacb541 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