[LOGGING-189] Fix Import-Package entry for org.slf4j. (#188)
* Fix Import-Package entry for org.slf4j. * Use same number of components in version range for org.slf4j. * Use versionmask macro to derive upper bound for SLF4J. * Update pom.xml Co-authored-by: Piotr P. Karwasz <piotr@github.copernik.eu> --------- Co-authored-by: Gary Gregory <garydgregory@users.noreply.github.com> Co-authored-by: Piotr P. Karwasz <piotr@github.copernik.eu>
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -674,7 +674,7 @@ under the License.
|
||||
org.apache.log;version="[1.0.1, 1.0.1]";resolution:=optional,
|
||||
org.apache.log4j;version="[1.2.15, 2.0.0)";resolution:=optional,
|
||||
org.apache.logging.log4j;version="[2.0, 4.0)";resolution:=optional,
|
||||
org.slf4j;version="1.7.0, 3.0";resolution:=optional
|
||||
org.slf4j;version="[1.7, 3)";resolution:=optional
|
||||
</commons.osgi.import>
|
||||
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user