Skip to content

Commit 8b6cd3d

Browse files
Update POM to use smaller Bigtable dependency (GoogleCloudPlatform#3929)
1 parent 759e993 commit 8b6cd3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appengine-java8/bigtable/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ limitations under the License.
4545
<dependencies>
4646
<dependency>
4747
<groupId>com.google.cloud.bigtable</groupId>
48-
<artifactId>bigtable-hbase-1.x</artifactId>
48+
<!-- Use the hadoop client instead of 1.x due to file size. -->
49+
<artifactId>bigtable-hbase-1.x-hadoop</artifactId>
4950
<version>1.16.0</version>
5051
</dependency>
5152

0 commit comments

Comments
 (0)