Files
spring-cloud-contract/spring-cloud-contract-wiremock
Marcin Grzejszczak 609b48159b Makes jakarta servlet dependency optional
without this change if you use Spring Cloud Contract WireMock with e.g. WebFlux your Spring Boot context can fail to start beacuse of it can't decide whether the application should be reactive or not.

with this change we're making the dependency optional because it should come from the user, we shouldn't be providing it. Also RestDocs are assuming that that dependency is a runtime one

fixes gh-1854
2023-12-14 10:54:42 +01:00
..
2016-08-29 12:04:21 +02:00