cf-java-client
cf-java-client copied to clipboard
cloudfoundry-client-reactor is incompatible with splunk-library-javalogging
trafficstars
Please update com.squareup.wire:wire-runtime.
I had to manual add the dependency:
<dependency>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-client-reactor</artifactId>
<version>5.10.0.RELEASE</version>
<exclusions>
<exclusion>
<groupId>com.squareup.wire</groupId>
<artifactId>wire-runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.squareup.wire</groupId>
<artifactId>wire-runtime</artifactId>
<version>4.9.1</version>
</dependency>