Finally found the solution for my problem. I downgraded the version of Spring from <version>3.3.4</version> to <version>3.0.13</version> in my parent POM.xml file. But I am not sure why it's not working for the higher version.
<version>3.3.4</version>
<version>3.0.13</version>