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