The bundle org.apache.felix.http.jetty-1.0.0 exports org.osgi.service.http;version=1.1 but imports org.osgi.service.http;version=1.2, which caused this problem.
The probable fixing is to remove the hardcoded export version 1.1 of package org.osgi.service.http from the pom.xml and just let maven-bundle-plugin take care of it(because there's a txt file packageinfo in that package). Regards, Agemo

