This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch TOMEE-4343
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/TOMEE-4343 by this push:
new 568a6340ae wip
568a6340ae is described below
commit 568a6340aefeb0c443c1db9e683fba311791937c
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Oct 22 11:20:46 2024 +0200
wip
---
tck/microprofile-tck/opentelemetry/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tck/microprofile-tck/opentelemetry/pom.xml
b/tck/microprofile-tck/opentelemetry/pom.xml
index 2b107913bb..4020ceef11 100644
--- a/tck/microprofile-tck/opentelemetry/pom.xml
+++ b/tck/microprofile-tck/opentelemetry/pom.xml
@@ -83,6 +83,13 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-rs-client</artifactId>
+ <version>4.1.0-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>org.apache.johnzon</groupId>
<artifactId>johnzon-core</artifactId>