Explicitly exculded cache module optional dependencies

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1035432 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2010-11-15 20:33:33 +00:00
parent d3bfd2fc11
commit 1df4dd3285
1 changed files with 7 additions and 1 deletions

View File

@ -42,7 +42,13 @@
<outputDirectory>lib</outputDirectory>
<unpack>false</unpack>
<dependencySets>
<dependencySet/>
<dependencySet>
<excludes>
<exclude>net.sf.ehcache:*</exclude>
<exclude>spy:*</exclude>
<exclude>org.slf4j:*</exclude>
</excludes>
</dependencySet>
</dependencySets>
</binaries>
</moduleSet>