Skip to content

Commit

Permalink
Explicitly add JavaFX as dependency
Browse files Browse the repository at this point in the history
Justus-D committed Feb 1, 2024
1 parent 31eb2dd commit 628c0b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -31,6 +31,16 @@
</properties>

<dependencies>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-base</artifactId>
<version>${javafx.version}</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics</artifactId>
<version>${javafx.version}</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>

0 comments on commit 628c0b0

Please sign in to comment.