We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c577d71 commit 999ae3aCopy full SHA for 999ae3a
1 file changed
pom.xml
@@ -74,6 +74,12 @@
74
<version>11.0.2</version>
75
<classifier>linux</classifier>
76
</dependency>
77
+ <dependency>
78
+ <groupId>org.openjfx</groupId>
79
+ <artifactId>javafx-graphics</artifactId>
80
+ <version>11.0.2</version>
81
+ <classifier>mac</classifier>
82
+ </dependency>
83
<dependency>
84
<groupId>org.springframework.boot</groupId>
85
<artifactId>spring-boot-starter-data-jpa</artifactId>
@@ -243,4 +249,4 @@
243
249
</plugin>
244
250
</plugins>
245
251
</reporting>
246
-</project>
252
+</project>
0 commit comments