Skip to content

Commit

Permalink
Changes to pom.xml for creating jars
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Apr 17, 2023
1 parent ba43a6d commit 836e3c1
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,15 @@
<artifactId>javafx-fxml</artifactId>
<version>19</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics </artifactId>
<version>19</version>
</dependency>

<!-- Cross-Platform Graphics -->
<!-- <dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics </artifactId>
<version>19</version>
<classifier>win</classifier>
</dependency> -->
<!-- <dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics </artifactId>
<version>19</version>
<classifier>linux</classifier>
</dependency> -->
<!-- <dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics </artifactId>
<version>19</version>
<classifier>mac</classifier>
</dependency> -->
<!-- <dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics</artifactId>
<version>19</version>
<classifier>mac-aarch64</classifier>
</dependency> -->
<!-- win, linux, mac, mac-aarch64 -->
</dependency>

<!-- JUnit 5 -->
<dependency>
Expand Down

0 comments on commit 836e3c1

Please sign in to comment.