Skip to content

Commit 8ee55df

Browse files
committed
change exclusion point
1 parent df9ced2 commit 8ee55df

File tree

2 files changed

+32
-34
lines changed

2 files changed

+32
-34
lines changed

google-cloud-jar-parent/pom.xml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -47,40 +47,6 @@
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>
8450
</dependency>
8551
<dependency>
8652
<groupId>com.google.apis</groupId>

java-notification/pom.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,38 @@
3434
<groupId>com.google.guava</groupId>
3535
<artifactId>failureaccess</artifactId>
3636
</exclusion>
37+
<exclusion>
38+
<groupId>io.opentelemetry</groupId>
39+
<artifactId>opentelemetry-api</artifactId>
40+
</exclusion>
41+
<exclusion>
42+
<groupId>io.opentelemetry</groupId>
43+
<artifactId>opentelemetry-sdk-common</artifactId>
44+
</exclusion>
45+
<exclusion>
46+
<groupId>io.opentelemetry</groupId>
47+
<artifactId>opentelemetry-sdk-metrics</artifactId>
48+
</exclusion>
49+
<exclusion>
50+
<groupId>io.opentelemetry</groupId>
51+
<artifactId>opentelemetry-sdk-logs</artifactId>
52+
</exclusion>
53+
<exclusion>
54+
<groupId>io.opentelemetry</groupId>
55+
<artifactId>opentelemetry-context</artifactId>
56+
</exclusion>
57+
<exclusion>
58+
<groupId>io.opentelemetry</groupId>
59+
<artifactId>opentelemetry-sdk-trace</artifactId>
60+
</exclusion>
61+
<exclusion>
62+
<groupId>io.opentelemetry</groupId>
63+
<artifactId>opentelemetry-sdk-extension-autoconfigure-spi</artifactId>
64+
</exclusion>
65+
<exclusion>
66+
<groupId>io.opentelemetry</groupId>
67+
<artifactId>opentelemetry-sdk</artifactId>
68+
</exclusion>
3769
</exclusions>
3870
</dependency>
3971
<dependency>

0 commit comments

Comments
 (0)