I am using Import Jar to Local Repository from the MyEclipse menu. I briefly see a stack trace indicating java.lang.UnsupportedClassVersionError: org/apache/maven/artifact/InvalidRepositoryException (Unsupported major.minor version 49.0).
I do have a repository and have added other dependencies there. I have installed my own project to the repository. The Maven JDK is configured to be jdk1.6.0_06 which is installed on my machine.
Have I missed another required configuration?