From: Markus Koschany <apo@debian.org>
Date: Thu, 4 Oct 2018 12:38:17 +0200
Subject: javafx

Build-depend on new OpenJFX11 artifatcts.

Forwarded: not-needed
---
 javafx/pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/javafx/pom.xml b/javafx/pom.xml
index 5ad9b17..b9b8db9 100755
--- a/javafx/pom.xml
+++ b/javafx/pom.xml
@@ -36,6 +36,24 @@
         	<version>8.0-r3</version>
         	<scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.openjfx</groupId>
+            <artifactId>javafx-base</artifactId>
+            <version>11</version>
+            <classifier>linux</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.openjfx</groupId>
+            <artifactId>javafx-controls</artifactId>
+            <version>11</version>
+            <classifier>linux</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.openjfx</groupId>
+            <artifactId>javafx-graphics</artifactId>
+            <version>11</version>
+            <classifier>linux</classifier>
+        </dependency>
     </dependencies>
 
 	<build>
