openjdk 11 migration

This commit is contained in:
Armin Schrenk
2018-10-31 15:50:05 +01:00
parent 050a6e6a57
commit 54f2667e45
3 changed files with 33 additions and 3 deletions
+10
View File
@@ -46,6 +46,16 @@
<artifactId>cryptolib</artifactId>
</dependency>
<!-- JavaFx -->
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
</dependency>
<!-- EasyBind -->
<dependency>
<groupId>org.fxmisc.easybind</groupId>