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

Lombok dependency leaking into projects that use Dateparser #30

Open
sergeykad opened this issue Feb 21, 2023 · 2 comments · May be fixed by #36
Open

Lombok dependency leaking into projects that use Dateparser #30

sergeykad opened this issue Feb 21, 2023 · 2 comments · May be fixed by #36

Comments

@sergeykad
Copy link

sergeykad commented Feb 21, 2023

Lombok is required at compile time only. The dependency should be configured as provided.

See the documentation here: https://projectlombok.org/setup/maven

@Walrus2028
Copy link

+1

@FWDekker
Copy link

For what it's worth, until this issue has been fixed, you can change your dependency in your build.gradle.kts to

implementation("com.github.sisyphsu", "dateparser", "1.0.11") {
    exclude(group = "org.projectlombok", module = "lombok")
}

to remove the dependency from your classpath.

@FWDekker FWDekker linked a pull request Apr 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants