sakuli icon indicating copy to clipboard operation
sakuli copied to clipboard

use different integration test UI app which is open-jdk compatible

Open toschneck opened this issue 8 years ago • 1 comments

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

toschneck avatar Apr 10 '17 17:04 toschneck

take a look together with #137

toschneck avatar Oct 13 '17 08:10 toschneck