From 4170aaf577f3d3f70d7a1f403f5cf8e760cd8d30 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Wed, 14 Oct 2020 07:46:57 +0100 Subject: [PATCH 1/2] Exclude dependencies that come from Jenkins core --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 74811f9d..7cbfacff 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,18 @@ edu.hm.hafner codingstyle ${codingstyle.library.version} + + + + com.github.spotbugs + spotbugs-annotations + + + + commons-io + commons-io + + org.apache.commons From ba6ea9789e3a74e73fcb48794d176a95b9949853 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Wed, 14 Oct 2020 21:41:40 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Ullrich Hafner --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7cbfacff..2f8e43c6 100644 --- a/pom.xml +++ b/pom.xml @@ -49,12 +49,12 @@ codingstyle ${codingstyle.library.version} - + com.github.spotbugs spotbugs-annotations - + commons-io commons-io @@ -182,4 +182,3 @@ -