From 079145b4e2526a0a478fbd589a875ac22aab7c8a Mon Sep 17 00:00:00 2001 From: mohammadreza Date: Wed, 24 Jun 2026 12:54:17 +0330 Subject: [PATCH] build: add javafx dependencies to project --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index c7c56af..76fe42b 100644 --- a/pom.xml +++ b/pom.xml @@ -13,5 +13,31 @@ 25 UTF-8 + + + org.openjfx + javafx-controls + 21 + + + org.openjfx + javafx-fxml + 21 + + + + + + + org.codehaus.mojo + exec-maven-plugin + 3.1.0 + + + com.university.chat.Client.UI.Launcher + + + + \ No newline at end of file