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>
|
||||
</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>
|
||||
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -407,7 +407,7 @@
|
|||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.1.3</version>
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Slf4j -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue