Do any projects like <https://github.com/basdijkst...
# help
s
Do any projects like https://github.com/basdijkstra/wiremock-workshop/ exist for the latest version of WireMock? (Thank you Bas for creating!) I've added Wiremock 3.5.3 to my pom.xml and attempting to run my first test I get a
Copy code
com.github.tomakehurst.wiremock.common.FatalStartupException: Jetty 11 is not present and no suitable HttpServerFactory extension was found.
The Jetty version in my Wiremock dependency tree is 9.4.45. This might not be a WireMock question but I don't know why it's adding the wrong version to the classpath by default
166 Views