How to exclude dependency in maven?
In this post, We will learn How to exclude dependency or specific version dependency in maven? Whenever we have transitive dependencies in our project, there we may get version mismatch issues between the dependencies of the artifacts or mismatch in versions of our project artifact and the deployment platform’s artifact. That can be done by excluding dependencies… Read More »