This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch feat/javafx-on-11 in repository https://gitbox.apache.org/repos/asf/sis.git commit 89a62628309514ffa418f7e7497148cc32be555c Author: jsorel AuthorDate: Fri Apr 24 16:01:54 2020 +0200 feat(JavaFx): build for java 11, add maven dependencies --- application/sis-javafx/pom.xml | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/application/sis-javafx/pom.xml b/application/sis-javafx/pom.xml index d64e62d..cdcddd9 100644 --- a/application/sis-javafx/pom.xml +++ b/application/sis-javafx/pom.xml @@ -92,11 +92,8 @@ maven-compiler-plugin - 13 - - --module-path ${env.PATH_TO_FX} - --add-modules javafx.graphics,javafx.controls - + + 11 @@ -166,6 +163,32 @@ test-jar test + + org.openjfx + javafx-graphics + 13.0.2 + + + org.openjfx + javafx-controls + 13.0.2 + + + org.openjfx + javafx-swing + 13.0.2 + + + org.openjfx + javafx-fxml + 13.0.2 + + + org.openjfx + javafx-web + 13.0.2 + +