<dependency>
<groupId>monetdb</groupId>
<artifactId>monetdb-jdbc</artifactId>
<version>2.9</version>
</dependency>
Everything worked when I was running v2.8 and getting my dependency resolved from the pentaho repository, but when I get the dependency from clojars, I get the following error:
java.lang.UnsupportedClassVersionError: nl/cwi/monetdb/jdbc/MonetDriver : Unsupported major.minor version 51.0
Two questions:
1. Should the 2.9 version work under Java 1.6?
2. Is there some setting I need to put in my pom.xml file so that it runs in "1.6 compatibility mode" or something?
Thanks,
Casey Gum