about summary refs log tree commit diff
path: root/pkgs/development/tools/scenebuilder/pom-remove-javafx.patch
blob: 6c9c9784d0375270d40745671e128b1dec034d2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
diff --git a/kit/pom.xml b/kit/pom.xml
index 644d36c..e4d91fb 100644
--- a/kit/pom.xml
+++ b/kit/pom.xml
@@ -11,23 +11,6 @@
     </parent>
 
     <dependencies>
-        <!-- JavaFX -->
-        <dependency>
-            <groupId>org.openjfx</groupId>
-            <artifactId>javafx-fxml</artifactId>
-            <version>${javafx.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.openjfx</groupId>
-            <artifactId>javafx-web</artifactId>
-            <version>${javafx.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.openjfx</groupId>
-            <artifactId>javafx-swing</artifactId>
-            <version>${javafx.version}</version>
-        </dependency>
-
         <!-- Eclipse Aether -->
         <dependency>
             <groupId>org.eclipse.aether</groupId>