Remove commons-logging dependency properly and switch tutorial sample to logback/slf4j.

This commit is contained in:
Luke Taylor
2010-07-23 01:57:15 +01:00
parent 118af45b8e
commit 2afccfc633
6 changed files with 28 additions and 44 deletions

View File

@@ -22,11 +22,6 @@
</param-value>
</context-param>
<context-param>
<param-name>log4jConfigLocation</param-name>
<param-value>/WEB-INF/classes/log4j.properties</param-value>
</context-param>
<context-param>
<param-name>webAppRootKey</param-name>
<param-value>tutorial.root</param-value>
@@ -59,10 +54,6 @@
<listener-class>org.springframework.security.web.session.HttpSessionEventPublisher</listener-class>
</listener>
<listener>
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
</listener>
<!--
- Provides core MVC application controller. See contacts-servlet.xml.
-->