When I created a new maven project, some how I am not finding the Maven dependencies in the project build path add library console.
If the Maven dependencies were not added to the project, it doesnt resolve the third party jars.
If you have faced the same issue, then add the following dependency into your pom file and do a mvn clean install and the update then update the maven project configuration
If the Maven dependencies were not added to the project, it doesnt resolve the third party jars.
If you have faced the same issue, then add the following dependency into your pom file and do a mvn clean install and the update then update the maven project configuration