From 25c63f31844c828846c7c3696fa1e9436a232371 Mon Sep 17 00:00:00 2001 From: Marko Strukelj Date: Thu, 3 Oct 2024 13:01:12 +0200 Subject: [PATCH] Prevent spotbugs-annotations from transitively leaking as a compile dependency into other projects that use this project --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 67a8152..54b148e 100644 --- a/pom.xml +++ b/pom.xml @@ -204,6 +204,7 @@ com.github.spotbugs spotbugs-annotations ${spotbugs.version} + provided