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

Fix module definition

parent b49deed5
No related merge requests found
......@@ -2,10 +2,9 @@ module cz.jezek.lab10 {
requires transitive javafx.controls;
requires javafx.fxml;
requires jakarta.xml.bind;
requires java.sql;
requires org.eclipse.persistence.moxy;
requires jakarta.json;
requires com.sun.tools.xjc;
opens cz.jezek.lab11;
opens cz.jezek.lab11 to jakarta.xml.bind;
exports cz.jezek.lab11;
}
\ 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