Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#156 Use package-import rather than require-bundle for javax.servlet
- Multiple bundles may provide javax.servlet packages, which can result in some conflicts at runtime. Using a strict package-import, with the same dependency range as Jetty, seems more reliable.
- Loading branch information