cf-java-client icon indicating copy to clipboard operation
cf-java-client copied to clipboard

cloudfoundry-client-reactor is incompatible with splunk-library-javalogging

Open w-ronin opened this issue 2 years ago • 0 comments
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>

w-ronin avatar Oct 06 '23 11:10 w-ronin