Skip to content

Commit

Permalink
Remove FindBugs from reporting
Browse files Browse the repository at this point in the history
FindBugs is not maintain anymore ...
  • Loading branch information
slawekjaranowski committed Apr 26, 2023
1 parent 7591c41 commit 03e23ed
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -498,11 +498,6 @@ limitations under the License.
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.5</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
Expand Down Expand Up @@ -624,10 +619,6 @@ limitations under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
Expand Down

0 comments on commit 03e23ed

Please sign in to comment.