Move JSR-305/javax.annotation code to the test tree for now instead of

deleting it.
This commit is contained in:
Gary Gregory 2021-02-21 20:50:53 -05:00
parent a276ba7d78
commit c6d4a3e2c3
2 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<scope>provided</scope>
<scope>test</scope>
</dependency>
</dependencies>