Skip to content

Commit 88043f8

Browse files
committed
Remove BND overrides for jctools-core
Version 4.0.2 is a named module, the overrides are no longer necessary. This also adds an optional resolution for `jctools-core` to the OSGi descriptor of JTL.
1 parent b1d4a2a commit 88043f8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

log4j-core/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
java.naming;transitive=false,
7474
org.apache.commons.csv;transitive=false,
7575
org.fusesource.jansi;transitive=false,
76-
org.jctools.core;substitute="jctools-core";transitive=false;static=true,
7776
<!-- Filebased module names: MUST be static -->
7877
disruptor;transitive=false;static=true,
7978
kafka.clients;substitute="kafka-clients";transitive=false;static=true,

log4j-layout-template-json/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
~ OSGi and JPMS options
4141
-->
4242
<bnd-module-name>org.apache.logging.log4j.layout.template.json</bnd-module-name>
43-
<bnd-extra-module-options>
43+
<bnd-extra-package-options>
4444
<!-- JCTools is optional (#1895) -->
45-
org.jctools.core;substitute="jctools-core";static=true
46-
</bnd-extra-module-options>
45+
org.jctools.*;resolution:=optional,
46+
</bnd-extra-package-options>
4747
<Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>
4848

4949
</properties>

0 commit comments

Comments
 (0)