From 5f0278fc7ba8dddc5ca0bdf03cd8e6f3b30116fd Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Thu, 9 Feb 2023 17:22:22 +0300 Subject: [PATCH] Fix pom.xml --- pom.xml | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aa26717..841f1b6 100644 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,13 @@ compile + + org.openjfx + javafx-graphics + ${javafx.version} + linux + compile + org.openjfx javafx-controls @@ -80,6 +87,13 @@ compile + + org.openjfx + javafx-graphics + ${javafx.version} + win + compile + org.openjfx javafx-controls @@ -95,6 +109,13 @@ compile + + org.openjfx + javafx-graphics + ${javafx.version} + mac + compile + org.openjfx javafx-controls @@ -110,6 +131,13 @@ compile + + org.openjfx + javafx-graphics + ${javafx.version} + mac-aarch64 + compile + org.openjfx javafx-controls @@ -172,7 +200,7 @@ - + org.apache.maven.plugins @@ -206,11 +235,13 @@ org.apache.maven.plugins maven-jar-plugin 3.1.2 + default-jar