From bb857b0d131951357e7588cac572836d2c7f60fb Mon Sep 17 00:00:00 2001 From: name Date: Tue, 15 Dec 2020 11:29:15 +0100 Subject: [PATCH] JavaFX15 added from openjfx --- ProjetGenieLogicielLoto.iml | 13 +++++++++++-- pom.xml | 28 ++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/ProjetGenieLogicielLoto.iml b/ProjetGenieLogicielLoto.iml index 25b7aca..936799b 100644 --- a/ProjetGenieLogicielLoto.iml +++ b/ProjetGenieLogicielLoto.iml @@ -1,6 +1,6 @@ - + @@ -12,13 +12,22 @@ - + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 3abf41e..05a4cc6 100644 --- a/pom.xml +++ b/pom.xml @@ -39,9 +39,11 @@ UTF-8 + 11 13 13 5.7.0 + 15 @@ -67,6 +69,16 @@ slf4j-simple 1.7.25 + + org.openjfx + javafx-controls + ${javafx.version} + + + org.openjfx + javafx-fxml + ${javafx.version} + @@ -76,6 +88,22 @@ maven-surefire-plugin 2.22.2 + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + ${maven.compiler.release} + + + + org.openjfx + javafx-maven-plugin + 0.0.1 + + fr.myny.gui.Gui + + \ No newline at end of file