Remove obsolete/unused findbugs-annotations

This commit is contained in:
md_5
2025-05-31 13:07:09 +10:00
parent 5dad41034b
commit aa44ebe770
22 changed files with 1 additions and 61 deletions

View File

@@ -105,12 +105,6 @@
<version>33.3.1-jre</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>findbugs-annotations</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations-java5</artifactId>