Skip to content

Commit

Permalink
Add javafx dependency (java 9+)
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoramy committed Dec 26, 2018
1 parent f594207 commit 4ae75ff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,19 @@
</resources>
</build>

<!-- mvn clean compile resources single -->

<dependencies>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>11-ea+19</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>11-ea+19</version>
</dependency>
<dependency>
<groupId>com.airhacks</groupId>
<artifactId>afterburner.fx</artifactId>
Expand Down

0 comments on commit 4ae75ff

Please sign in to comment.