Currently in the pom, the maven-compiler-plugin says the source and target are 1.6, however Eclipse complains about two usages of JDK7 code in the codebase:
I guess we could fix this by either increasing the minimum version to 1.7 or find JDK6 equivalents.