Skip to content

Commit

Permalink
WPR-8 - Kick Spring Shell, Welcome JavaFX
Browse files Browse the repository at this point in the history
  • Loading branch information
nadav-yo committed Jan 22, 2024
1 parent e425a04 commit 7a910f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,17 @@
<artifactId>javafx-fxml</artifactId>
<version>${javfx.version}</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics</artifactId>
<version>21.0.2</version>
</dependency>
<dependency>
<groupId>org.controlsfx</groupId>
<artifactId>controlsfx</artifactId>
<version>11.1.2</version>
</dependency>

</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 7a910f8

Please sign in to comment.