Another possibility is to use Bundle Plugin to suck out the packages you
need from compendium and then you can import whatever version of servlet
you want...
-> richard
Clement Escoffier wrote:
Hello,
As the resolving of package versions has been fixed in Felix, it
appears a small problem if we want to use the compendium and a recent
version of javax.servlet (available in commons). As the compendium
import the version 2.1, it does not want to import version 2.5(or
greater).
I'm asking me if we could not specify the javax.servlet import with a
version >= 2.1 instead of =2.1. Does it make sense ?
Clement