Commit ca741689 authored by Dave Syer's avatar Dave Syer

Exclude JSP classes by default

parent abf36c30
......@@ -44,7 +44,7 @@ import org.springframework.web.context.WebApplicationContext;
*/
public abstract class SpringServletInitializer implements WebApplicationInitializer {
private final Log logger = LogFactory.getLog(getClass());
protected final Log logger = LogFactory.getLog(getClass());
@Override
public void onStartup(ServletContext servletContext) throws ServletException {
......
......@@ -21,9 +21,5 @@
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-logging-juli</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jsp-api</artifactId>
</dependency>
</dependencies>
</project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment