Skip to content

Commit

Permalink
Removed Findbugs (issue #51)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaudoin committed Nov 7, 2023
1 parent 43b8371 commit bc018e9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,7 @@
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down Expand Up @@ -427,11 +423,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.5</version>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit bc018e9

Please # to comment.