We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fa22a commit 48acfefCopy full SHA for 48acfef
1 file changed
gcloud-java/pom.xml
@@ -14,6 +14,11 @@
14
<version>0.1.1-SNAPSHOT</version>
15
</parent>
16
<dependencies>
17
+ <dependency>
18
+ <groupId>${project.groupId}</groupId>
19
+ <artifactId>gcloud-java-bigquery</artifactId>
20
+ <version>${project.version}</version>
21
+ </dependency>
22
<dependency>
23
<groupId>${project.groupId}</groupId>
24
<artifactId>gcloud-java-core</artifactId>
0 commit comments