You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And when I'm using the dependency org.springframework.cloud:spring-cloud-contract-wiremock (imported with 5.0.0 as version), the annotation org.springframework.cloud.contract.wiremock.AutoConfigureWireMock is missing.
However, with version 4.3.1, the annotation is present.
For version 5+, is there an equivalent of AutoConfigureWireMock to simply configure our tests?
Describe the bug
Hello
I'm upgrading my app dependencies to move on:
And when I'm using the dependency
org.springframework.cloud:spring-cloud-contract-wiremock(imported with 5.0.0 as version), the annotationorg.springframework.cloud.contract.wiremock.AutoConfigureWireMockis missing.However, with version 4.3.1, the annotation is present.
For version 5+, is there an equivalent of
AutoConfigureWireMockto simply configure our tests?