Skip to content

Commit b8cb35f

Browse files
committed
Add BND exception
1 parent 8db18ff commit b8cb35f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

log4j-slf4j-impl/src/main/java/org/apache/logging/slf4j/package-info.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@
2121
*/
2222
@Export
2323
@Header(name = Constants.BUNDLE_ACTIVATIONPOLICY, value = Constants.ACTIVATION_LAZY)
24-
@Version("2.21.0")
24+
@Version("2.23.0")
25+
@BaselineIgnore("2.23.0")
2526
package org.apache.logging.slf4j;
2627

28+
import aQute.bnd.annotation.baseline.BaselineIgnore;
2729
import org.osgi.annotation.bundle.Export;
2830
import org.osgi.annotation.bundle.Header;
2931
import org.osgi.annotation.versioning.Version;

0 commit comments

Comments
 (0)