Change client jsr305 dependency to compiled scope

Guice requires nullable be visable at runtime when in reduced
functionality mode in order to build the injector due to the optional
client dependencies
This commit is contained in:
Adam
2020-06-18 07:02:30 -04:00
parent a1e0c9e6d0
commit 0bec5ff26b

View File

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