* fixed building issue

* removed unused dependencies
This commit is contained in:
Valentin Heiserer
2024-04-17 01:31:49 +02:00
committed by GitHub
parent 52d2dd1f5f
commit 56f57b7819

View File

@@ -81,26 +81,6 @@
<version>3.11.0</version>
</plugin>
<!-- <plugin>-->
<!-- <artifactId>maven-shade-plugin</artifactId>-->
<!-- <configuration>-->
<!-- <transformers>-->
<!-- <transformer-->
<!-- implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>-->
<!-- </transformers>-->
<!-- </configuration>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <goals>-->
<!-- <goal>shade</goal>-->
<!-- </goals>-->
<!-- <phase>package</phase>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <version>3.5.1</version>-->
<!-- </plugin>-->
<!-- Maven Assembly Plugin -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
@@ -180,12 +160,12 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>17</version>
<version>22</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-web</artifactId>
<version>17</version>
<version>22</version>
</dependency>
</dependencies>
</project>