We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1714e53 commit aa263cfCopy full SHA for aa263cf
1 file changed
gpclient/gpclient-javafx/pom.xml
@@ -36,5 +36,26 @@
36
<artifactId>gpclient-loc</artifactId>
37
<version>${project.version}</version>
38
</dependency>
39
+ <!-- JavaFX, since JDK 11 a separate module -->
40
+ <dependency>
41
+ <groupId>org.openjfx</groupId>
42
+ <artifactId>javafx-controls</artifactId>
43
+ <version>11.0.2</version>
44
+ </dependency>
45
46
47
+ <artifactId>javafx-web</artifactId>
48
49
50
51
52
+ <artifactId>javafx-swing</artifactId>
53
54
55
56
57
+ <artifactId>javafx-fxml</artifactId>
58
59
60
</dependencies>
61
</project>
0 commit comments