From 325e05957f983913ad65833b124098cf12b8cbb0 Mon Sep 17 00:00:00 2001 From: Elliott Baron Date: Tue, 22 Dec 2020 17:33:44 -0500 Subject: [PATCH] Use provided scope for spotbugs-annotation (#61) --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 56e786d0..b924c231 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.redhat.rhjmc containerjfr-core -1.2.0 +1.2.1 jar containerjfr-core http://maven.apache.org @@ -73,6 +73,7 @@ com.github.spotbugs spotbugs-annotations ${com.github.spotbugs.version} + provided org.slf4j