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 e28177a5b735baf8b55262cc5e3aad2f767b639b Author: jsorel AuthorDate: Fri Apr 24 16:01:54 2020 +0200 feat(JavaFx): build for java 11, add maven dependencies --- application/pom.xml | 13 +------------ application/sis-javafx/pom.xml | 33 ++++++++++++++++++++++++++++----- 2 files changed, 29 insertions(+), 17 deletions(-) diff --git a/application/pom.xml b/application/pom.xml index a6ef1c1..b866cd8 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -120,17 +120,6 @@ sis-console sis-webapp sis-openoffice + sis-javafx - - - - - env.PATH_TO_FX - - - - sis-javafx - - - 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 + +