Clear Maven Cache: Solution to transitive dependencies not updating on clean install
Follow these steps when maven clean install just doesn’t update the transitive dependencies in nested projects. rm -rf .m2/repository/path-to-your-library cd yo...
Follow these steps when maven clean install just doesn’t update the transitive dependencies in nested projects. rm -rf .m2/repository/path-to-your-library cd yo...