Comment 3 for bug 598039

Revision history for this message
Niels Thykier (niels-thykier) wrote :

Hi

As mentioned per IRC:
I think you are missing both some internal and external dependencies (granted the packages does as well). e.g. o.e.osgi.services depends on o.e.osgi, but also libservlet2.5-java (javax.servlet, javax.servlet.http). You can check the other jar files by reading their Manifest - look for Require-Bundle and Import-Package entries.

That and then we just have to figure out whether we should use "groupId==artifactId".

Thanks for looking into this,
~Niels