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

chore: remove unused dependency #281

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.4-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