HTTPCLIENT-1400: OSGi bundle to import commons logging by version range instead of a fixed version

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1523953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2013-09-17 08:26:42 +00:00
parent 80d9c1c8e1
commit e944db6738
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@
org.ietf.jgss,,
org.osgi.framework,
org.osgi.service.cm,
org.apache.commons.logging;version=${commons-logging.version},
org.apache.commons.logging;version="[1.1.1,1.2.0)",
org.apache.http;version=${httpcore.version},
org.apache.http.config;version=${httpcore.version},
org.apache.http.concurrent;version=${httpcore.version},