Skip to content

Commit

Permalink
Final tidyup (#637)
Browse files Browse the repository at this point in the history
* Update pom.xml to depend on MP Telemetry pom
  • Loading branch information
Emily-Jiang authored Jul 4, 2024
1 parent 78401a1 commit 998e631
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<checkstyle.methodNameFormat>^_?[a-z][a-zA-Z0-9_]*$</checkstyle.methodNameFormat>
<microprofile-config-api.version>3.1</microprofile-config-api.version>
<microprofile-metrics-api.version>4.0</microprofile-metrics-api.version>
<microprofile-telemetry-api.version>2.0</microprofile-telemetry-api.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -65,11 +66,7 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
<version>1.39.0</version>
</dependency>


<dependency>
<groupId>jakarta.enterprise</groupId>
Expand All @@ -92,11 +89,13 @@
</dependency>

<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-sdk-metrics</artifactId>
<version>1.39.0</version>
<groupId>org.eclipse.microprofile.telemetry</groupId>
<artifactId>microprofile-telemetry-api</artifactId>
<version>${microprofile-telemetry-api.version}</version>
<type>pom</type>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-sdk-extension-autoconfigure</artifactId>
Expand Down

0 comments on commit 998e631

Please sign in to comment.