From 786888b8d32e35cad49eb1ba54a35f1508234ed5 Mon Sep 17 00:00:00 2001 From: Masatake Iwasaki Date: Mon, 16 Aug 2021 21:46:19 +0900 Subject: [PATCH] HADOOP-17849. Exclude spotbugs-annotations from transitive dependencies on branch-3.2. (#3305) --- hadoop-client-modules/hadoop-client-minicluster/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hadoop-client-modules/hadoop-client-minicluster/pom.xml b/hadoop-client-modules/hadoop-client-minicluster/pom.xml index f33ead71af0..308132101e8 100644 --- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml +++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml @@ -322,6 +322,10 @@ dnsjava dnsjava + + com.github.spotbugs + spotbugs-annotations +