Hi

> Am 18.11.2014 um 03:04 schrieb Benson Margulies <ben...@basistech.com>:
> 
> the maven-bundle-plugin decided to put the following into the
> manifest, even though I'm using a much newer version of OSGi. Should I
> just add an instruction to set a version I like better, or is there
> something more subtle I've missed that would clue it in?
> 
> org.osgi.framework;version="[1.4,2)“

If you have an explicit OSGi Core dependency in your Maven project but the 
bundle plugin still uses a different version, it may be that through transitive 
dependencies (I generally switch this off by using scope=provided in bundles) 
Maven pulls a different OSGi core library version into the class path in front 
of your explicit declaration.

Regards
Felix

> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
> For additional commands, e-mail: users-h...@felix.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to