From 98016830dd7539f81690cb3abced27932d1ef673 Mon Sep 17 00:00:00 2001 From: Braydon Date: Fri, 15 Dec 2023 02:57:38 -0500 Subject: [PATCH] Remove Guava depend --- pom.xml | 6 ------ src/main/java/me/braydon/feather/data/Document.java | 3 +-- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 4f3683c..f7f2886 100644 --- a/pom.xml +++ b/pom.xml @@ -176,12 +176,6 @@ 1.18.30 provided - - com.google.guava - guava - 32.1.3-jre - compile - com.google.code.gson gson diff --git a/src/main/java/me/braydon/feather/data/Document.java b/src/main/java/me/braydon/feather/data/Document.java index 77843cc..227f33b 100644 --- a/src/main/java/me/braydon/feather/data/Document.java +++ b/src/main/java/me/braydon/feather/data/Document.java @@ -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 the type of value this document holds */ -@ThreadSafe @Getter @ToString +@Getter @ToString public class Document { /** * The key to use for the id field.