<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>spring-mock-mvc</artifactId>
<version>5.5.0</version>
</dependency>
<parent> <groupId>io.rest-assured</groupId> <artifactId>modules</artifactId> <version>5.5.0</version> </parent>
compile
|-- io.rest-assured:rest-assured:5.5.0
|-- io.rest-assured:spring-commons:5.5.0
|-- org.springframework:spring-test:5.1.13.RELEASE
|-- org.springframework:spring-webmvc:5.1.13.RELEASE
|-- org.springframework.security:spring-security-core:5.1.13.RELEASE
|-- org.springframework.security:spring-security-test:5.1.13.RELEASE
provided
|-- javax.servlet:javax.servlet-api:3.1.0
|-- jakarta.platform:jakarta.jakartaee-web-api:9.1.0
test
|-- junit:junit
|-- commons-io:commons-io:2.8.0
|-- org.codehaus.jackson:jackson-mapper-asl
|-- org.codehaus.jackson:jackson-core-asl
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.powermock:powermock-reflect:1.5.6
|-- org.springframework.restdocs:spring-restdocs-mockmvc:2.0.2.RELEASE