Use transitive dependencies from craftapi instead of explicitly

This commit is contained in:
games647
2024-05-06 11:16:42 +02:00
parent 690eabaa5e
commit 1419b7d357

View File

@ -203,19 +203,7 @@
<dependency>
<groupId>com.github.games647</groupId>
<artifactId>craftapi</artifactId>
<version>0.8</version>
</dependency>
<!-- Include deps from craftapi if not available on platform -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.0.1-jre</version>
<version>0.8.1</version>
</dependency>
<!-- Database driver included in Spigot -->