From 9dc6ebdcd20cd66675c8570b0872bb3797d1f445 Mon Sep 17 00:00:00 2001 From: jinhaiyang Date: Thu, 10 Oct 2024 11:39:33 +0800 Subject: [PATCH] modify pom --- inside-notices/pom.xml | 4 ++++ msg-notices/msg-notices-client/pom.xml | 1 - pom.xml | 6 ++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/inside-notices/pom.xml b/inside-notices/pom.xml index 8a06e915..17f7fc5d 100644 --- a/inside-notices/pom.xml +++ b/inside-notices/pom.xml @@ -161,6 +161,10 @@ cn.axzo.apollo apollo-api + + org.jetbrains + annotations + org.checkerframework checker-qual diff --git a/msg-notices/msg-notices-client/pom.xml b/msg-notices/msg-notices-client/pom.xml index 55e25855..3a153b0d 100644 --- a/msg-notices/msg-notices-client/pom.xml +++ b/msg-notices/msg-notices-client/pom.xml @@ -92,7 +92,6 @@ org.jetbrains annotations - 26.0.0 diff --git a/pom.xml b/pom.xml index 282cc30d..3035b0fe 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,7 @@ 4.5.0 1.4.2.Final 11.8 + 26.0.0 @@ -92,6 +93,11 @@ feign-httpclient ${feign-httpclient.version} + + org.jetbrains + annotations + ${jetbrains.version} +