From f04065e967fa7059ca8bae567a72b41ef7a3dde9 Mon Sep 17 00:00:00 2001 From: Vincent Latombe Date: Fri, 23 May 2025 09:40:49 +0200 Subject: [PATCH] Set org.jetbrains:annotations scope to provided Per https://github.com/JetBrains/java-annotations it should be set to scope provided to avoid being picked transitively --- flexmark-util-ast/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/flexmark-util-ast/pom.xml b/flexmark-util-ast/pom.xml index 0103aa170..b4baedc89 100644 --- a/flexmark-util-ast/pom.xml +++ b/flexmark-util-ast/pom.xml @@ -46,6 +46,7 @@ org.jetbrains annotations 24.0.1 + provided