Fixed build issues caused by changes to a yacht step turn constant.

#bug
This commit is contained in:
Calum
2017-08-13 20:40:18 +12:00
parent 0ee12021e2
commit 2d5492601f
2 changed files with 3 additions and 18 deletions
-15
View File
@@ -69,24 +69,9 @@
<artifactId>commons-cli</artifactId>
<version>1.4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.testfx/testfx-core -->
<dependency>
<groupId>org.testfx</groupId>
<artifactId>testfx-core</artifactId>
<version>4.0.1-alpha</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.testfx/testfx-junit -->
<dependency>
<groupId>org.testfx</groupId>
<artifactId>testfx-junit</artifactId>
<version>4.0.6-alpha</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>