Tries removing unnecessary dependencies
All checks were successful
EpicKnarvik97/Rogue101/master This commit looks good
All checks were successful
EpicKnarvik97/Rogue101/master This commit looks good
This commit is contained in:
parent
0d8cd843cd
commit
0329f891eb
13
pom.xml
13
pom.xml
@ -36,11 +36,6 @@
|
||||
<artifactId>javafx-media</artifactId>
|
||||
<version>12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
<artifactId>javafx-graphics</artifactId>
|
||||
<version>12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
@ -53,14 +48,6 @@
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.openjfx</groupId>
|
||||
<artifactId>javafx-maven-plugin</artifactId>
|
||||
<version>0.0.4</version>
|
||||
<configuration>
|
||||
<mainClass>inf101.v18.rogue101.Main</mainClass>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<!-- Build an executable JAR -->
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user