From 711b84ab06372e45d5be0e2788652367e82c7985 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sat, 20 Aug 2011 03:01:45 +0000 Subject: [PATCH] Update .core pom with jopt dependency Issue: SPR-8482 --- org.springframework.core/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/org.springframework.core/pom.xml b/org.springframework.core/pom.xml index a760670ec84..1717f2c84d0 100644 --- a/org.springframework.core/pom.xml +++ b/org.springframework.core/pom.xml @@ -39,6 +39,13 @@ compile true + + net.sf.jopt-simple + jopt-simple + 3.0 + compile + true + org.aspectj aspectjweaver