diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..7129570 --- /dev/null +++ b/pom.xml @@ -0,0 +1,107 @@ + + + 4.0.0 + + at.ionas999 + QuestionCatalog + 1.0-SNAPSHOT + QuestionCatalog + + + UTF-8 + 5.10.2 + + + + + org.openjfx + javafx-controls + 17.0.6 + + + org.openjfx + javafx-fxml + 17.0.6 + + + org.controlsfx + controlsfx + 11.2.1 + + + com.dlsc.formsfx + formsfx-core + 11.6.0 + + + org.openjfx + * + + + + + org.kordamp.bootstrapfx + bootstrapfx-core + 0.4.0 + + + io.github.mkpaz + atlantafx-base + 2.0.1 + + + org.junit.jupiter + junit-jupiter-api + ${junit.version} + test + + + org.junit.jupiter + junit-jupiter-engine + ${junit.version} + test + + + org.apache.derby + derby + 10.17.1.0 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + 23 + 23 + + + + org.openjfx + javafx-maven-plugin + 0.0.8 + + + + default-cli + + at.ionas999.questioncatalog/at.ionas999.questioncatalog.App + + app + app + app + true + true + true + + + + + + + \ No newline at end of file