Skip to content

Commit d775fcc

Browse files
committed
back to java21-compatibile javafx
1 parent 2d5e30f commit d775fcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common-tools/clas-geometry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.openjfx</groupId>
1919
<artifactId>javafx-controls</artifactId>
20-
<version>25-ea+11</version>
20+
<version>23.0.2</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.jlab.ccdbrcdb</groupId>

common-tools/clas-jcsg/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
<dependency>
1818
<groupId>org.openjfx</groupId>
1919
<artifactId>javafx-controls</artifactId>
20-
<version>25-ea+11</version>
20+
<version>23.0.2</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.openjfx</groupId>
2424
<artifactId>javafx-fxml</artifactId>
25-
<version>24-ea+5</version>
25+
<version>23.0.2</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.jlab.clas</groupId>

0 commit comments

Comments
 (0)