Skip to content

Commit

Permalink
Merge pull request #1429 from data-integrations/CDAP-21027_hadoop_upg…
Browse files Browse the repository at this point in the history
…rade

CDAP-21027 : missed a dependency for hadoop upgrade
  • Loading branch information
sahusanket authored Jul 26, 2024
2 parents 07d5b0d + 81dadf5 commit 99efc3f
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 99efc3f

Please sign in to comment.