Skip to content

Commit

Permalink
Add missing required module fr.brouillard.oss.cssfx
Browse files Browse the repository at this point in the history
  • Loading branch information
indritbeqiri committed Jun 26, 2024
1 parent b27cff6 commit 97e0bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jpro-routing/core/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
requires transitive org.slf4j;

requires transitive de.sandec.jnodes;
requires transitive de.sandec.jmemorybuddy;
requires transitive jpro.webapi;
requires transitive simplefx.core;
requires transitive simplefx.extended;
requires transitive simplefx.wrapping;
requires transitive simplefx.utility;
requires transitive scala.library;
requires transitive one.jpro.platform.internal.openlink;
requires transitive de.sandec.jmemorybuddy;

exports one.jpro.platform.routing;
exports one.jpro.platform.routing.crawl;
Expand Down
1 change: 1 addition & 0 deletions jpro-routing/dev/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
requires org.kordamp.ikonli.javafx;
requires org.kordamp.ikonli.evaicons;
requires org.kordamp.ikonli.ionicons4;
requires fr.brouillard.oss.cssfx;
requires org.scenicview.scenicview;

exports one.jpro.platform.routing.dev;
Expand Down

0 comments on commit 97e0bd9

Please sign in to comment.