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
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: