Skip to content

Commit

Permalink
Fixed an issue in demo module related to logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed Apr 26, 2021
1 parent 952adb4 commit 6b9fe85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions preferencesfx-demo/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
module com.dlsc.preferencesfx.demo {

requires com.dlsc.preferencesfx;
requires org.apache.logging.log4j;
requires org.apache.logging.log4j.core;
requires org.apache.logging.log4j.slf4j;

exports com.dlsc.preferencesfx.demo;

Expand Down

0 comments on commit 6b9fe85

Please sign in to comment.