From e3879f0c778eb62674de70b9623b6ca7d850dcfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stef=C3=A1n=20Freyr=20Stef=C3=A1nsson?= Date: Wed, 24 Jul 2013 23:05:30 +0000 Subject: [PATCH] Adding a dependency on Apache commons httpclient in the Druid client pom.xml. It currently gets pulled in through some dependencies but it should be explicitly set. --- client/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/pom.xml b/client/pom.xml index 40d6c40da8b..d47be87f6ef 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -68,6 +68,10 @@ commons-codec commons-codec + + commons-httpclient + commons-httpclient + org.skife.config config-magic