Hi All
I just pulled in latest version as such:
testImplementation "com.github.tomakehurst:wiremock-jre8:2.32.0"
when I try to run the test case with @WireMockTest I keep getting
java.lang.NoClassDefFoundError: org/eclipse/jetty/util/ssl/SslContextFactory$Server
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:315)
at com.github.tomakehurst.wiremock.jetty9.JettyHttpServerFactory.getServerConstructor(JettyHttpServerFactory.java:37)
refreshing dependencies, cleaning up caches, .tmp nothing helps. Class cannot be loaded
This is super weird as I don't have any other jetty dependency on the class-path and everything is pulled by WireMock.
Best
SM