diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..6823e3a --- /dev/null +++ b/pom.xml @@ -0,0 +1,65 @@ + + 4.0.0 + CryptoFXWallet + CryptoFXWallet + 0.0.1 + jar + + + 11 + 11 + + + + + + + org.openjfx + javafx-controls + 11 + + + + org.openjfx + javafx-fxml + 11 + + + + org.openjfx + javafx-media + 11 + + + + + org.junit.jupiter + junit-jupiter-api + 5.3.1 + test + + + + org.junit.jupiter + junit-jupiter-engine + 5.3.1 + test + + + + org.junit.platform + junit-platform-runner + 1.3.1 + test + + + + org.assertj + assertj-core + 3.11.1 + test + + + + + \ No newline at end of file