sakuli
sakuli copied to clipboard
use different integration test UI app which is open-jdk compatible
Avoid this dependency:
<!-- JAVA FX - unfortunately only over this way possible yet -->
<dependency>
<groupId>javafx</groupId>
<artifactId>jfxrt</artifactId>
<version>${java.version}</version>
<systemPath>${java.home}/lib/ext/jfxrt.jar</systemPath>
<scope>system</scope>
</dependency>
https://wiki.openjdk.java.net/display/OpenJFX/Main
take a look together with #137