We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa998ba commit 8ed6bd6Copy full SHA for 8ed6bd6
samples/snippets/pom.xml
@@ -59,6 +59,7 @@
59
<!-- [END bigquery_java_dependencies] -->
60
<!-- [END bigquery_install_with_bom] -->
61
62
+ <!-- [START bigquery-enduser-installed-packages] -->
63
<dependency>
64
<groupId>com.google.oauth-client</groupId>
65
<artifactId>google-oauth-client-java6</artifactId>
@@ -69,6 +70,8 @@
69
70
<artifactId>google-oauth-client-jetty</artifactId>
71
<version>1.31.0</version>
72
</dependency>
73
74
+
75
<!-- Test dependencies -->
76
77
<groupId>junit</groupId>
0 commit comments