Skip to content

Commit

Permalink
Explicit javafx.base version since it was resolving to the wrong vers…
Browse files Browse the repository at this point in the history
…ion on Linux
  • Loading branch information
torakiki committed Mar 23, 2023
1 parent 644e2cd commit 217f81e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -377,6 +377,11 @@
<artifactId>pdfsam-injector</artifactId>
<version>${injector.version}</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-base</artifactId>
<version>${javafx.version}</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
Expand Down

0 comments on commit 217f81e

Please sign in to comment.