Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Maven JDBC driver 9.2-1002-jdbc4 - Unsupported major.minor version 51.0 is back

62 views
Skip to first unread message

Laurent Thoulon

unread,
Apr 25, 2013, 6:06:29 AM4/25/13
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
0 new messages