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:
@@ -199,7 +199,6 @@
|
||||
<groupId>com.google.code.findbugs</groupId>
|
||||
<artifactId>jsr305</artifactId>
|
||||
<version>3.0.2</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user