> + <parent> > + <groupId>org.apache.jclouds</groupId> > + <artifactId>jclouds-project</artifactId> > + <version>2.0.0-SNAPSHOT</version> > + <relativePath>../pom.xml</relativePath> > + </parent> > + <groupId>org.apache.jclouds.api</groupId> > + <artifactId>jdbc</artifactId> > + <name>jclouds jdbc core</name> > + <description>jclouds components to access jdbc</description> > + <packaging>bundle</packaging> > + > + <properties> > + <!-- This api has been written in a manner which requires Java language > level 7. --> > + <maven.compile.source>1.7</maven.compile.source> > + <maven.compile.target>1.7</maven.compile.target>
jclouds should run on Java 6. Try ti stick to that version. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/173/files#r29933781
