Skip to content

Commit 48acfef

Browse files
committed
Add bigquery module to gcloud-java pom
1 parent 30fa22a commit 48acfef

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

gcloud-java/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<version>0.1.1-SNAPSHOT</version>
1515
</parent>
1616
<dependencies>
17+
<dependency>
18+
<groupId>${project.groupId}</groupId>
19+
<artifactId>gcloud-java-bigquery</artifactId>
20+
<version>${project.version}</version>
21+
</dependency>
1722
<dependency>
1823
<groupId>${project.groupId}</groupId>
1924
<artifactId>gcloud-java-core</artifactId>

0 commit comments

Comments
 (0)