From d0b677a8c368b7ace3b5303fc2e4e2eef17539c5 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Tue, 22 Sep 2009 20:19:40 +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 80f5aaa83b..e2d6085f68 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