From 7c292f496defc0c2cc49e39f945fa85921e0af15 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Tue, 22 Sep 2009 20:19:12 +0000 Subject: [PATCH] INT-795 commons-httpclient is now optional in the POM. --- org.springframework.integration.http/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.integration.http/pom.xml b/org.springframework.integration.http/pom.xml index 6f5c597708..4064120cc1 100644 --- a/org.springframework.integration.http/pom.xml +++ b/org.springframework.integration.http/pom.xml @@ -22,7 +22,7 @@ commons-httpclient commons-httpclient 3.1 - compile + true org.easymock