From 53a484dd2bd61d7ebdd76b9a21141961652e163d Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 9 May 2025 14:54:44 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0jetbrains.annotations.NotNull?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 5cf2dfb..b3d201c 100644 --- a/pom.xml +++ b/pom.xml @@ -78,6 +78,12 @@ com.fasterxml.jackson.core jackson-databind + + org.jetbrains + annotations + 13.0 + compile +