We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543258a commit f4971e9Copy full SHA for f4971e9
google-cloud-spanner-executor/pom.xml
@@ -46,6 +46,16 @@
46
<groupId>com.google.cloud.opentelemetry</groupId>
47
<artifactId>exporter-trace</artifactId>
48
<version>0.33.0</version>
49
+ <exclusions>
50
+ <exclusion>
51
+ <groupId>io.opentelemetry.semconv</groupId>
52
+ <artifactId>opentelemetry-semconv</artifactId>
53
+ </exclusion>
54
+ </exclusions>
55
+ </dependency>
56
+ <dependency>
57
58
59
</dependency>
60
<dependency>
61
<groupId>com.google.cloud</groupId>
0 commit comments