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>
|
<artifactId>javafx-media</artifactId>
|
||||||
<version>12</version>
|
<version>12</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.openjfx</groupId>
|
|
||||||
<artifactId>javafx-graphics</artifactId>
|
|
||||||
<version>12</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -53,14 +48,6 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
<plugins>
|
<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>
|
<plugin>
|
||||||
<!-- Build an executable JAR -->
|
<!-- Build an executable JAR -->
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user