Removed HTTP cache module from OSGi bundle

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@986114 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2010-08-16 19:46:45 +00:00
parent b821b445b6
commit 7a2818a56f
1 changed files with 0 additions and 6 deletions

View File

@ -68,12 +68,6 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-cache</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
<properties>