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> <timer-keep-alive>true</timer-keep-alive>
</session-config> </session-config>
<error-page> <error-page>
<exception-type>java.lang.Throwable <exception-type>java.lang.Throwable</exception-type>
</exception-type>
<location>/common/event_error.zul</location> <location>/common/event_error.zul</location>
</error-page> </error-page>

View file

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