Skip to content

Commit

Permalink
Add javafx.swing and javafx.web as required transitive modules
Browse files Browse the repository at this point in the history
  • Loading branch information
indritbeqiri committed Jun 28, 2024
1 parent 64c46c6 commit 9310d0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jpro-routing/dev/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
* @author Besmir Beqiri
*/
open module one.jpro.platform.routing.dev {
requires transitive javafx.controls;
requires transitive one.jpro.platform.routing.core;
requires transitive javafx.controls;
requires transitive javafx.swing;
requires transitive javafx.web;
requires org.kordamp.ikonli.javafx;
requires org.kordamp.ikonli.evaicons;
requires org.kordamp.ikonli.ionicons4;
Expand Down

0 comments on commit 9310d0d

Please sign in to comment.