client: remove unnecessary annotation-providing dependencies from runtime classpath

This commit is contained in:
Adam
2020-06-04 14:56:47 -04:00
parent a45d208eb6
commit 473ab8eae2
2 changed files with 30 additions and 1 deletions
+2 -1
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>