Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unused dependencies
Browse files Browse the repository at this point in the history
mutianf committed May 12, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 61c1090 commit a8253df
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions google-cloud-bigtable-stats/pom.xml
Original file line number Diff line number Diff line change
@@ -37,11 +37,6 @@
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring</artifactId>
<version>3.2.9</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
@@ -50,16 +45,6 @@
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-exporter-stats-stackdriver</artifactId>
<exclusions>
<exclusion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>

0 comments on commit a8253df

Please sign in to comment.