If you have worked on maven in your projects for dependency management, then you must have faced one problem at least once or may be more than that. And the problem is version mismatch. It generally happens when you got some dependencies which bring it’s related dependencies together with certain version. And if you have […]
The post Maven BOM [Bill Of Materials] Dependency appeared first on HowToDoInJava.