Skip to content

Commit

Permalink
cleanup dependency declarations
Browse files Browse the repository at this point in the history
cherry-pick 6259aad from master

Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Oct 7, 2022
1 parent c3f992b commit 6c4fc98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion logback-classic-blackbox/src/test/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module logback.classic.blackbox {
requires java.xml;

requires ch.qos.logback.core;
requires ch.qos.logback.classic;

Expand Down
3 changes: 0 additions & 3 deletions logback-core/src/main/java9/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
// javax.servlet:javax.servlet-api:jar:4.0.1:compile -> auto-named as javax.servlet.api
requires static javax.servlet.api;



exports ch.qos.logback.core;
exports ch.qos.logback.core.boolex;

Expand All @@ -30,7 +28,6 @@
exports ch.qos.logback.core.joran;
exports ch.qos.logback.core.joran.action;
exports ch.qos.logback.core.joran.conditional;

exports ch.qos.logback.core.joran.event;
exports ch.qos.logback.core.joran.sanity;
exports ch.qos.logback.core.joran.spi;
Expand Down

0 comments on commit 6c4fc98

Please sign in to comment.