java.lang.IncompatibleClassChangeError: class org....
# wiremock-java
r
java.lang.IncompatibleClassChangeError: class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2 has interface org.eclipse.jetty.server.HttpChannel as super class
t
Do you have another dependency e.g. Spring that’s pulling another version of Jetty into the classpath?
s
When I tried to use the artifact "wiremock:3.3.1" - it was failing with above error. After using "wiremock-standalone:3.3.1", its working.
a
i have the same problem but when i use wiremock-standalone:3.3.1 it works what's the difference between them ?
1360 Views