From ab403468f92403a8ac905347cbc78adcdb339119 Mon Sep 17 00:00:00 2001 From: Ramnivas Laddad Date: Thu, 29 Oct 2009 17:18:49 +0000 Subject: [PATCH] Mark junit dependency as compile, since aspects depend on it at compile-time --- 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 e4fd535b59..9fcd914e3a 100644 --- a/org.springframework.aspects/pom.xml +++ b/org.springframework.aspects/pom.xml @@ -52,7 +52,7 @@ junit junit - test + compile javax.mail