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

Log4j2 requires.

parent dedd5899
Branches
No related merge requests found
......@@ -7,6 +7,7 @@ module koz01.java2.lab09 {
requires org.hibernate.orm.core;
requires java.compiler;
requires java.annotation;
requires org.apache.logging.log4j;
opens koz01.java2.lab09 to org.hibernate.orm.core;
}
\ 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