Skip to content

Commit

Permalink
missed dependency for hadoop upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sahusanket committed Jul 25, 2024
1 parent 8d2e87e commit dbf8e0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,11 @@
<artifactId>google-cloud-bigtable</artifactId>
<version>1.17.1</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.8.3</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit dbf8e0c

Please sign in to comment.