Skip to content
Snippets Groups Projects
Commit 321c3690 authored by Callum Gran's avatar Callum Gran
Browse files

Merge branch 'fix/javafx-run' into 'main'

fix(pom): fixed error that caused javafx:run to not run

See merge request carljgu/tournament-service!135
parents afaadedc abbced22
No related branches found
No related tags found
No related merge requests found
......@@ -48,21 +48,6 @@
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics </artifactId>
<version>${javafx.version}</version>
<classifier>win</classifier>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics </artifactId>
<version>11</version>
<classifier>linux</classifier>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics </artifactId>
<version>11</version>
<classifier>mac</classifier>
</dependency>
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment