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
pom.xml dependencies should be either provided or optional.
We use both, which is a bit confusing. Types required only for annotation processing should be changed to optional and provided scope should be removed.
The text was updated successfully, but these errors were encountered:
pom.xml
dependencies should be eitherprovided
oroptional
.We use both, which is a bit confusing. Types required only for annotation processing should be changed to
optional
andprovided
scope should be removed.The text was updated successfully, but these errors were encountered: