Laurent Thoulon
unread,Apr 25, 2013, 6:06:29 AM4/25/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I've added to my POM the following dependency:
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.2-1002-jdbc4</version>
</dependency>
When i try to use the driver i get the following error:
Unsupported major.minor version 51.0
I've read this has already happened in the past and was because the driver was compiled with java 1.7 instead of 1.6.
Is this normal ? Should i use an older version of this driver ? (i see no other version on the maven central repository but there are some on clojars)
Thanks