Package org.osgi.service.http;version>=1.2.0 cannot be resolved when installing http.jetty-1.0.0

2009-06-02 Thread Agemo Cui
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-bu

Re: Package org.osgi.service.http;version>=1.2.0 cannot be resolved when installing http.jetty-1.0.0

2009-06-12 Thread Richard S. Hall
On 6/2/09 8:54 PM, Agemo Cui wrote: 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