Remove Guava depend

This commit is contained in:
Braydon 2023-12-15 02:57:38 -05:00
parent ba15dfc9d4
commit 98016830dd
2 changed files with 1 additions and 8 deletions

@ -176,12 +176,6 @@
<version>1.18.30</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>

@ -16,7 +16,6 @@ import me.braydon.feather.common.FieldUtils;
import me.braydon.feather.common.Tuple;
import me.braydon.feather.database.IDatabase;
import javax.annotation.concurrent.ThreadSafe;
import java.util.Collections;
import java.util.LinkedHashMap;
import java.util.Map;
@ -31,7 +30,7 @@ import java.util.UUID;
* @author Braydon
* @param <V> the type of value this document holds
*/
@ThreadSafe @Getter @ToString
@Getter @ToString
public class Document<V> {
/**
* The key to use for the id field.