Skip to content

Commit

Permalink
Add proper groupId for jsr305
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Apr 25, 2024
1 parent d3f5ac7 commit 7624f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>jsr305</groupId>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>1.0</version>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
Expand Down

0 comments on commit 7624f06

Please sign in to comment.