From 0c2c3ee5a55f36d270171f2f67938542e251fdc5 Mon Sep 17 00:00:00 2001 From: polo Date: Thu, 2 Jul 2026 00:14:17 +0200 Subject: fork utilisant maven --- pom.xml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..5af3389 --- /dev/null +++ b/pom.xml @@ -0,0 +1,55 @@ + + + 4.0.0 + bts_sio + ppe_javafx + 0.0.1-SNAPSHOT + + + 21 + 21.0.5 + 3.5.8 + + + + + org.openjfx + javafx-controls + ${javafx.version} + + + org.mariadb.jdbc + mariadb-java-client + ${mariadb.version} + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + ${maven.compiler.release} + + + + + + org.openjfx + javafx-maven-plugin + 0.0.8 + + application.Main + ppe_javafx + + + + + + \ No newline at end of file -- cgit v1.2.3