You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Annotation libraries do not have optional any more, and are now runtime dependencies. In those libraries there are very few RetentionPolicy.RUNTIME annotations, and even those are not processed by Guava itself.
Please change scope of those dependencies to <scope>provided</scope> to have them at compile time but not to drag them into runtime.
The text was updated successfully, but these errors were encountered:
Annotation libraries do not have
optional
any more, and are now runtime dependencies. In those libraries there are very fewRetentionPolicy.RUNTIME
annotations, and even those are not processed by Guava itself.Please change scope of those dependencies to
<scope>provided</scope>
to have them at compile time but not to drag them into runtime.The text was updated successfully, but these errors were encountered: