Merge pull request #8745 from dkapil/task/JAVA-476_springmvcxml
JAVA-476 Fixed integration failing tests in spring-mvc-xml module
This commit is contained in:
commit
d68d5f3e0f
|
@ -108,6 +108,12 @@
|
|||
<groupId>org.crashub</groupId>
|
||||
<artifactId>crash.connectors.telnet</artifactId>
|
||||
<version>${crash.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>log4j</artifactId>
|
||||
<groupId>log4j</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- Groovy -->
|
||||
|
|
Loading…
Reference in New Issue