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

logbook/olog/ui duplicate dependency #3226

Open
jodreyer opened this issue Jan 8, 2025 · 2 comments
Open

logbook/olog/ui duplicate dependency #3226

jodreyer opened this issue Jan 8, 2025 · 2 comments

Comments

@jodreyer
Copy link

jodreyer commented Jan 8, 2025

In the pom.xml file of app/logbook/olog/ui the definition of the core-ui dependency is duplicated.
This results in a warning of maven about future incompatibilities.

Removing one of the two entries resolves this warning.

Observed with maven 3.9.9 and Java 17.0.13 from openjdk on Linux.

@jodreyer
Copy link
Author

jodreyer commented Jan 8, 2025

The Entry in lines 18-22 has to be removed. Removing the one in lines 43-47 results in a failing build.

@georgweiss
Copy link
Collaborator

georgweiss commented Jan 10, 2025

Sure, the duplicated dependency should be removed. However, the build should not fail the way you describe it. Do you have a console output to share here?

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

No branches or pull requests

2 participants