Skip to content

Commit

Permalink
Add JSR 305 provided dependency for dev convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-gallagher committed Sep 12, 2024
1 parent 63cc6b0 commit e33db69
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions domino-jnx-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<!-- used commonly downstream, useful for development toolchains-->
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<finalName>${jar.finalName}</finalName>
Expand Down

0 comments on commit e33db69

Please sign in to comment.