I have added following dependency into maven's pom.xml file
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.0-801.jdbc4</version>
</dependency>
But it has not found the driver for the postgres database ?
Please describe me where is the problem.