Skip to content
Snippets Groups Projects
Commit 03acd4f7 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

Add log4j2 as required module.

parent e253a7d3
No related merge requests found
module koz01.java2.lab04 {
requires transitive javafx.controls;
requires javafx.fxml;
requires org.apache.logging.log4j;
opens koz01.java2.lab05 to javafx.fxml;
exports koz01.java2.lab05;
requires lombok;
requires lombok;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment