You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Benson Margulies <be...@basistech.com> on 2015/06/26 23:42:41 UTC

OSGi-incompatible versions in dependencies

Is there any solution to the following?

I've got some dependencies that have versions that are not mappable to OSGi
versions without extra effort. E.h. 7.12.102.c56.6-SNAPSHOT.

I can fix what goes into the manifest, but when the bundle plugin builds
dependencies, it just believes what it sees -- I get things like:

a="rex-core";v="7.14.0.100.c56.6-SNAPSHOT"

I am trying to work out a solution to this so that we don't have these, but
is there anything to be done in the interim.