Skip to content

Commit 6b56fb5

Browse files
committed
Fix BND baseline failure (log4j-slf4j-impl)
1 parent 42bdb54 commit 6b56fb5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

log4j-slf4j-impl/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<description>The Apache Log4j SLF4J API binding to Log4j 2 Core</description>
3131
<properties>
3232
<slf4j.version>1.7.36</slf4j.version>
33+
<bnd.baseline.skip>false</bnd.baseline.skip>
3334
</properties>
3435

3536
<!-- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
@Export
2323
@Header(name = Constants.BUNDLE_ACTIVATIONPOLICY, value = Constants.ACTIVATION_LAZY)
24-
@Version("2.23.0")
24+
@Version("3.0.0")
2525
package org.apache.logging.slf4j;
2626

2727
import org.osgi.annotation.bundle.Export;

0 commit comments

Comments
 (0)