client: remove unnecessary annotation-providing dependencies from runtime classpath

This commit is contained in:
Adam
2020-06-02 19:00:18 -04:00
parent a45d208eb6
commit 473ab8eae2
2 changed files with 30 additions and 1 deletions

View File

@@ -48,7 +48,8 @@
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>1.3.9</version>
<version>3.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>