diff --git a/pom.xml b/pom.xml index 1511c0a..c8f2162 100644 --- a/pom.xml +++ b/pom.xml @@ -11,6 +11,65 @@ 17 17 + UTF-8 + 5.7.1 + + + org.openjfx + javafx-controls + 17.0.0.1 + + + org.openjfx + javafx-fxml + 17.0.0.1 + + + org.kordamp.bootstrapfx + bootstrapfx-core + 0.4.0 + + + org.junit.jupiter + junit-jupiter-api + ${junit.version} + test + + + org.junit.jupiter + junit-jupiter-engine + ${junit.version} + test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 17 + 17 + + + + org.openjfx + javafx-maven-plugin + 0.0.7 + + + + default-cli + + fr.watteau.javafx_demo/fr.watteau.javafx_demo.HelloApplication + + + + + + \ No newline at end of file