Add critical guava and gson back from craftapi

Co-authored-by: games647 <games647@users.noreply.github.com>
This commit is contained in:
hubert-praca
2024-05-04 22:04:46 +02:00
committed by games647
parent 0ac8481d92
commit 884a4e0d65

View File

@ -208,6 +208,19 @@
<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>
</dependency>
<!-- Database driver included in Spigot -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>