Skip to content

Commit ca6f923

Browse files
committed
Fix com.sleepycat:je module descriptor
1 parent 846f354 commit ca6f923

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

log4j-flume-ng/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
~ OSGi and JPMS options
3636
-->
3737
<bnd-module-name>org.apache.logging.log4j.flume</bnd-module-name>
38+
<bnd-extra-module-options>
39+
<!-- Filebased module names: MUST be static -->
40+
je;transitive=false;static=true
41+
</bnd-extra-module-options>
3842
<Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>
3943
</properties>
4044
<dependencies>

0 commit comments

Comments
 (0)