OSDN Git Service

Workaround spotbugs 4.7.2 trouble
authorOlyutorskii <olyutorskii@users.osdn.me>
Mon, 10 Oct 2022 06:10:49 +0000 (15:10 +0900)
committerOlyutorskii <olyutorskii@users.osdn.me>
Mon, 10 Oct 2022 06:10:49 +0000 (15:10 +0900)
pom.xml

diff --git a/pom.xml b/pom.xml
index 4cbee4d..5080c83 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                         <dependency>
                             <groupId>com.github.spotbugs</groupId>
                             <artifactId>spotbugs</artifactId>
-                            <version>4.7.2</version>
+                            <!--<version>4.7.2</version> LOT OF Exception warning -->
+                            <version>4.7.1</version>
                         </dependency>
                     </dependencies>
                 </plugin>