Skip to content

Commit

Permalink
fix dependency conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Aug 4, 2022
1 parent da85a10 commit 541feb1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion google-cloud-bigtable-stats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<opencensus.version>0.31.1</opencensus.version>
<cloud.monitoring.version>3.3.1</cloud.monitoring.version>
<cloud.monitoring.version>3.3.6</cloud.monitoring.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -68,6 +68,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring</artifactId>
<!-- exclude these dependencies since they are not used and are causing conflict in google-cloud-bigtable -->
<exclusions>
<exclusion>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down

0 comments on commit 541feb1

Please sign in to comment.