1
0

[LOGGING-189] Add optional import for package org.slf4j.spi (#232)

Co-authored-by: Hannes Wellmann <Hannes@ICE-PC.fritz.box>
This commit is contained in:
Hannes Wellmann
2024-03-17 16:30:55 +01:00
committed by GitHub
parent a15fe62463
commit 57d09eb9fc

View File

@@ -674,7 +674,8 @@ 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, 3)";resolution:=optional
org.slf4j;version="[1.7, 3)";resolution:=optional,
org.slf4j.spi;version="[1.7, 3)";resolution:=optional
</commons.osgi.import>
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
</properties>