Skip to content

Commit df9ced2

Browse files
committed
exclude opentelemetry in google-cloud-storage
1 parent 6ff6e3b commit df9ced2

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

google-cloud-jar-parent/pom.xml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,40 @@
4747
<groupId>com.google.cloud</groupId>
4848
<artifactId>google-cloud-storage</artifactId>
4949
<version>2.60.0</version>
50+
<exclusions>
51+
<exclusion>
52+
<groupId>io.opentelemetry</groupId>
53+
<artifactId>opentelemetry-api</artifactId>
54+
</exclusion>
55+
<exclusion>
56+
<groupId>io.opentelemetry</groupId>
57+
<artifactId>opentelemetry-sdk-common</artifactId>
58+
</exclusion>
59+
<exclusion>
60+
<groupId>io.opentelemetry</groupId>
61+
<artifactId>opentelemetry-sdk-metrics</artifactId>
62+
</exclusion>
63+
<exclusion>
64+
<groupId>io.opentelemetry</groupId>
65+
<artifactId>opentelemetry-sdk-logs</artifactId>
66+
</exclusion>
67+
<exclusion>
68+
<groupId>io.opentelemetry</groupId>
69+
<artifactId>opentelemetry-context</artifactId>
70+
</exclusion>
71+
<exclusion>
72+
<groupId>io.opentelemetry</groupId>
73+
<artifactId>opentelemetry-sdk-trace</artifactId>
74+
</exclusion>
75+
<exclusion>
76+
<groupId>io.opentelemetry</groupId>
77+
<artifactId>opentelemetry-sdk-extension-autoconfigure-spi</artifactId>
78+
</exclusion>
79+
<exclusion>
80+
<groupId>io.opentelemetry</groupId>
81+
<artifactId>opentelemetry-sdk</artifactId>
82+
</exclusion>
83+
</exclusions>
5084
</dependency>
5185
<dependency>
5286
<groupId>com.google.apis</groupId>

0 commit comments

Comments
 (0)