Is your feature request related to a problem? Please describe.
In spring-cloud-function-adapter-aws, the spring-webmvc dependency marked with compile scope instead of optional (or transitively added by spring-cloud-function-web)
Describe the solution you'd like
Remove the dependency or set as optional.