Update Commons Logging

This commit is contained in:
Bogdan Bodnarjuk 2016-05-06 12:28:11 +03:00 committed by skylow95
parent 577eb6fd41
commit 0f02d0fe2d
2 changed files with 2 additions and 3 deletions

View file

@ -15,8 +15,7 @@
<timer-keep-alive>true</timer-keep-alive>
</session-config>
<error-page>
<exception-type>java.lang.Throwable
</exception-type>
<exception-type>java.lang.Throwable</exception-type>
<location>/common/event_error.zul</location>
</error-page>

View file

@ -407,7 +407,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.3</version>
<version>1.2</version>
</dependency>
<!-- Slf4j -->