Skip to content

Commit

Permalink
Correct the module descriptor in jpro-routing-core regarding Simple…
Browse files Browse the repository at this point in the history
…FX modularised artifacts
  • Loading branch information
besidev committed Jul 11, 2024
1 parent 015a462 commit 3a9ac72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jpro-routing/core/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
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 simplefx.wrapping;
requires transitive simplefx.extended;
requires transitive scala.library;
requires transitive one.jpro.platform.internal.openlink;

Expand Down
1 change: 0 additions & 1 deletion jpro-routing/example/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
requires one.jpro.platform.routing.core;
requires one.jpro.platform.routing.dev;
requires one.jpro.platform.routing.popup;
requires scala.library;
requires simplefx.extended;

exports example.colors;
Expand Down

0 comments on commit 3a9ac72

Please sign in to comment.