Skip to content

Commit ea165fb

Browse files
committed
fix LOGBACK-1703
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent 9e07bd0 commit ea165fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

logback-core/src/main/java/module-info.java

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
exports ch.qos.logback.core.filter;
2727

28+
exports ch.qos.logback.core.hook;
29+
2830
exports ch.qos.logback.core.joran;
2931
exports ch.qos.logback.core.joran.action;
3032
exports ch.qos.logback.core.joran.conditional;
@@ -34,6 +36,7 @@
3436
exports ch.qos.logback.core.joran.util;
3537
exports ch.qos.logback.core.joran.util.beans;
3638

39+
3740
exports ch.qos.logback.core.layout;
3841

3942
exports ch.qos.logback.core.model;

0 commit comments

Comments
 (0)