From 72d585f4bb4ccd868faa6bcb1455b1ace7cb3d0e Mon Sep 17 00:00:00 2001 From: CyB3RC0nN0R Date: Sun, 5 Jul 2020 16:19:51 +0200 Subject: [PATCH] Add Linux and Windows JavaFX Dependencies --- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6411314..92cf7df 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,18 @@ javafx-fxml 11.0.2 + + org.openjfx + javafx-graphics + 11 + win + + + org.openjfx + javafx-graphics + 11 + linux + @@ -73,7 +85,8 @@ true envoy - + envoy.client.Main