Open utsavcoding opened 3 years ago
4.2.7 has been released
Your 4.2.7 release is missing a transitive dependency:
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
</dependency>
@aegliv can you explain why that dependency is needed? I've included spring-boot-starter-test
, spring-webmvc
, spring-webflux
and spring-test
As per discussion with @uglyog , there seems to be no support for this currently. I was unable to find WebFluxTarget while using pact-jvm for provider with junit5. Hence raising this issue.