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.
1 parent 3b0009a commit 83f2ce8Copy full SHA for 83f2ce8
log4j-api/pom.xml
@@ -33,6 +33,11 @@
33
<javadoc.skip>false</javadoc.skip>
34
<!-- TODO: fix errors an reenable SpotBugs -->
35
<spotbugs.skip>true</spotbugs.skip>
36
+
37
+ <!--
38
+ ~ OSGi and JPMS options
39
+ -->
40
+ <bnd-multi-release>true</bnd-multi-release>
41
</properties>
42
<dependencies>
43
<dependency>
log4j-core/pom.xml
0 commit comments