Skip to content

Commit

Permalink
fix LOGBACK-1695
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Oct 7, 2022
1 parent ba5eb23 commit 9b3b800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion logback-core/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@
exports ch.qos.logback.core.joran.util;
exports ch.qos.logback.core.joran.util.beans;

exports ch.qos.logback.core.layout;

exports ch.qos.logback.core.model;
exports ch.qos.logback.core.model.conditional;
exports ch.qos.logback.core.model.processor;
exports ch.qos.logback.core.model.processor.conditional;
exports ch.qos.logback.core.model.util;


exports ch.qos.logback.core.net;
exports ch.qos.logback.core.net.server;
exports ch.qos.logback.core.net.ssl;
Expand Down

0 comments on commit 9b3b800

Please sign in to comment.