Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.0
Description
Looking through the MANIFEST.MF of the 1.3.0 version, I see the following in Import-Package, which looks wrong:
org.slf4j;version="1.7.0.30";resolution:=optional
This seems to be coming from pom.xmlhttps://github.com/apache/commons-logging/blob/e0255a5845814802586b91c889ab3e9fc4bf9d68/pom.xml#L741. This line should have the interval definition instead like
org.slf4j;version="[1.7.0, 3.0)";resolution:=optional