diff --git a/tracing/opentelemetry/pom.xml b/tracing/opentelemetry/pom.xml
index b8c5008c6be..a20ba573eeb 100644
--- a/tracing/opentelemetry/pom.xml
+++ b/tracing/opentelemetry/pom.xml
@@ -29,6 +29,7 @@
1.22.0-alpha
+ 1.22.0
@@ -75,6 +76,7 @@
io.opentelemetry
opentelemetry-sdk
+ ${version.lib.opentelemetry-sdk}
test
@@ -95,4 +97,35 @@
test
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ default-test
+
+
+ **/TestSpanAndBaggage.java
+
+
+
+
+
+ test-with-explicit-app
+
+ test
+
+
+
+ **/TestSpanAndBaggage.java
+
+
+
+
+
+
+