Skip to content

Commit b16d0d8

Browse files
committed
[java] Fix build due to opentelemetry package updates
1 parent aea6d40 commit b16d0d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

java/src/org/openqa/selenium/remote/tracing/AttributeKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
package org.openqa.selenium.remote.tracing;
1919

20-
import io.opentelemetry.semconv.trace.attributes.SemanticAttributes;
20+
import io.opentelemetry.semconv.SemanticAttributes;
2121

2222
public enum AttributeKey {
2323
EXCEPTION_EVENT(SemanticAttributes.EXCEPTION_EVENT_NAME),

java/src/org/openqa/selenium/remote/tracing/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ java_library(
2727
deps = [
2828
"//java/src/org/openqa/selenium:core",
2929
"//java/src/org/openqa/selenium/remote/http",
30+
artifact("io.opentelemetry:opentelemetry-api"),
3031
artifact("io.opentelemetry.semconv:opentelemetry-semconv"),
3132
],
3233
)

0 commit comments

Comments
 (0)