The integration of Spring with Hibernate is a nightmare. I tried many things to integrate but it is keep on failing with or other reason. Currently, it is failing with following errors
Here is my pom.xml
Now, when I am running the
maven validation it is failing but it is allowing me to compile the code
But I am able to compile the code.
Could you please suggest what would be the correct dependency to run a Spring MVC + Hibernate project.