Skip to content

Commit

Permalink
Merge pull request #421 from emmartins/WFLY-13467
Browse files Browse the repository at this point in the history
[WFLY-13467] syncs mp opentracing pom.xml comments with README.adoc
  • Loading branch information
emmartins committed May 14, 2020
2 parents f10644c + 45f78ca commit 3ff06c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions microprofile-opentracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
</properties>

<dependencies>
<!-- Import the MicroProfile OpenTracing API, we use provided scope as the API is included in WildFly -->
<!-- Import the MicroProfile OpenTracing API, we use provided scope as the API is included in the server -->
<dependency>
<groupId>org.eclipse.microprofile.opentracing</groupId>
<artifactId>microprofile-opentracing-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- Import the CDI API, we use provided scope as the API is included in WildFly -->
<!-- Import the CDI API, we use provided scope as the API is included in the server -->
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- Import the Jakarta REST API, we use provided scope as the API is included in WildFly -->
<!-- Import the Jakarta REST API, we use provided scope as the API is included in the server -->
<dependency>
<groupId>org.jboss.spec.javax.ws.rs</groupId>
<artifactId>jboss-jaxrs-api_2.1_spec</artifactId>
Expand Down

0 comments on commit 3ff06c4

Please sign in to comment.