Skip to content

Commit

Permalink
Fix #279: Remove com.google.code.findbugs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Apr 2, 2024
1 parent ff155d5 commit e2a7b4d
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 @@ -61,7 +61,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 e2a7b4d

Please sign in to comment.