Add Monocle to dependencies

This commit is contained in:
Oystein Kristoffer Tveit 2021-09-06 00:50:26 +02:00
parent 8bd35273db
commit 3747f35894
1 changed files with 8 additions and 0 deletions

View File

@ -65,6 +65,14 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- Monocle - Headless UI testing in CI -->
<dependency>
<groupId>org.testfx</groupId>
<artifactId>openjfx-monocle</artifactId>
<version>jdk-12.0.1+2</version>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>