mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
29 lines
861 B
Diff
29 lines
861 B
Diff
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>
|