Skip to content

Commit 999ae3a

Browse files
authored
added javafx-graphics with mac classifier
1 parent c577d71 commit 999ae3a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@
7474
<version>11.0.2</version>
7575
<classifier>linux</classifier>
7676
</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>
7783
<dependency>
7884
<groupId>org.springframework.boot</groupId>
7985
<artifactId>spring-boot-starter-data-jpa</artifactId>
@@ -243,4 +249,4 @@
243249
</plugin>
244250
</plugins>
245251
</reporting>
246-
</project>
252+
</project>

0 commit comments

Comments
 (0)