Project

General

Profile

Improvement #2140

Updated by Henning Blohm over 1 year ago

h2. Acceptance Criteria 

 * Jetty version is updated 
 * Maven resolution is implemented 
 * Jetty API is separated from impl parts. 

 h2. Design 

 * We separate all lower level jetty dependencies such as javax.mail to additional modules so that they may be overwritten by customization repos. 
 * We separate basic APIs such as javax.servlet, javax.servlet.jsp, javax.servlet.jsp.jstl, so that web apps do not need to reference com.zfabrik.servletjsp

Back