Remove dependency to javafx from common

This commit is contained in:
0xb00bface 2021-09-11 12:35:44 +02:00
parent b458b4096e
commit baef41d902
1 changed files with 0 additions and 10 deletions

View File

@ -50,16 +50,6 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-media</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>