Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Jiang committed Dec 5, 2023
1 parent 9b91da2 commit 6db2d84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
4 changes: 2 additions & 2 deletions tck/metrics/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To enable the tests in your project you need to add the following dependency to
----
<dependency>
<groupId>org.eclipse.microprofile.telemetry.tck</groupId>
<groupId>org.eclipse.microprofile.telemetry</groupId>
<artifactId>microprofile-telemetry-metrics-tck</artifactId>
<version>2.0</version>
<scope>test</scope>
Expand Down Expand Up @@ -129,7 +129,7 @@ Once you've added the dependency, you don't need a `tck-suite.xml` you can just
<version>2.22.2</version>
<configuration>
<dependenciesToScan>
<dependency>org.eclipse.microprofile.telemetry.tck:microprofile-telemetry-metrics-tck</dependency>
<dependency>org.eclipse.microprofile.telemetry:microprofile-telemetry-metrics-tck</dependency>
</dependenciesToScan>
</configuration>
</plugin>
Expand Down
12 changes: 0 additions & 12 deletions tck/metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@
<artifactId>microprofile-telemetry-metrics-tck</artifactId>
<name>MicroProfile Telemetry Metrics TCK</name>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-tck-bom</artifactId>
<version>3.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
Expand Down
4 changes: 2 additions & 2 deletions tck/tracing/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To enable the tests in your project you need to add the following dependency to
----
<dependency>
<groupId>org.eclipse.microprofile.telemetry.tracing</groupId>
<groupId>org.eclipse.microprofile.telemetry</groupId>
<artifactId>microprofile-telemetry-tracing-tck</artifactId>
<version>1.0</version>
<scope>test</scope>
Expand Down Expand Up @@ -137,7 +137,7 @@ Once you've added the dependency, you don't need a `tck-suite.xml` you can just
<version>2.22.2</version>
<configuration>
<dependenciesToScan>
<dependency>org.eclipse.microprofile.telemetry.tck:microprofile-telemetry-tracing-tck</dependency>
<dependency>org.eclipse.microprofile.telemetry:microprofile-telemetry-tracing-tck</dependency>
</dependenciesToScan>
</configuration>
</plugin>
Expand Down

0 comments on commit 6db2d84

Please sign in to comment.