Skip to content

Commit

Permalink
Merge pull request #9 from kadampabookings/prod
Browse files Browse the repository at this point in the history
Added javafx-swing under dependencyManagement
  • Loading branch information
salmonb authored Jan 17, 2025
2 parents 9caab88 + 3068304 commit 214c18a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@
<artifactId>javafx-fxml</artifactId>
<version>${openjfx.version}</version>
</dependency>
<dependency> <!-- Not emulated by WebFX but may be used in some pure OpenJFX modules -->
<groupId>org.openjfx</groupId>
<artifactId>javafx-swing</artifactId>
<version>${openjfx.version}</version>
</dependency>

<!-- Setting version for GWT modules -->
<dependency>
Expand Down

0 comments on commit 214c18a

Please sign in to comment.