Skip to content

Commit cb337bd

Browse files
committed
Revert "Purge opencensus libraries from the BOM"
This reverts commit 7a2c1b3.
1 parent 7449822 commit cb337bd

1 file changed

Lines changed: 0 additions & 45 deletions

File tree

pom.xml

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -5366,15 +5366,6 @@
53665366
<groupId>com.google.api</groupId>
53675367
<artifactId>gax</artifactId>
53685368
<version>${com.google.api.gax.version}</version>
5369-
<exclusions>
5370-
<!--
5371-
Analytics libraries for collecting and transmitting app metrics.
5372-
-->
5373-
<exclusion>
5374-
<groupId>io.opencensus</groupId>
5375-
<artifactId>*</artifactId>
5376-
</exclusion>
5377-
</exclusions>
53785369
</dependency>
53795370
<dependency>
53805371
<groupId>com.google.api</groupId>
@@ -5436,15 +5427,6 @@
54365427
<groupId>com.google.cloud</groupId>
54375428
<artifactId>google-cloud-core-http</artifactId>
54385429
<version>${com.google.cloud.google-cloud-core-http.version}</version>
5439-
<exclusions>
5440-
<!--
5441-
Analytics libraries for collecting and transmitting app metrics.
5442-
-->
5443-
<exclusion>
5444-
<groupId>io.opencensus</groupId>
5445-
<artifactId>*</artifactId>
5446-
</exclusion>
5447-
</exclusions>
54485430
</dependency>
54495431
<dependency>
54505432
<groupId>com.google.cloud</groupId>
@@ -5455,45 +5437,18 @@
54555437
<groupId>com.google.cloud</groupId>
54565438
<artifactId>google-cloud-resourcemanager</artifactId>
54575439
<version>${com.google.cloud.google-cloud-resourcemanager.version}</version>
5458-
<exclusions>
5459-
<!--
5460-
Analytics libraries for collecting and transmitting app metrics.
5461-
-->
5462-
<exclusion>
5463-
<groupId>io.opencensus</groupId>
5464-
<artifactId>*</artifactId>
5465-
</exclusion>
5466-
</exclusions>
54675440
</dependency>
54685441
<dependency>
54695442
<groupId>com.google.cloud</groupId>
54705443
<artifactId>google-cloud-storage</artifactId>
54715444
<version>${com.google.cloud.google-cloud-storage.version}</version>
5472-
<exclusions>
5473-
<!--
5474-
Analytics libraries for collecting and transmitting app metrics.
5475-
-->
5476-
<exclusion>
5477-
<groupId>io.opencensus</groupId>
5478-
<artifactId>*</artifactId>
5479-
</exclusion>
5480-
</exclusions>
54815445
</dependency>
54825446

54835447
<!-- Google HTTP Client - https://github.com/googleapis/google-http-java-client -->
54845448
<dependency>
54855449
<groupId>com.google.http-client</groupId>
54865450
<artifactId>google-http-client</artifactId>
54875451
<version>${com.google.http-client.google-http-client.version}</version>
5488-
<exclusions>
5489-
<!--
5490-
Analytics libraries for collecting and transmitting app metrics.
5491-
-->
5492-
<exclusion>
5493-
<groupId>io.opencensus</groupId>
5494-
<artifactId>*</artifactId>
5495-
</exclusion>
5496-
</exclusions>
54975452
</dependency>
54985453
<dependency>
54995454
<groupId>com.google.http-client</groupId>

0 commit comments

Comments
 (0)