Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
chore: remove unused dependency (#281)
Browse files Browse the repository at this point in the history
* chore: remove unused dependency

* chore: fix sample build
  • Loading branch information
suraj-qlogic committed Oct 12, 2020
1 parent a9979ba commit a789c8f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
7 changes: 0 additions & 7 deletions samples/install-without-bom/pom.xml
Expand Up @@ -33,13 +33,6 @@
</dependency>
<!-- [END monitoring_install_without_bom] -->
<!-- {x-version-update-end} -->

<!-- TODO(chingor): remove after https://github.com/googleapis/java-monitoring/pull/230 -->
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.21.1</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions samples/snapshot/pom.xml
Expand Up @@ -31,12 +31,6 @@
<version>2.0.5-SNAPSHOT</version>
</dependency>
<!-- {x-version-update-end} -->
<!-- TODO(chingor): remove after https://github.com/googleapis/java-monitoring/pull/230 -->
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.21.1</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions samples/snippets/pom.xml
Expand Up @@ -43,11 +43,6 @@
<artifactId>google-cloud-monitoring</artifactId>
</dependency>
<!-- [START_EXCLUDE] -->
<!-- TODO(chingor): remove after https://github.com/googleapis/java-monitoring/pull/230 -->
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
Expand Down

0 comments on commit a789c8f

Please sign in to comment.