Wiremock adapter does not support configuration of SwaggerRequestResponseValidator

Issue #141 resolved
Former user created an issue

In the SwaggerValidationListener used for wiremock, a SwaggerRequestResponseValidator instance is created using only the given swagger url. This behavior is hardcoded, there is no way to configure the SwaggerRequestResponseValidator.

Please fix.