Skip to content

Instantly share code, notes, and snippets.

@suztomo
Created November 23, 2020 22:26
Show Gist options
  • Save suztomo/bc48ef87375674415fcb8f9518119d00 to your computer and use it in GitHub Desktop.
Save suztomo/bc48ef87375674415fcb8f9518119d00 to your computer and use it in GitHub Desktop.
Dependency Graph of com.google.cloud:google-cloud-spanner-jdbc:jar:1.17.3
suztomo-macbookpro44% mvn dependency:tree
[INFO] Scanning for projects...
[INFO]
[INFO] ------------< com.google.cloud.tools:test-cloud-jdbc-deps >-------------
[INFO] Building Troubleshooting https://github.com/GoogleCloudPlatform/java-docs-samples/pull/4278 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ test-cloud-jdbc-deps ---
[INFO] com.google.cloud.tools:test-cloud-jdbc-deps:jar:0.0.1
[INFO] \- com.google.cloud:google-cloud-spanner-jdbc:jar:1.17.3:compile
[INFO] +- com.google.http-client:google-http-client:jar:1.38.0:compile
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile
[INFO] +- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[INFO] +- io.opencensus:opencensus-api:jar:0.24.0:compile
[INFO] +- io.opencensus:opencensus-contrib-http-util:jar:0.24.0:compile
[INFO] +- io.grpc:grpc-api:jar:1.33.1:compile
[INFO] +- io.grpc:grpc-context:jar:1.33.1:compile
[INFO] +- org.codehaus.mojo:animal-sniffer-annotations:jar:1.19:runtime
[INFO] +- com.google.cloud:google-cloud-core-grpc:jar:1.93.10:compile
[INFO] +- com.google.api:gax:jar:1.60.0:compile
[INFO] +- com.google.api:gax-grpc:jar:1.60.0:compile
[INFO] +- io.grpc:grpc-core:jar:1.33.1:compile
[INFO] +- com.google.api.grpc:proto-google-common-protos:jar:2.0.1:compile
[INFO] +- com.google.cloud:google-cloud-spanner:jar:2.0.2:compile
[INFO] +- io.grpc:grpc-auth:jar:1.33.1:compile
[INFO] +- com.google.android:annotations:jar:4.1.1.4:runtime
[INFO] +- io.perfmark:perfmark-api:jar:0.19.0:runtime
[INFO] +- io.grpc:grpc-protobuf:jar:1.33.1:compile
[INFO] +- io.grpc:grpc-protobuf-lite:jar:1.33.1:compile
[INFO] +- io.grpc:grpc-stub:jar:1.33.1:compile
[INFO] +- com.google.errorprone:error_prone_annotations:jar:2.4.0:compile
[INFO] +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
[INFO] +- com.google.auto.value:auto-value-annotations:jar:1.7.4:compile
[INFO] +- com.google.protobuf:protobuf-java-util:jar:3.13.0:compile
[INFO] +- com.google.api.grpc:grpc-google-common-protos:jar:2.0.1:compile
[INFO] +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] +- org.checkerframework:checker-compat-qual:jar:2.5.5:compile
[INFO] +- com.google.api.grpc:proto-google-iam-v1:jar:1.0.3:compile
[INFO] +- com.google.http-client:google-http-client-jackson2:jar:1.38.0:compile
[INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.11.3:compile
[INFO] +- io.opencensus:opencensus-contrib-grpc-util:jar:0.24.0:compile
[INFO] +- commons-logging:commons-logging:jar:1.2:compile
[INFO] +- commons-codec:commons-codec:jar:1.11:compile
[INFO] +- com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:jar:2.0.2:compile
[INFO] +- com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:jar:2.0.2:compile
[INFO] +- io.grpc:grpc-alts:jar:1.33.1:compile
[INFO] +- io.grpc:grpc-grpclb:jar:1.33.1:compile
[INFO] +- org.conscrypt:conscrypt-openjdk-uber:jar:2.2.1:compile
[INFO] +- com.google.code.gson:gson:jar:2.8.6:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.5:compile
[INFO] +- com.google.protobuf:protobuf-java:jar:3.13.0:compile
[INFO] +- com.google.guava:guava:jar:30.0-android:compile
[INFO] +- org.threeten:threetenbp:jar:1.5.0:compile
[INFO] +- io.grpc:grpc-netty-shaded:jar:1.33.1:compile
[INFO] +- com.google.api:api-common:jar:1.10.1:compile
[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] +- com.google.auth:google-auth-library-oauth2-http:jar:0.22.0:compile
[INFO] +- com.google.auth:google-auth-library-credentials:jar:0.22.0:compile
[INFO] +- com.google.cloud:google-cloud-core:jar:1.93.10:compile
[INFO] \- com.google.api.grpc:proto-google-cloud-spanner-v1:jar:2.0.2:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.389 s
[INFO] Finished at: 2020-11-23T17:26:06-05:00
[INFO] ------------------------------------------------------------------------
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud.tools</groupId>
<artifactId>test-cloud-jdbc-deps</artifactId>
<version>0.0.1</version>
<name>Troubleshooting https://github.com/GoogleCloudPlatform/java-docs-samples/pull/4278</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-jdbc</artifactId>
<version>1.17.3</version>
</dependency>
</dependencies>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment