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

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

parent afaadedc
Branches
No related tags found
No related merge requests found
...@@ -48,21 +48,6 @@ ...@@ -48,21 +48,6 @@
<groupId>org.openjfx</groupId> <groupId>org.openjfx</groupId>
<artifactId>javafx-graphics </artifactId> <artifactId>javafx-graphics </artifactId>
<version>${javafx.version}</version> <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>
<dependency> <dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment