Skip to content

Commit dbcb3bf

Browse files
committed
pom update
1 parent 72f9ef3 commit dbcb3bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<assertj.core.version>3.27.6</assertj.core.version>
1616
<mockito.version>5.20.0</mockito.version>
1717
<javafx.version>25</javafx.version>
18+
<surefire.version>3.2.5</surefire.version>
1819
</properties>
1920
<dependencies>
2021
<dependency>
@@ -85,9 +86,11 @@
8586
<plugin>
8687
<groupId>org.apache.maven.plugins</groupId>
8788
<artifactId>maven-surefire-plugin</artifactId>
88-
<version>3.2.5</version>
89+
<version>${surefire.version}</version>
8990
<configuration>
9091
<argLine>
92+
--add-exports javafx.graphics/com.sun.glass.ui=ALL-UNNAMED
93+
--add-exports javafx.base/com.sun.javafx.runtime=ALL-UNNAMED
9194
-Djava.awt.headless=true
9295
-Dprism.order=sw
9396
-Dtestfx.robot=glass

0 commit comments

Comments
 (0)