Readd graphics libraries
This commit is contained in:
parent
71868ed6e3
commit
33dd146e60
29
pom.xml
29
pom.xml
@ -101,24 +101,25 @@
|
|||||||
<type>maven-plugin</type>
|
<type>maven-plugin</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- <dependency>
|
<!-- JavaFX Graphics - For completeness when packaging uber-jar -->
|
||||||
<groupId>org.openjfx</groupId>
|
<dependency>
|
||||||
<artifactId>javafx-graphics</artifactId>
|
<groupId>org.openjfx</groupId>
|
||||||
<version>13</version>
|
<artifactId>javafx-graphics</artifactId>
|
||||||
<classifier>win</classifier>
|
<version>17-ea+7</version>
|
||||||
|
<classifier>win</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.openjfx</groupId>
|
<groupId>org.openjfx</groupId>
|
||||||
<artifactId>javafx-graphics</artifactId>
|
<artifactId>javafx-graphics</artifactId>
|
||||||
<version>13</version>
|
<version>17-ea+7</version>
|
||||||
<classifier>linux</classifier>
|
<classifier>linux</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.openjfx</groupId>
|
<groupId>org.openjfx</groupId>
|
||||||
<artifactId>javafx-graphics</artifactId>
|
<artifactId>javafx-graphics</artifactId>
|
||||||
<version>13</version>
|
<version>17-ea+7</version>
|
||||||
<classifier>mac</classifier>
|
<classifier>mac</classifier>
|
||||||
</dependency> -->
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
|
Loading…
Reference in New Issue
Block a user