Skip to content

Commit

Permalink
Add dependency to remove warning in bulld
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Nov 24, 2023
1 parent 6a67ced commit 25bde3d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sbm-support-rewrite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,15 @@
<scope>test</scope>
</dependency>
<!-- END: Required by PrivateArtifactRepositoryTest -->

<!-- get rid of [WARNING] unknown enum constant javax.annotation.meta.When.MAYBE -->
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<scope>provided</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 25bde3d

Please sign in to comment.