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.

This commit is contained in:
Stefán Freyr Stefánsson 2013-07-24 23:05:30 +00:00
parent cfc635de53
commit e3879f0c77
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.skife.config</groupId>
<artifactId>config-magic</artifactId>