server side feature of "javax.servlet"?
One answer
I believe this package is supplied by the Web server (Tomcat / WebSphere), so you shouldn't need to specify a feature dependency for this. As for the dependency, you should use a package dependency rather than a bundle dependency, because the classes you will be running at runtime won't come from a bundle, but will simply be available on the classpath.