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.

