This message was deleted.
# general
s
This message was deleted.
t
Try switching to the standalone WireMock JAR in your dependencies.
v
Thank you @Tom for the prompt reply. But the standalone dependency in maven is haing type pom for the latest versions, <!-- https://mvnrepository.com/artifact/com.github.tomakehurst/wiremock-jre8-standalone --> <dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
<version>3.0.1</version>
<type>pom</type>
<scope>test</scope>
t
That’s not the latest one
v
May be I can use “2.35.1”
t
You need
wiremock-standalone
as the artifactId and
3.3.1
as the version
v
ah ok.Thanks. Let me give it a try.
j
I have the same issue and changing the dependency didn't solve :/
Good news! After I did this, I managed to fix the issue. Thanks!
1634 Views