diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-06 08:36:55 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-06 08:36:55 +0300 |
| commit | ea4f22311b639561856f37c8ac872af2cd9d55dd (patch) | |
| tree | fd90e44a2974a6d18d177a57b811f0f83811b927 /pom.xml | |
| parent | 1d99762c7965d351510cfb5e08eac25e48d96038 (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.xml | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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> |
