Files
nixpkgs/pkgs/by-name/sp/sportstracker/remove-pom-jfx.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

38 lines
1.2 KiB
Diff
Raw Normal View History

2025-10-09 14:15:47 +02:00
diff --git a/leafletmap/pom.xml b/leafletmap/pom.xml
index f1c0089..e13d634 100644
--- a/leafletmap/pom.xml
+++ b/leafletmap/pom.xml
@@ -23,16 +23,6 @@
</properties>
<dependencies>
- <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.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
diff --git a/pom.xml b/pom.xml
index 9446306..d2cb9ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,11 +43,6 @@
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlin.version}</version>
</dependency>
- <dependency>
- <groupId>org.openjfx</groupId>
- <artifactId>javafx-fxml</artifactId>
- <version>${javafx.version}</version>
- </dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>