Skip to content

Instantly share code, notes, and snippets.

@m-tilab
Created February 6, 2023 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m-tilab/798c1e96cf692c656d81e51e559ac6f8 to your computer and use it in GitHub Desktop.
Save m-tilab/798c1e96cf692c656d81e51e559ac6f8 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-spring-jaeger-cloud-starter</artifactId>
<version>3.3.1</version>
<exclusions>
<exclusion>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.4.26</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment