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:
Dhawal Kapil 2020-02-17 20:29:02 +05:30 committed by GitHub
commit d68d5f3e0f
1 changed files with 12 additions and 6 deletions

View File

@ -92,8 +92,8 @@
<version>${spring-boot.version}</version>
<scope>test</scope>
</dependency>
<!-- CRaSH Dependency -->
<!-- CRaSH Dependency -->
<dependency>
<groupId>org.crashub</groupId>
<artifactId>crash.embed.spring</artifactId>
@ -101,16 +101,22 @@
</dependency>
<dependency>
<groupId>org.crashub</groupId>
<artifactId>crash.cli</artifactId>
<artifactId>crash.cli</artifactId>
<version>${crash.version}</version>
</dependency>
<dependency>
<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 -->
<!-- Groovy -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
@ -161,7 +167,7 @@
<!-- Maven plugins -->
<cargo-maven2-plugin.version>1.6.1</cargo-maven2-plugin.version>
<crash.version>1.3.2</crash.version>
<groovy.version>3.0.0-rc-3</groovy.version>