Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix lombok scope which is a compiletime only dependency #197

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

Vampire
Copy link
Contributor

@Vampire Vampire commented Apr 11, 2024

Lombok is a pure compiletime dependency and the final artifact should not depend on it.
Having a dependency brings it in needlessly and also causes IDEs to suggest using Lombok in own code, which is bad.
So as the Lombok documentation describes, the scope is changed to provided with this PR.

@leleuj leleuj merged commit dc35a78 into pac4j:master Apr 11, 2024
3 checks passed
@Vampire Vampire deleted the fix-lombok-dependency branch April 11, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants