From 5a450ac785798be0308ca649d2456dce2975ceb3 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 21 Sep 2024 07:19:40 -0600 Subject: [PATCH] Remove unused exclusion of spotbugs-annotations from checks-api Current checks-api does not require the exclusion Confirmed that spotbugs-annotations is not included in the plugin packaging. --- plugin/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/plugin/pom.xml b/plugin/pom.xml index 17e4bdbe1b..4188b33011 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -152,12 +152,6 @@ io.jenkins.plugins checks-api - - - com.github.spotbugs - spotbugs-annotations - - io.jenkins.plugins @@ -329,12 +323,6 @@ checks-api test tests - - - com.github.spotbugs - spotbugs-annotations - -