From fb02238bb7fc28bbf0c4f2b6d4f999b4d01fdffc Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Tue, 12 Feb 2008 20:06:50 +0000 Subject: [PATCH] I wanted to avoid a direct dependency on Commons IO, since it is a transitive dependency due to mime4j anyway, but apparently GUMP cannot handle transitive dependencies well git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@627070 13f79535-47bb-0310-9956-ffa450edef68 --- module-httpmime/pom.xml | 7 ++++++- pom.xml | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/module-httpmime/pom.xml b/module-httpmime/pom.xml index c509e1ad6..5db934fd6 100644 --- a/module-httpmime/pom.xml +++ b/module-httpmime/pom.xml @@ -36,7 +36,7 @@ httpcomponents-client 4.0-alpha3-SNAPSHOT - httpclient-mime + httpmime HttpClient (MIME entities) 2000 @@ -70,6 +70,11 @@ apache-mime4j ${mime4j.version} + + commons-io + commons-io + ${commons-io.version} + junit junit diff --git a/pom.xml b/pom.xml index 1656ff3b9..5fc2e72ad 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,7 @@ 4.0-beta1 1.1.1 1.3 + 1.2 0.3 3.8.1