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:
parent
80d9c1c8e1
commit
e944db6738
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue