Update Commons Logging
This commit is contained in:
parent
577eb6fd41
commit
0f02d0fe2d
2 changed files with 2 additions and 3 deletions
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -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 -->
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue