I am quite new in Spring world. I have developed a DAO using Spring 3.2 and Hibernate 4.1.9 but I have noticed a strange thing.
All the used dependencies related to Spri
The package org.springframework.transaction is provided by the spring-tx artifact. Add the following to your pom.xml and do maven update, that should do:
org.springframework.transaction
spring-tx
org.springframework spring-tx ${org.springframework-version}