<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>spring-mock-mvc</artifactId>
<version>3.0.5</version>
</dependency>
<parent> <groupId>io.rest-assured</groupId> <artifactId>modules</artifactId> <version>3.0.5</version> </parent>
compile
|-- io.rest-assured:rest-assured:3.0.5
|-- org.springframework:spring-test:4.2.6.RELEASE
|-- org.springframework:spring-webmvc:4.2.6.RELEASE
|-- org.springframework.security:spring-security-core:4.1.0.RELEASE
|-- org.springframework.security:spring-security-test:4.1.0.RELEASE
|-- junit:junit
provided
|-- org.apache.geronimo.specs:geronimo-servlet_3.0_spec:1.0
test
|-- org.assertj:assertj-core:1.7.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:1.0.0.RELEASE