Why does Eclipse Kepler SR1 error with : JAX-RS 2.0 requires Java 1.7 or newer
I have a maven project that give the following two errors JAX-RS (REST Web Services) 2.0 can not be installed : One or more constraints have not been satisfied. JAX-RS (REST Web Services) 2.0 requires Java 1.7 or newer. I have JDK 1.6 installed (I cant change this) The project facets does NOT have JAX-RS ticked. The project facets has java 1.6 set. The project facets has Dynamic Web Project 2.4 set. I have following plugins Sonar 3.2.0 MercurialEclipse 2.10 EclEmma 2.2.1 The pom.xml is just this... <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns