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
DISCLAIMER: I know that Liquibase is managed by spring, but this is the easiest way for me to reproduce the issue.
liquibase-core depends on commons-io:commons-io:2.19.0 poi depends on commons-io:commons-io:2.18.0
Gradle chooses 2.19.0 by default. But when I build my application the ueber jar contains neither commons-io:2.18.0 nor commons-io:2.19.0. Using poi fails then with class not found exceptions.