Skip to content

Commit

Permalink
Merge pull request #2776 from Pandrex247/PAYARA-2547-Implement-MicroP…
Browse files Browse the repository at this point in the history
…rofile-OpenTracing-1.0

PAYARA-2547 Implement MicroProfile OpenTracing 1.0
  • Loading branch information
Pandrex247 committed May 29, 2018
2 parents 26d8426 + 3bd9ae0 commit 7c35987
Show file tree
Hide file tree
Showing 58 changed files with 3,999 additions and 808 deletions.
7 changes: 7 additions & 0 deletions api/payara-api/pom.xml
Expand Up @@ -175,5 +175,12 @@
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.opentracing</groupId>
<artifactId>opentracing-api</artifactId>
<version>${opentracing.version}</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 7c35987

Please sign in to comment.