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:
parent
d3bfd2fc11
commit
1df4dd3285
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue