summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-06 08:36:55 +0300
committerPaul Buetow <paul@buetow.org>2025-06-06 08:36:55 +0300
commitea4f22311b639561856f37c8ac872af2cd9d55dd (patch)
treefd90e44a2974a6d18d177a57b811f0f83811b927 /pom.xml
parent1d99762c7965d351510cfb5e08eac25e48d96038 (diff)
Modernize UI and fix localization: - Rollback to Swing UI - Update build configuration - Fix localization string handling - Add missing localization strings - Improve protocol event handling
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index e31ec1c..6408f55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,15 +136,6 @@
</dependency>
<!-- GUI -->
- <dependency>
- <groupId>org.openjfx</groupId>
- <artifactId>javafx-controls</artifactId>
- <version>17.0.2</version>
- </dependency>
- <dependency>
- <groupId>org.openjfx</groupId>
- <artifactId>javafx-fxml</artifactId>
- <version>17.0.2</version>
- </dependency>
+ <!-- JavaFX dependencies removed for Swing rollback -->
</dependencies>
</project>