spring-jsonp-support
spring-jsonp-support copied to clipboard
build fails with annotations are not supported in -source 1.3
The pom.xml is lacking any definition of a maven compiler plugin, and it appears the defaults are setup to use java source set to 1.3. Adding the default xml config to the pom.xml fixed the problem -
https://maven.apache.org/plugins/maven-compiler-plugin/usage.html
@chrismarx Are you able to make a pull request?
It's only a few lines, is it not clear what you need to do?