Skip to content

Commit

Permalink
downgrade javafx due since the dependency cannout be found
Browse files Browse the repository at this point in the history
  • Loading branch information
Strohgelaender committed Apr 25, 2024
1 parent 9f6b570 commit d65cf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artemis-java-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<argLine>-Dfile.encoding=UTF-8</argLine>
<javafx.version>17.0.11</javafx.version>
<javafx.version>17.0.8</javafx.version>
<mockito.version>5.11.0</mockito.version>
<springboot.version>3.2.4</springboot.version>
<bytebuddy.version>1.14.13</bytebuddy.version>
Expand Down

0 comments on commit d65cf01

Please sign in to comment.