We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
log4j-slf4j-impl
1 parent 42bdb54 commit 6b56fb5Copy full SHA for 6b56fb5
log4j-slf4j-impl/pom.xml
@@ -30,6 +30,7 @@
30
<description>The Apache Log4j SLF4J API binding to Log4j 2 Core</description>
31
<properties>
32
<slf4j.version>1.7.36</slf4j.version>
33
+ <bnd.baseline.skip>false</bnd.baseline.skip>
34
</properties>
35
36
<!-- Use explicit versions as a temporary workaround to a Coursier/Ivy bug:
log4j-slf4j-impl/src/main/java/org/apache/logging/slf4j/package-info.java
@@ -21,7 +21,7 @@
21
*/
22
@Export
23
@Header(name = Constants.BUNDLE_ACTIVATIONPOLICY, value = Constants.ACTIVATION_LAZY)
24
-@Version("2.23.0")
+@Version("3.0.0")
25
package org.apache.logging.slf4j;
26
27
import org.osgi.annotation.bundle.Export;
0 commit comments