49b9d0ef15
We would really prefer not to mess around with the CDDL if we can avoid it as a license. Fortunately, the Apache Tomcat project has created a reimplementation of the javax.servlet API under the friendly Apache License 2.0. We can use that instead of the much more commonly used reference implementation that is supplied by Sun Microsystems (err, now Oracle). The Eclipse Foundation uses this for the sevlet 2.5 specification in their Orbit repository, so its a reasonably clean source to build from. Unfortunately Jetty's own Maven pom files request the Sun package, so we have to be careful to ensure we excluce it. Change-Id: I177a3e0863cf6d46e824296e2e3dc8cfb350d71e Signed-off-by: Shawn O. Pearce <sop@google.com> |
||
---|---|---|
.. | ||
.settings | ||
src/main | ||
.gitignore | ||
pom.xml |