spring-projects / spring-restdocs

Test-driven documentation for RESTful services
https://spring.io/projects/spring-restdocs
Apache License 2.0
1.16k stars 736 forks source link

Move spring-webmvc from spring-restdocs-core to spring-restdocs-mockmvc #273

Closed otrosien closed 8 years ago

otrosien commented 8 years ago

spring-restdocs-core does not need to depend on spring-webmvc. spring-web seems to be sufficient, at least from a compile-time pov.

wilkinsona commented 8 years ago

Well spotted, thank you. It's only spring-restdocs-mockmvc that needs a dependency on spring-webmvc and it's only needed at runtime.