Skip to content

Commit

Permalink
Merge pull request #280 from /issues/279-remove-google-findbugs
Browse files Browse the repository at this point in the history
Fix #279: Remove com.google.code.findbugs dependency
  • Loading branch information
banterCZ authored Apr 3, 2024
2 parents ebfce80 + e2a7b4d commit dff6b4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@

<!-- Dependencies -->
<spring-boot.version>3.2.4</spring-boot.version>
<findbugs-annotations.version>3.0.1</findbugs-annotations.version>
</properties>

<dependencyManagement>
Expand Down
5 changes: 0 additions & 5 deletions rest-client-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>${findbugs-annotations.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
Expand Down

0 comments on commit dff6b4e

Please sign in to comment.