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
Currently it doesn't shade some dependencies, like com.github.ben-manes.caffeine:caffeine:2.7.0.
This causes conflicts when dependencies versions are updated in presto root POM (e.g: #6089).
The text was updated successfully, but these errors were encountered:
iceberg-core is a normal artifact and doesn't shade any dependencies, which is fine. This is a more general Maven issue that you have to deal with due to how Maven does dependency resolution.
Currently it doesn't shade some dependencies, like
com.github.ben-manes.caffeine:caffeine:2.7.0
.This causes conflicts when dependencies versions are updated in presto root POM (e.g: #6089).
The text was updated successfully, but these errors were encountered: