From 08dd42200fb74c8d91122e88cec5f9478b52ccef Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Wed, 22 Nov 2023 15:20:09 +0100 Subject: [PATCH] Edd exclusions to testing as well. --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 262f40da..c4c4de8d 100644 --- a/pom.xml +++ b/pom.xml @@ -276,6 +276,24 @@ ${codingstyle.library.version} test test-jar + + + com.google.errorprone + error_prone_annotations + + + org.apache.commons + commons-lang3 + + + commons-io + commons-io + + + com.github.spotbugs + spotbugs-annotations + +