Hi, I'm trying to build a Project with an older version of the JDK.
I have configured Jenkins to run with Java 1.7 (SE) and to build with JDK 1.6 and Maven 2.2.1.
The build however fails with the exception "javax/servlet/ServletException : Unsupported major.minor version 51.0"
The Servlet API 3.x doesn't support Java 1.7, thus I suspect Jenkins/Maven is loading the wrong libraries.
Where can I configure this, so my project will compile?
greetings
Constantin