This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-validator.git
The following commit(s) were added to refs/heads/master by this push: new 387ba80f Fix broken pom and remove findbugs config new bef212f0 Merge pull request #87 from nhojpatrick/remove-findbugs 387ba80f is described below commit 387ba80f0cb9bb5154cecee4280e5065f436051d Author: John Patrick <142304+nhojpatr...@users.noreply.github.com> AuthorDate: Wed Oct 5 20:57:33 2022 +0100 Fix broken pom and remove findbugs config --- pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pom.xml b/pom.xml index 9861bcac..e0b38926 100644 --- a/pom.xml +++ b/pom.xml @@ -228,16 +228,6 @@ </reportSet> </reportSets> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <version>${commons.findbugs.version}</version> - <configuration> - <threshold>Normal</threshold> - <effort>Default</effort> - <!--excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile--> - </configuration> - </plugin> <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId>