Skip to content

Commit

Permalink
fix: add JAXRS API as SR opentracing depends on it but didn't declare it
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jan 15, 2021
1 parent fe70f17 commit e6972b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extensions/smallrye-opentracing/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
</exclusion>
</exclusions>
</dependency>
<!--
smallrye-opentracing depends on opentracing:jaxrs2 that defines JAXRS-API as provided.
So we need to add it in case we use opentracing without resteasy
-->
<dependency>
<groupId>org.jboss.spec.javax.ws.rs</groupId>
<artifactId>jboss-jaxrs-api_2.1_spec</artifactId>
</dependency>
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-fault-tolerance-tracing-propagation</artifactId>
Expand Down

0 comments on commit e6972b1

Please sign in to comment.